Re: How do I remove the floating toolbar in a C# program
Yes, I have read that the "read mode" as it is sometimes called cannot be removed programatically. Can it be removed by a menu in Acrobat Reader? Mike
View ArticleRe: How do I remove the floating toolbar in a C# program
I found a way (sort of) to disable read mode: http://blogs.adobe.com/acrolaw/2011/11/turning-off-read-mode-while-viewing-pdfs-in-your-br owser/
View ArticleAcrobat X Standard User: How can I view PDF metadata from a folder level?
Hello All,This is my first post to this community. I would not be surprised if the answer to my question can be found in a simple search or tutorial. However, I assure you that I have been searching,...
View ArticleRe: Acrobat X Standard User: How can I view PDF metadata from a folder level?
Hi! I have to start by asking you if you are using the Acrobat SDK; are you a programmer trying to do this?
View ArticleRe: Acrobat X Standard User: How can I view PDF metadata from a folder level?
I am not using Acrobat SDK and have no programming experience. I guess that means I've posted in the wrong forum. I will try to move it.
View ArticleRemoving XObject from multiple files
Sorry if this is an obvious question, I don't deal with Acrobat very often. We have several thousand PDF's with a logo on most pages that I'd like to remove. The logo's type is XObject: Image, and I...
View ArticleRe: Removing XObject from multiple files
You would have to write a plug-in in C/C++. The learning curve is likely to be very steep, and include detailed study of the 1000 page PDF Reference.
View ArticleRe: Removing XObject from multiple files
In the latest version of Acrobat (XI), you could do this using the Preflight feature of the product.
View ArticleRe: convert PDF to XPS
XPS printer requires every file name to save, I agree it's annoying.I think writing WSH script (use Shell.SendKeys) is the most easy way.
View ArticleAbout Reader plugin license and fee
Hello. I'm a software developer at a company. Our company developed plugin for Acrobat and Reader for sale to our customers.I found that Reader plugin needs license and annual fee.Could you give how...
View ArticleRe: Acrobat X Standard User: How can I view PDF metadata from a folder level?
A PDF file has an internal metadata structure that can be set with Acrobat. A script can be used with an Action (in Acrobat Pro only) to process your files, parse their file-names and copy the values...
View ArticleRe: Adding Custom Dictionary using Javascript
You can also create an entirely new dictionary using spell.customDictionaryCreate().
View ArticleRe: About Reader plugin license and fee
Yes, there is a fee for obtaining the necessary license needed for developing for Adobe Reader. The details of the fee as well as the process for submitting a request are in the SDK, so please consult...
View ArticleRe: Acrobat X Standard User: How can I view PDF metadata from a folder level?
Thanks for responding. I suspected that my understanding of metadata was incomplete or inaccurate. As I understand it, the metadata for any given pdf can be found by first opening the pdf; clicking...
View ArticleRe: Acrobat X Standard User: How can I view PDF metadata from a folder level?
As you can see, the internal metadata of a PDF file is not being displayed by Windows Explorer. I'm not sure what file manager app does display it... Maybe Adobe Bridge... Anyway, setting the internal...
View Articleconvert to MS Word without "print to pdf" step
Hi , I have a pdf document generated by a .Net reporting engine. When I open this pdf document with Acrobat X and try to save as MS Word I get an error : ”Save as failed to process this document. No...
View Article