Reading a PDF stream for LZW decompression?
Hello.. I'm really struggling here. I am currently using the Rosetta Code implementation for LZW decompression (C++). This implementation requires numerical imput. That is.. the input in it's...
View ArticleRe: Reading a PDF stream for LZW decompression?
Adobe's forums are provided for discussing Adobe's products, specifically the Acrobat SDK in this case -- not a place to get help developing rivals to them. That said, Adobe do offer one forum where...
View ArticleexecDialog
I'm using app.execDialog(dialog1);function. Before Ok or Cancel button click, i want interact with acrobat document. but i can't do it. because i use modal dialog box. Thanks for ur Replays....
View Articleword 2013 pdfmaker
Windows 7Word 2013 32 bitAdobe pro XI 11.0.5 Using vba to create pdfs using pdfmaker. Using CreatePDFEx with options,1 during the conversion to pdf, prompted with a Word dialog message"Do you want...
View ArticleHow to create automatically PDF with Adobe OLE/Automation without pop-up?
Hi, I developped an application (langage Windev) which extract datas from PDF documents and split them in many PDF documents.I use Adobe Arcobat Pro (version 10.1.8).I call the method "save" from the...
View ArticleRe: word 2013 pdfmaker
Don't use PDFMaker for your solution. It's APIs are not documented in the Acrobat SDK and Adobe won't support it for that reason.
View ArticleRe: word 2013 pdfmaker
Using ActiveDocument.saveas with fileformat as pdfor Activedocument export as fixed format, with fileformat as pdf both methods bloat the file size, using pdfMaker enables me to control output...
View ArticleRe: execDialog
JavaScript execution is itself modal, there is no "pause for interaction" option.
View ArticleRe: VBA Project Password Dialogue Box Shown after Closing Excel when Acrobat...
Hi Niklas, The above mentioned issue was logged as a Bug and has been fixed in Acrobat 11.0.1 update.
View ArticleGetAnnot only returning Compare:Replace comments
I'm using Adobe's "Compare Documents" tool (in Acrobat XI Professional) to create a list of differences between two documents that I can extract using VBA. For some reason, GetAnnot is only returning...
View ArticleCreateFile API returns Access Denied from Adobe plugin on Windows 7.
Hi all, I was trying to create a file on Desktop using CreateFile Win32 API from a Adobe Reader plugin on a Windows 7 64 bit machine. This is working fine on XP machine. But, when I tried to run this...
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
Sorry that I forgot to mention this. This is happening only on Adobe Reader XI on Windows 7., --ThanksPrasanth
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
Please consult the Acrobat SDK documentation concerning Protected Mode of Reader X and later.
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
I have already tried disabling the Use only Certified Plugins option under Edit -> Preferences -> General.Can you please point to the architecture change in Adobe Reader XI which made the...
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
I don't understand why you require me to repeat myself. 1 – If for some reason you are trying to develop with Adobe Acrobat and Reader w/o the SDK, download it!2 – Open the documentation and find the...
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
1) I've been developing Adobe plug-ins for the past 2 years, so I know that I need to have Acrobat SDK. I have the latest Acrobat SDK XI.2) I already replied that I've disabled protected mode by...
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
You are wrong with #2 - this is not protected mode. Search in thedocumentation for "protected mode" and "sandbox" as Leonard suggested. Karl Heinz KremerPDF Acrobatics Without a NetPDF Software...
View ArticleRe: CreateFile API returns Access Denied from Adobe plugin on Windows 7.
Thnak you. This resolved my issue.
View ArticleEvent tracking plugin
Hi all, Please bare with me I'm new to the whole extensions scene and I have a few questions regarding my options in achieving the following goals: We have a third party app we would like...
View ArticleRe: Event tracking plugin
If you plan to have this available in Reader, you need to start the process of obtaining a Reader Integration Key. Details in the SDK. Understand that Adobe reserves the right to refuse you that key...
View Article