Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all 10848 articles
Browse latest View live

Re: Flattening effect of AcroPDF report viewer

$
0
0

No, I don't have watermarks in all of my reports. But I do have logo. How can I know if my printer supports transparency?

 

Is there no way I can handle PDF's toolbar programmatically and just hide the print button?


Re: Flattening effect of AcroPDF report viewer

$
0
0

Sure, you can hide the print button if you don't want your users to print the PDF.

 

Maybe your logo is too complex for your printer – or at least the way it is added to the PDF.

 

Read the printer manual.  Find out details of what language the printer uses.

Re: Flattening effect of AcroPDF report viewer

$
0
0

Thank you for the replies. But currently, this is the only thing that i could accomplished

 

this

.axAcroPDFViewer.setShowScrollbars(false);

 

But thing thing hides the entire toolbar. How can I just hide/disable the print button alone.

Re: Flattening effect of AcroPDF report viewer

$
0
0

Have you downloaded the documentation and read it?

Re: How can I programatically identify PDF files with embedded images?

$
0
0

Several things to consider

* Acrobat is absolutely unsuitable for a job of this scale. A few dozen files, sure, a hundred might be ok. 27 million will just cause unprecedented suffering.

* Acrobat is not for server use (if that's the plan)

* If you exclude images from things, there is generally little or (more often) no saving to be made since PDF files are already compressed. Have you actually seen worthwhile results in your tests?

Re: How can I programatically identify PDF files with embedded images?

$
0
0

We are planning to use ‘Balesio FILEminumizerPdf’ for compressing our PDF’s.

 

They claim their software can compress PDf’s an additional 40 – 75%. I’m still doing some testing, and am seeing 17 to 30% compression ratios in files with images, will be doing more testing shortly with pure text files.

 

I’ll let you know the results from that test.

How do I open a new window in Adobe Acrobat using the plugin sdk

$
0
0

I would like to create a new menu item that when clicked it will open a new window (e.g. winform). What I'd like to do is pull data from a server and interact with the user in that window.  Basically show the user a list of PDF files to pull from the server.  Once the user is done selecting which file to pull to have the file pulled from the server into the local drive and have it opened in Adobe Acrobat.  The problem I'm having is that I don't know how to invoke a winform or something like it to place my lists of files and UI controls. I've looked at the samples in the SDK and don't see anything that deals with this particular issue.  I'm a newbie so I'm sure I'm missing something here.  I tried creating a new WinForm in a sample example and ran into errors and the form is not functioning.  Any help is much appreciated.

Re: How do I open a new window in Adobe Acrobat using the plugin sdk

$
0
0

Use standard OS API calls.  Create your window and its content using whatever methods you would in a standard application.

 

Of course, Acrobat isn't a .NET app – so you need to stick with more traditional methods (eg. MFC, wxWidgets, etc.)


Re: How do I open a new window in Adobe Acrobat using the plugin sdk

$
0
0

Thank you.  Which is the easiest to implement.  I really need very little. A listbox or a table and submit button.  I'm not as familiar with the different frameworks (MFC, wxWidgets etc.) so if you recommend one of these frameworks I'd appreciate it.  I can then dig in the documentation and figure out how to use them. I'm more of a .NET developer so these older technologies are bit a of challenge to me.

 

A follow up newbie question.  I'm using the BasicPlugin as the base and I'm trying to add this new window to it.  When I go to add a new Item to the project the only options I get for UI components are: Windows Form (with CLR depenency), CLR user control (Also with CLR dependency)  and lastly MFC Ribbon Defenition XML file.  I'm assuming MFC Ribbon Defenition is one to go with.  Not sure how to add a wxWidget.

Re: How do I open a new window in Adobe Acrobat using the plugin sdk

$
0
0

You may want to achieve a small thing but you have a big learning curve. C is not a visual design language, it all has to be done with code. There is a good book on wxWidgets, though it can be awkward to get it working at first and it will boost the size of your plug-in by quite a few megabytes (if that is important).

Re: How to print a PDF within OpenEdge. PDDoc worked with Adobe 5 but not with Adobe xi

$
0
0

Can we use Adobe Acrobat standard or do we have to use the Professional version?

 

 

 

Thanks,

 

 

 

Jim

Re: How to print a PDF within OpenEdge. PDDoc worked with Adobe 5 but not with Adobe xi

Extract from U3D

$
0
0

Is it possible to extract tree model from U3D as XML? (Java)

Acrobat 10.1.7 crash by loading plugin with using clr

$
0
0

Hi,

 

 

I have develop some plugins using Acrobat SDK with CLR, specified /clr option.

But these plugins causes application crash of Acrobat X, 10.1.7, when trying to close the application.

Simply plugin with /clr option, not loading CLR dynamically, also causes crash of Acrobat.

Please tell me how to avoid this problem.

 

 

Regards.

Re: Extract from U3D

$
0
0

There is nothing in the SDK that provides that information.


Please clarify license terms for the PDF test suites

$
0
0

The Adobe Acrobat Engineering team site (http://acroeng.adobe.com/wp/) is a great resource, containing all sorts of test files that are very helpful when developing PDF tools. Unfortunately, that site does not make the license terms of the test suites clear. Would it be possible to clarify the terms underwhich those files have been made available, so that it is clear whether we can re-use them for testing purposes? (e.g. CC-BY or whatever).

Re: Please clarify license terms for the PDF test suites

$
0
0

Probably a good idea :).

 

In the meantime, the answer is that you can use them for your own testing purposes but may not redistribute them in any way.

Re: Digital Signature Not Showing Up

$
0
0

I just stumbled across your post - could you offer any help to someone who is in the same boat. 

 

Thanks,

 

Joani

Re: Digital Signature Not Showing Up

$
0
0

I believe it really is a concatenation. When a file is signed the original PDF is untouched and the signature data is added at the end.

SetZoomScroll works different in XI version

$
0
0

Hi

Method  setZoomScroll(FLOAT percent, FLOAT left, FLOAT top) in version XI and X does not work properly. It sets zoom properly, but left argument is top coordinate and top argument is not working at all. In version 9.4.0 everythings work as it should. Can anybody know how to fix this?

Viewing all 10848 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>