simple command line pdf creation
I need to create a pdf that is simply combining graphic files in a directory. Using VBScript I would like to be able to provide the output pdf name as well as all files to be included. I have looked...
View ArticleRe: simple command line pdf creation
Acrobat has no command line interface, but a rich API fully described in the Acrobat SDK. You can easily combine PDF files. Don't look for sample code though, you have to immerse yourself in the...
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
Is it a bug from Adobe Acrobat Pro X ?If yes, does this bug exist in the version XI ? I developed a program which treats automatically thousands documents per day but I must manually close this pop-up...
View ArticleAcrobat XI pro- Custom plug-ins not shown up on acrobat window
Hi, I have installed my custom plug-ins on acrobat XI (with windows 8), but they don't show up on opening the acrobat window. I verified the...
View ArticleRe: Acrobat XI pro- Custom plug-ins not shown up on acrobat window
Probably still loading ADM components, as older versions of the SDK did. Easiest solution: rebuild with newest SDK (will no longer load in old Acrobat tho').
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
That really isn't the level of automation Acrobat is intended for.
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
If i understand correctly, it's a bug of Acrobat (whatever the version) and i must use another product than Acrobat !
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
I don't know if it's a bug but the idea of using an interactive tool to do the work of a batch engine fills me with horror. Adobe do license their PDF Library through DataLogics but I suspect it is too...
View ArticleRe: Acrobat XI pro- Custom plug-ins not shown up on acrobat window
There are many plug-ins in our product suite(say some 27), and some of them created using Acrobat 7 SDK, and some were created using Acrobat 9 SDK, It is difficult to rebuild all plug-in applications...
View ArticleRe: Acrobat XI pro- Custom plug-ins not shown up on acrobat window
If use of ADM is the problem, the plug-ins must be rebuilt. There is no choice in this matter. They WILL be fine in Acrobat X, because ADM, although it was no longer supported, was still included. In...
View ArticleRe: Acrobat XI pro- Custom plug-ins not shown up on acrobat window
thanks for very quick reply,Please let me know How can I prevent the loading of ADM(still using older SDKs)? thanks,palaksha,
View ArticleRe: Acrobat XI pro- Custom plug-ins not shown up on acrobat window
Some research is needed (on your part). From memory the relevant HFTs have SWEETPEA in their name.
View ArticleRe: identify the form fields using SDK 11
My requirement is to make all the text boxes appearing within any PDF pages need to be converted as form field. This can be doable manually by clicking the EDIT option lying under the Forms Tool. I...
View ArticleRe: identify the form fields using SDK 11
Thank you for your reply. Unfortunately I do not understand how you would use form editing to turn text boxes into fields. Could you describe what you do, step by step, including any prompts you get?...
View ArticleRe: identify the form fields using SDK 11
The "Form Field Recognition" feature of Acrobat can be accessed via the AVCommand APIs available to plugins. You can also create an Action and simply run the action.
View ArticleError at Building full text index with catalog
Hello, Recently I am getting this error at the time of building index.... I did not have this problem before and my index was running... I get this same error on two diffrent machine.... Where can I...
View ArticleRe: Error at Building full text index with catalog
I wonder if this folder is automatically copied to DropBox? If so, don't try to index it.
View ArticleRe: Error at Building full text index with catalog
Yes it does but you know it used to work before and when I do the indexing for the subfolder of this folder I have no problem.... I think I am going to sign off/exit the drop box and try and see if it...
View ArticleRe: Error at Building full text index with catalog
Yes it did help when I logged off the drop box...
View ArticleWant to Import Comments to another PDF using VB6.0
Hi, I do have a shared comments in Adobe Acrobat which i am exporting to DAT file and then importing to another PDF by "Importing Comments.." option from Comments section.Now i want to do the same task...
View Article