Re: Plugin working on acrobat 11 not in acrobat 10
HiI am getting following error Error 65 error MSB3073: The command "if not "¬roSDKPIDir%"a == ""a if not exist "¬roSDKPIDir%" mkdir "¬roSDKPIDir%":VCEnd" exited with code 255. C:\Program...
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
There is something wrong. It should be: if not "%SDKPIDir%"a == ""a if not exist "%SDKPIDir%" mkdir "%SDKPIDir%"
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
After creating release build also the same problem exist
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
Probably not including a required library for deployment. That's a Visual Studio thing, not an Acrobat thing. But there is a tool, depends.exe, which can be used to debug this sort of problem. Google...
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
Oh, there are two other things to check, you probably have already.1. Make sure it is really Acrobat, not the free Adobe Reader.2. In Preferences, check the option Load only certified plug-ins is OFF.
View ArticleRe: AVPageViewDrawRectOutline is not working in Acrobat 11
Hello, I want to draw rectangle when user selects the region. On selecting of region, I am calculating CRect values and passing to AVPageViewDrawRectOutline. I am using...
View ArticleRe: AVPageViewDrawRectOutline is not working in Acrobat 11
If you want to draw an overlay you should always be prepared for the page to be redrawn. This can happen at any time (sometimes partially). Obvious reasons include navigation, window resizing, dialogs...
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
It is very interesting and challenging. I hit my next problem:After dropping on Windows Explorer, explorer creates a new PDF with a defined name - new extracted pages.pdf.I need to change this...
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
Using the Windows API, there are several ways to have WIndows notify your code when a file is created in a folder. Unfortunately this is not the end of the story as it still needs to be written, and...
View ArticleRe: Custom metadata for Adobe comments
Hi,Can you please suggest me right API classes that are required to build this Plug-in using C/C++ or .NET? Because we are new to Adobe customizations, we please need some guidance on where to start....
View ArticleRe: Custom metadata for Adobe comments
You should start by downloading the Acrobat SDK and building the sample plugins. This is C/C++, there is no support for .NET. Next you will need to read the relevant section of ISO 32000-1:2008 (the...
View ArticleHow do I re-download and install Acrobat 11 Standard - after I wiped my...
How do I re-download and install Acrobat 11 Standard - after I wiped my system installing Win 8?
View ArticleRe: How do I re-download and install Acrobat 11 Standard - after I wiped my...
Download the demo and type in your serial #
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
In windows, there is this Directory Management but that would lead me to working with Threads.i dont really want it to get this much complicated. Was thinking i could get an Event from the PD Layer t.
View ArticleCall acrobat Plugin in C Sharp Application
Hi Friends I have developed a plugin using acrobat sdk 11 and i want this plugin to call from C# application acroAppC.MenuItemExecute("Name") can do this job but I want to pass...
View ArticleRe: Call acrobat Plugin in C Sharp Application
See my previous comment about your favorite type of IAC
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
No, notifications that I am aware of because the PDF in question (the one created via extraction) isn’t really opened in the same way…
View ArticleRe: How do I re-download and install Acrobat 11 Standard - after I wiped my...
There is no trial version for Acrobat XI Standard. What Leonard suggested would work for Pro however. If you purchased Acrobat via a download from Adobe, you can re-download by going to the "My...
View ArticleRe: How do I re-download and install Acrobat 11 Standard - after I wiped my...
Thanks - this worked just fine.
View Article