Re: Deleting XAP metadata entries from a plug-in
We can have a number of satellite stations sending a number of regular forms / reports and, though metadata is slight in volume, it adds up over months and years when you're paying. We do reduce report...
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
SimpleUser's trick works. But instead of deleting the files, I added org as an extension, in case I ever need the pane (1/10 of all uses of this software). I agree with posters asking for a Reader...
View ArticleAcropdf.dll crashes when opening email in Outlook
I'm not sure what forum to post this question in ... hopefully this is the correct one. We have several users whose Outlook crashes whenever they attempt to open an email with a PDF attached. The...
View ArticleRe: Acropdf.dll crashes when opening email in Outlook
Which part of the Acrobat SDK do you use?
View ArticleRe: Acropdf.dll crashes when opening email in Outlook
I may have posted this in the wrong forum. The computers in question have Reader, Flash, and ActiveX installed. When attempting to open an email with a PDF attachment, Outlook encounters an...
View ArticleRe: Acropdf.dll crashes when opening email in Outlook
You can find it here:https://forums.adobe.com/welcome
View ArticleHow to recognize the page is OCR or not
Hello, I want to recognize the page is OCR or not. When I extract the information from the OCR page, it shows first time as kPDEImage. and second time it shows kPDEText. Am not able to recognize the...
View ArticleRe: How to recognize the page is OCR or not
Life is much more complicated than OCR/non-OCR but if your files are really in that category only... If you recursively iterate all of the contents of the page, checking each PDEObject and descending...
View ArticleRe: How to recognize the page is OCR or not
Note that it may be simpler to use a PDWordFinder to see if there is any text in the page. Arguably, if you are familiar with PDF internals (32000-1) a recursive trip over the page resources...
View ArticleRe: Re: Is there a way to control Adobe PDF plugin from within a Web...
I don't think this is a question one can answer by simply downloading the SDK. And even if one reads all the documentation (it rarely happens for obvious reasons), it is not easy to reach an answer...
View ArticleRe: Is there a way to control Adobe PDF plugin from within a Web Application?...
No, the reasoning is not correct, though the statements are true.The Adobe Reader DLL is just a stub which communicates with the actual Adobe Reader app, which in turn uses its plug-ins. There is no...
View ArticleAVDocSaveOptimized mit Visual Basic 2012
Ich habe Probleme mit genannter Funktion. Ich habe schon alle möglichen Acobat-Verweise eingestellt, aber im Visual-Basic-Objektkatalog sind die Begriffe AVDocSaveOptimized und PDFOptParams nicht zu...
View ArticleRe: AVDocSaveOptimized mit Visual Basic 2012
I believe that AVDocSaveOptimized is available only to plug-ins. Is it in the OLE documentation somewhere? Why do you think that this is possible - please quote documentation?
View ArticleRe: AVDocSaveOptimized mit Visual Basic 2012
Hallo, Danke für deine Antwort.Ich habe bei mir Adobe Acrobat X Professional installiert und möchte einen Stempel einbringen. Das funktioniert auch (Beispiel vorhanden). Da nach dem Speichern mit Save...
View ArticleRe: AVDocSaveOptimized mit Visual Basic 2012
Please observe carefully which API contains the methods you want to use.The plug-in API can only be used in plug-ins, and plug-ins are ALWAYS in C or C++, with no exceptions. From VB you may use the...
View Article300 PDFs with Password Need to print without typing password 300 times
Have 300 PDF all have passwords on them I have the password for the 300 files but of course do not want to type in the password for each file.I need to print all 300, even if I put them in a portfolio...
View ArticleRe: AVDocSaveOptimized mit Visual Basic 2012
The Acrobat SDK has different parts: JavaScript, InterapplicationCommunication (which is what you are using), and the plug-in interface. Youcannot mix and match functionality across these different...
View Article'Acrobat Library' as 'standalone' program (dll)
Can Adobe Acrobat (or competitive) library that allows VB to read and write to PDF files available for purchase and distribution. My customers are very interested in code that I have written in VBA...
View ArticleRe: 'Acrobat Library' as 'standalone' program (dll)
Acrobat cannot be used in this way, but the Adobe PDF Library provides an interface which can do some of the things Acrobat can do, without Acrobat. But it is not based on the type library, but on the...
View ArticleRe: 'Acrobat Library' as 'standalone' program (dll)
I know something about VBA (Acrobat Interapplication Communication) and can guess something of the Adobe PDF Library.My point of view is that VBA (Acrobat Interapplication Communication) is using...
View Article