Re: Batch exportData from multiple PDFs to XML ?
Adobe no longer supports Acrobat 9. However, you are definitely on the right track.
View ArticleRe: Problems with Online SDK Documentation
I did a chat session with Adobe and got absolutely nowhere. Documentation has been down since Memorial Day
View ArticleRe: Batch exportData from multiple PDFs to XML ?
Thanks lrosenth,I also have Acrobat X on a different machine (Win7).Do you know where I can find examples for the above ?Aubrey Will this code ( https://forums.adobe.com/thread/1237258 ) work in Win7...
View ArticleRe: Batch exportData from multiple PDFs to XML ?
Since your forms are LiveCycle/XFA forms, you should reach out to the Livecycle forums here as well as online.
View ArticleRe: add image into new layer
I'm still stuck. I managed to add a image to the page content (without any OCG reference) but not sure if I'm on the right track. >> The page stream refers to the image dictionary via a Do...
View ArticleRe: add image into new layer
You can associate optional content with a form XObject (but you would still need to make an image XObject and put it inside the form XObject). But this seems unnecessarily complicated. 8.11.3.3 says...
View ArticleDynamically populating a PDF form?
I've created a form in InDesign that I use in my daily work -- it has several fields that hold information about issues I'm currently working on. This information comes from a proprietary in-house...
View ArticleRe: Dynamically populating a PDF form?
You have two options that I can see. 1 - Do it entirely InDesign using their variable data functionality and support for XML input.2 - Create an interactive PDF form using InDesign and then either...
View ArticleRe: Dynamically populating a PDF form?
Irosenth, Thanks for the response. I'm going with option 2. For anyone finding this question in the future, here's the tutorial video to create an interactive PDF from InDesign:Create an interactive...
View ArticleRe: Remove hidden text using SDK api
I know, this is the point, how to know if text is hidden. If I open the pdf file with Acrobat, the program is able to show me the text as "hidden" (if I sanitaze the document I can remove the text mark...
View ArticleRe: Remove hidden text using SDK api
Acrobat's definition of hidden text does not determine whether it is obscured by other objects. Rather it looks for text with a special "invisible" rendering mode (see text rendering mode in 32000-1)....
View ArticleRe: Remove hidden text using SDK api
Thank you for your informationI will try to use rendering information
View ArticleRe: Remove hidden text using SDK api
That definition (uses text render mode 3) ONLY applies to rendering but does NOT apply to our definition when doing a sanitization of the content using the Remove Hidden Text/Objects feature of the...
View ArticleSome questions about application of Adobe Reader Integration Key License (RIKLA)
I have obtained some details about the application process of Adobe Reader Integration Key License (RIKLA) from Adobe official website, but there are some questions as follows: 1, whether it is...
View ArticleRe: Some questions about application of Adobe Reader Integration Key License...
1 Please explain what you mean by "non genuine Adobe Reader"?2 Current version only 3 This is by negotation after the application
View ArticlePDF to PNG Image
Hi, We are converting PDF page to PNG image by using below code: ASCab config = ASCabNew(); ASCabPutInt (config, kExtractImgCmdKeyColorSpace, kColorSpaceAuto); ASCabPutInt (config,...
View ArticleRe: PDF to PNG Image
Did you try some other .png viewer? Did you try looking inside the output file to verify that the contents are indeed PNG?
View ArticleRe: PDF to PNG Image
I tried in Window Image Viewer and mspaint. Both are giving same error(Viewer can't open this picture because the file appears to be demaged, corrupted, or is too large).
View ArticleRe: PDF to PNG Image
These are probably both using the same PNG reader, so maybe not a good test.Did you try looking inside?What is the exact file size?
View Article