PDF Page Extraction issue
Hi all, i have single pdf file with many pages, on that i cannot able to extract some pdf pages on the file, we receiving error "There was as problem reading this document (15)" Please help me how to...
View ArticleRe: PDF Page Extraction issue
That Acrobat error usually means that some set of objects aren't coming up as expected when trying to retrieve them during the extraction - usually that the file has become corrupt in some way. The...
View ArticleRe: PDF Page Extraction issue
Thanks for your reply on helping this issue Please tell the option in acrobat to validate the document on this exact error. And also help me to find the error without opening the pdf file through...
View ArticleDifference between CAcroApp and AcroApp
Greetings! I've done a lot of scripting in AI and ID but I'm having a tough time getting my arms around the Acrobat DOM. I am using Acrobat X Pro with SDK, but to further confuse things, I use VB.NET....
View ArticleRe: Difference between CAcroApp and AcroApp
Okay – it's answer your own question day. I knew I'd find it as soon as I posted. http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_deve loper_guide.pdf Page 13: For comparison,...
View ArticleRe: PDF Page Extraction issue
It's a very general class of errors and not all of them can be found in the general case. You can certainly use Preflight in Acrobat to check if the file is valid ("Detect Syntax Errors") The SDK for...
View Articlevisual studio plugin setup
I downloaded Acrobat XI SDK and ran the visual studio plugin setup. Despite having proper VS 2010 setup on my Windows 7 machine, I receive “Please install Visual Studio 2010 before install Acrobat XI...
View ArticleRemove element inside PDEForm
Hello, I need to remove PDEelements inside my PDF. The problem is that PDEelements are nested inside a PDEForm. I use a PDEFormGetContent to go "inside" the form and loop over the elements. I remove...
View ArticleRe: Remove element inside PDEForm
Did you remember to put the changes back? Modification of a PDEContent is memory only unless you commit it (and then in the case of th eform, the parent as well)
View ArticleRe: Remove element inside PDEForm
Di you mean the "notifychange" and realease page?Yes, at the end of all of the remove element into the nested PDEForm
View ArticleRe: Remove element inside PDEForm
Who could remember how such ancient software worked...?
View ArticleRe: Remove element inside PDEForm
You are facing two problems then. 1 - Acrobat 6 hasn't been supported for at least 7 years now! So no help there.2 - A known bug that was fixed a LONG TIME ago (which prevented updates on PDEForms)....
View Articlesoftware to create plugin
Besides the visual studio, what kind of the software can be used to create a acrobat plugin? visual C++ 2010 or else?Thanks;
View ArticleRe: software to create plugin
I am pretty sure that's it (for Windows) - as documented in the SDK.
View ArticleRe: software to create plugin
The Acrobat XI SDK actually only lists Visual Studio 2008 as supported: http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/Plugins_Cr eatingSimplePlug.34.2.html Karl Heinz KremerPDF...
View Article