Re: Embed Adobe acrobat sdk in IOS or Android App
No. The Acrobat SDK is a set of tools for automating Acrobat, nothing else, and Acrobat is only available for WIndows and Mac. Adobe have a PDF Library, which can be embedded, but I don't believe it is...
View ArticleRe: Is there an Acrobat SDK support package to purchase?
Years ago, this is the way I got started developing Acrobat plugins: https://www.freelancer.com As I learned more and more, I depended on other coders (a.k.a. hired guns :-) less and less. -RFH
View ArticleRe: Is there an Acrobat SDK support package to purchase?
Be really careful with services like that (or elance/odesk/or any of the others). I've been called in to fix a few plug-ins created by people on these sites. Make sure that somebody has a good track...
View ArticleAny acrobat sdk version that support vs2010
Hi all, I am try to install acrobat sdk 10 and it wants me to install vs2008. Is there any version of acrobat sdk that support vs2010. Another question is that do i have to install the same versions of...
View ArticleRe: Any acrobat sdk version that support vs2010
What part of the Acrobat SDK want you use?
View ArticleRe: Any acrobat sdk version that support vs2010
I am interested in PDDoc object. Thanks.
View ArticleRe: Any acrobat sdk version that support vs2010
IAC or plugin? You will need an installation of Adobe Acrobat.
View ArticleNavigate Contents in PDF using Bookmark
Hi, I am using Adobe Acrobat Professional XI, In that I am able to navigate to any page in PDF file using Book mark manually.But via C++ code, I am not able to navigate using Book mark, It shows...
View ArticleRe: Navigate Contents in PDF using Bookmark
Because not all actions are destinations - there are dozens of different types of actions. For example, it's common to use a JavaScript action to navigate to a new page.
View ArticleRe: Navigate Contents in PDF using Bookmark
Hi, I am using Adobe Acrobet Professional XI, In that for a bookmark, if the action is set as "Use Page Number", then it takes as valid destination.If the action is set as "Use Named Destination",...
View ArticleRe: Navigate Contents in PDF using Bookmark
But does the document contain any named destinations? I think you may have made the common error of thinking that "named destination" is "bookmark text". It is not.
View ArticleRe: Navigate Contents in PDF using Bookmark
Yes, the document contains named destinations, while clicking on the bookmark it navigates to the particular page in the PDF using that Named destination.
View ArticleRe: Navigate Contents in PDF using Bookmark
Now I see I would have known that if I'd looked more closely at your screen shot. I believe the problem is that a PDViewDestination is described as "contains a reference to a page, a rectangle on that...
View ArticleRe: Navigate Contents in PDF using Bookmark
OK - what's the bookmark object look like? Can you post the PDF?
View ArticleRe: Navigate Contents in PDF using Bookmark
I am not able to attach the PDF, If possible please share your mail ID, So I will send that PDF file.
View ArticleAVDocPrintPagesWithParams - incompatible parameter change in SDK 11
We have an application that can edit PDF documents (joining documents, adding header and footer) and print them to a printer selected from a Windows print dialog.When using Acrobat XI, print output was...
View ArticleRe: AVDocPrintPagesWithParams - incompatible parameter change in SDK 11
If that's the case, it's very poor, as it is the whole reason why these structures were created with length fields. Thank you for sharing that.
View ArticleRe: AVDocPrintPagesWithParams - incompatible parameter change in SDK 11
Hmm - that's not good. I'll go log a bug - thanks!
View ArticleRe: Is there an Acrobat SDK support package to purchase?
Karl: I started using such service back when Acrobat SDK development seemed like an intractable problem, and I really did not have the time to go through the learning curve. At the time it was called...
View Article