Re: Iterate through PDF to extract links and link box size
You can get the list of link annotations (and their rectangles) via any of the APIs.
View ArticleRe: Iterate through PDF to extract links and link box size
But to get the full details of the link - there are an infinity of possible actions - you do indeed need a plug-in, and knowledge of the PDF specification (iso 32000-1)
View ArticleRe: Add tags through Acrobat SDK
We have the same menu in Tools -> Accessibility -> "Add Tags to Document". Is this one a flyout menu too?Beside the sample plug-ins in Acrobat SDK package, do you know any sample plugins with...
View ArticleRe: Add tags through Acrobat SDK
Plug-ins tend to require a lot of study of the documentation, programming by copy and paste isn't viable. Budget months....
View ArticleDouble sided printing
Hi, I'm trying to print a PDF that is double sided. The double sided part works fine but the back side flips upside down when its printed on the other side. How can this be fixed? Thanks!
View ArticleRe: Double sided printing
There is usually a choice in the printer driver. Sometimes called "flip on long edge" vs "flip on short edge".
View ArticleAcrobat Windows Registry Setting FEATURE_BROWSER_EMULATION
I need to set this registry setting with the value 11000 (0x2AF8), but after Acrobat is launched the setting is reverted back to the default value of 9999 (0x270F). Can anyone tell me why Acrobat...
View ArticleRe: Iterate through PDF to extract links and link box size
Hi Ironseth, I was able to iterate through all the annotations in my PDF and determine if their subtype is 'Link' and get the coordinates of their rectangles using both IAC and javascript. I don't see...
View ArticleRe: Iterate through PDF to extract links and link box size
That was the point that TSN mentioned – you can only get the URL (or other action) via plugin APIs
View ArticleDoes Adobe have a way for my Windows C++ program to convert an HTML string to...
Will the Acrobat SDK or another Adobe library or plugin enable my Windows C++ program (not .NET) to convert HTML to PDF? Thanks.
View ArticleRe: Does Adobe have a way for my Windows C++ program to convert an HTML...
Is this for * a single end user who owns Acrobat* multiple end users each of who owns Acrobat* end users with only Adobe Reader* a server, to convert for downloading* something else?
View ArticleRe: Does Adobe have a way for my Windows C++ program to convert an HTML...
Our Microsoft C++ (not .NET) application is a server program that runs tasks initiated by multiple end users via web, and places the resulting files in a central location on the server computer. The...
View ArticleRe: Does Adobe have a way for my Windows C++ program to convert an HTML...
Ok, the Acrobat SDK is definitely out. (a) the Acrobat SDK needs Acrobat (b) Acrobat cannot be licensed for server use. I don't think Adobe have any server capable products to do this (please correct...
View ArticleRe: Does Adobe have a way for my Windows C++ program to convert an HTML...
Thanks very much, I'll look in to it.-Steve ***********************************************************************NOTICE: - This message including any attachments is intended only for the use of the...
View ArticleInvoke OCR in an existing PDF programmatically to make the text searchable
We have thousands of scanned documents in PDF format. They can be made text searchable by opening the document and telling it to do OCR on itself. Is there an API in the SDK that will allow this...
View ArticleRe: Invoke OCR in an existing PDF programmatically to make the text searchable
Why not just use the Actions feature built into Acrobat to automate it?
View ArticleRe: Invoke OCR in an existing PDF programmatically to make the text searchable
Though be sure not to try to do too many at a time. Quit Acrobat every 10-50 runs to keep it going smoothly.
View ArticleI have been able to open PDF docs using C# API...
I have been able to open PDF docs using C# API Process.Start("Full_path_To_the_PDF_File") in windows 7 or windows 8 with all previous versions of Acrobat32 reader.However, with v11.0, the same command,...
View ArticleRe: Invoke OCR in an existing PDF programmatically to make the text searchable
I apologize if this causing any inconvenience, but I not not used that feature. If it is like a macro, then I would assume it works within a document you already have open, which would mean that there...
View ArticleRe: Invoke OCR in an existing PDF programmatically to make the text searchable
You can set actions to run on a directory, but my recommendation is to limit the files in the directory. Though I feel (lrosenth may disagree) that this is pushing Acrobat beyond what it was designed...
View Article