Re: Searching PDF files in a specific location
I would say that Acrobat goes to some trouble to lock out any possibility that a browser could reach into its JavaScript classes, as that could be an attack vector. It does not expose a search engine...
View ArticleRe: Cos level APIs to extract image data
Hi, I know this TOPIC is a little old, but I have beem looking on internet for this solution and I have not yet found anything.I have a system in JAVA where I need to verify PDF files for header,...
View ArticleRe: Cos level APIs to extract image data
The Acrobat SDK cannot be used on a server system. Do you understand the PDF file format? I ask because PDF has no concept of "header", "footer" or "body".
View ArticleRe: creating polygonal links in PDF
Does this mean that you could create a link annotaion region that appears as a rotated rectangle for example? Say I wanted a hyperlink region to cover a URL that is part of a raster image within the...
View ArticleRe: Cos level APIs to extract image data
If I create a file DOC file I can have header, body and footer, than I can transform this to a PDF file, correct? so If I can tranform on a pdf, it's impossible to revert the process and and identify...
View ArticleRe: Cos level APIs to extract image data
In the general case, that is correct - impossible. A PDF in general contains only the text and its locations, with no structure information. Some PDF files are "tagged" and will identify things using a...
View ArticleUse the ActiveX .NET Control from Adobe Reader in a Programm for my company
Hello I wrote my question in the wrong forum. ---> http://forums.adobe.com/message/6187596#6187596 Hello everybody Sorry for my bad english, i hope you can understand me. Actually i am programming...
View ArticleRe: creating polygonal links in PDF
The PDF file format allows for rotated links using the QuadPoints key (ISO 32000-1:2008, 12.5.6.5) but you are correct that Acrobat's UI doesn't provide authoring of this.
View ArticleRe: Use the ActiveX .NET Control from Adobe Reader in a Programm for my company
Yes you can use this for your company. Of course, all users of the software will also need to have Adobe Reader installed on their computer.
View ArticleRe: Use the ActiveX .NET Control from Adobe Reader in a Programm for my company
Thank you for the answer
View ArticleMSVS-2010 users: Can you *PLEASE* verify whether the "View Call Hierarchy"...
I recently decided to educate myself in the intricacies of plugin development and have been experimenting with the set of Samples provided. Supposedly, Visual Studio 2010 (the official IDE for this...
View ArticleRe: MSVS-2010 users: Can you *PLEASE* verify whether the "View Call...
It can't work for Acrobat API entries. If it isn't working for your OWN routines, that's something for a Microsoft forum...
View ArticleRe: MSVS-2010 users: Can you *PLEASE* verify whether the "View Call...
Visual Studio 2010 is THE official Adobe development platform. I am trying to determine the nature of this problem among my peers.
View ArticleRe: MSVS-2010 users: Can you *PLEASE* verify whether the "View Call...
So, are you trying to use it for Adobe API entries, or for your own routines?
View ArticleRe: MSVS-2010 users: Can you *PLEASE* verify whether the "View Call...
I began with the Adobe provided source code as a base, I edited it by removing and adding code, until it is impossible to tell whether it is Adobe API or my own routines.
View Articlequestion about Acrobat XI SDK
Dear Sir/Madam, Does Acrobat XI pro have SDK which can be called direct by C#, and where to downoad the SDK for evaluation, thanks. Regards,Ben.
View ArticleRe: question about Acrobat XI SDK
You can find the SDK online with a simple web search. Yes, it has a C# API for some parts of the SDK. Other parts/features may require the use of JavaScript or C++.
View ArticleRe: question about Acrobat XI SDK
And to save time and disappointment: no part of Acrobat or the SDK may be used on a server.
View ArticleRe: MSVS-2010 users: Can you *PLEASE* verify whether the "View Call...
Based on the Acrobat XI SDK documentation, MSVS 2010 is NOT supported forplug-in development: http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/Plugins_Cr eatingSimplePlug.34.2.html Karl...
View Article