I'm looking for alternatives to PDF Job Ready
Since it was discontinued I was wondering what else I could use to have clients convert PDFs and send them over. Thanks,
View ArticleRe: I'm looking for alternatives to PDF Job Ready
Since what was discontinued? Acrobat is still for sale.
View ArticleRe: I'm looking for alternatives to PDF Job Ready
Adobe PDF Job Ready. Maybe I'm in the wrong forum.
View ArticleExcel VBA add-in to create a PDF: What is acrodistdll.dll?
My Excel VBA add-in prints an Excel sheet with a list of drawing numbers, then prints all the drawings (it communicates with a CAD and a CAM application via COM). Then it repeats the cycle many times,...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
You should start by reading the Acrobat SDK documentation which will explain all the parts and how to use them. In short, your software will only function if the user has Adobe Acrobat (the purchased...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
Why the SDK?Do you mean I have the SDK installed in my computer?
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
Because the Acrobat SDK contains all the documentation.
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
And... it's important to develop ONLY with the documentation. If you explore, instead of reading the documentation you will find all manner of unsupported components only meant for internal use by...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
Do you mean this forum is here only to tell people not to use this forum? Any pointer to the documentation is well appreciated, but only if it tells me where to find the material, not a generic and...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
No, not at all. I don't understand why you refer to this as "generic and useless 'documentation'". It is the documentation you will need. We often try to give the answer people need rather than the...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
Thanks for the answer. This is supposed to be a 1 day project for internal use. It makes no sense to purchase new products just for this Excel add-in. I will try with different libraries, perhaps in...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
Sadly, I have not found a way to link to pages of the SDK. But I can say see: PDF Creation APIs and specifications -> Acrobat Distiller API Reference -> Windows Messaging -> Disabling prompts...
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
The relevant page in the documentation is here: http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwh impl/common/html/wwhelp.htm?context=Acrobat10_SDK_HTMLHelp&file=Distil...
View ArticleRe: PDF Compare
Hi Irosenth, actually when I'm opening 2 acrobat version 11 PDFs, the keyboard shortcut keys Ctrl+Tab is not working to toggle between 2 pages. But, these keys are working in Acrobat 7. Hope now this...
View ArticleAdobe Acrobat Version 9.0 & X are not showing "Clear Signature Field" with...
Hi... We have created Custom PDF signature plug-in using Adobe X SDK.Earlier we had the same Custom PDF signature plug-in with Adobe 7.0 SDK and it used to show "Clear Signature Field" in context menu...
View ArticleOpenInWindowEx() fails to open password protected pdf
Hi, When we try to open Password protected pdfs using OpenInWindowex() the following error is thrown. Can you please advise how to over this error. thanks,Vidhya
View ArticleRe: OpenInWindowEx() fails to open password protected pdf
You did not post any error, but this sounds normal, I would not expect it to work. There is no OLE interface at all to open password protected files. A plug-in can do it, apparently.
View ArticleRe: OpenInWindowEx() fails to open password protected pdf
Thanks for the prompt reply. I am not able to catch any exception in particular. But OpenInWindowEx() is returning false. Can you please advise on whether any plug in is already available for that
View ArticleRe: OpenInWindowEx() fails to open password protected pdf
No, it is something you would need to write. The whole project would need to be done in a different way, I believe it is a major challenge to implement a plug-in that shows a PDF in an external window.
View ArticleRe: Adobe Acrobat Version 9.0 & X are not showing "Clear Signature Field"...
There is an additional thing you need to support with Acrobat 9 and later to obtain that menu item for customer signature plugins. I don't recall the details but it should be documented in the SDK.
View Article