Re: Flattening effect of AcroPDF report viewer
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...
View ArticleRe: Flattening effect of AcroPDF report viewer
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....
View ArticleRe: Flattening effect of AcroPDF report viewer
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...
View ArticleRe: Flattening effect of AcroPDF report viewer
Have you downloaded the documentation and read it?
View ArticleRe: How can I programatically identify PDF files with embedded images?
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...
View ArticleRe: How can I programatically identify PDF files with embedded images?
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%...
View ArticleHow do I open a new window in Adobe Acrobat using the plugin sdk
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...
View ArticleRe: How do I open a new window in Adobe Acrobat using the plugin sdk
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...
View ArticleRe: How do I open a new window in Adobe Acrobat using the plugin sdk
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...
View ArticleRe: How do I open a new window in Adobe Acrobat using the plugin sdk
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...
View ArticleRe: How to print a PDF within OpenEdge. PDDoc worked with Adobe 5 but not...
Can we use Adobe Acrobat standard or do we have to use the Professional version? Thanks, Jim
View ArticleAcrobat 10.1.7 crash by loading plugin with using clr
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...
View ArticlePlease clarify license terms for the PDF test suites
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...
View ArticleRe: Please clarify license terms for the PDF test suites
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.
View ArticleRe: Digital Signature Not Showing Up
I just stumbled across your post - could you offer any help to someone who is in the same boat. Thanks, Joani
View ArticleRe: Digital Signature Not Showing Up
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.
View ArticleSetZoomScroll works different in XI version
HiMethod 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...
View Article