Re: Embed Adobe acrobat sdk in IOS or Android App
Hello, I'm new to developing using Adobe SDK. And I have found that AIC samples "ActiveViewVC" and "ActiveViewVB" do exactly what I need, but don't allow to create new annotations/sticky notes, or edit...
View ArticleRe: AVDocPrintPagesWithParams - incompatible parameter change in SDK 11
Hello, I'm new to developing using Adobe SDK. And I have found that AIC samples "ActiveViewVC" and "ActiveViewVB" do exactly what I need, but don't allow to create new annotations/sticky notes, or...
View ArticlePlugin with PDDocClose not working and crashing Adobe
Hi,I have written an Adobe plug-in which creates a menu item, performs various functions when selected and then tries to close the document. With the code cut down to its bare minimum as below it won't...
View ArticleCreating an Adobe Acrobat Reader Plugin (Licensing)
Adobe Acrobat Reader Plugin Hi,Does anyone know how to go about getting an Adobe Reader plug-in working?I've read all the 'Adobe Reader Integration Key License Agreement' stuff but I'm a little...
View ArticleAdobe Acrobat Plugin gHINSTANCE is undefined
Adobe Acrobat Plugin gHINSTANCE is undefined Hi,Does anyone know the correct way to include “PIMain.c” in to a project so that gHINSTANCE is available. I’ve tried using GetModuleHandleA(NULL) but this...
View ArticleRe: 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 ArticleRe: Problem compiling sample plugin with Xcode
I see the same issue recurring with Adobe SDK XI.I have OS X 10.9 and XCode 5.1Is setting up a VM the only option? Are there any other simpler workarounds to have the samples build on the Mac platform?
View ArticleRe: Problem compiling sample plugin with Xcode
Correct. Xcode 5 is not supported for the Acrobat XI SDK. You need to use Xcode 4.
View ArticleRe: Problem compiling sample plugin with Xcode
Thanks for the quick reply Irosenth.So is OS X 10.9 with XCode 4 a viable setup to build the plugins?I am going to try this.
View Articlesticky notes and comment funcation is not work in IAC of acrobat SDK
Hi, My name is LuDa and I working on an application which use C# and the Acrobat SDK API chang the interface of Acrobat but I finded when I open the PDF file in my application the sticky notes , add...
View ArticleRe: sticky notes and comment funcation is not work in IAC of acrobat SDK
Open Acrobat. Not available in your own window.
View ArticleRe: PDETextRemove not working
Thanks!I have done the above.I have concentrated on layers and kpde objects rather than committing the xobject.
View Article