Re: Adobe Acrobat Plugin gHINSTANCE is undefined
There are many, many things to get right in building a plug-in and making a project. If you get them wrong, some will give errors, some will fail later, and many will make a plug-in that just doesn't...
View ArticleRe: Creating an Adobe Acrobat Reader Plugin (Licensing)
Note: it is now called Adobe Reader. Adobe Acrobat Reader was the name 10 years ago. Yes, there really is a cost. You apply to Adobe, and they examine your case and justification. They might approve...
View ArticleRe: Plugin with PDDocClose not working and crashing Adobe
If a PDDoc has an AVDoc, close the AVDoc. Otherwise the AVDoc will continue to exist, and try to access the now closed PDDoc.
View ArticleRe: Embed Adobe acrobat sdk in IOS or Android App
liu liu (note that it is better for you to ask new questions as a new topic rather than to add questions to an unrelated topic). However, your answer is NO.
View ArticleRe: Convert PDF to Doc through Java
Hello Liu liu, I see you are new to the forums. Welcome, but please be sure to post your questions only ONCE, it is important.
View ArticleRe: Adobe Acrobat Plugin gHINSTANCE is undefined
Thanks for your reply. I've fixed it.My PIMain.H file had got corrupt.Just needed to add to my .CPP file: #include "PIMain.h" All working now.RegardsStuart
View ArticleCan I run a Batch from another application? Acrobat Pro XI
I want to 'call' Acrobat from my other software and pass it a list of files to combine. Can this be done? Is the Batch feature the right way to go about it?
View ArticleRe: Can I run a Batch from another application? Acrobat Pro XI
You cannot run batches from an external program, but Acrobat does have a very large and rich API which programmers can use. This includes an OLE interface that can open PDFs, add pages from other PDFs,...
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 Article