Transforming PDEElements with unusual clipping path
Hi all, I'am developing an acrobat plugin to transform elements in a PDF file. I used "ObjShiftSnip" (PluginSupport\Samples) as a basis. It works perfectly in almost all cases I encountered. However in...
View ArticleRe: Comparing two pdf
Thanks Irosenth.I have another problem i have sucecssfully compare two documents but i couldn't able to save 3rd document if i use activedocument to copy to pddoc and save also its not saving.Please...
View ArticleRe: Comparing two pdf
You cannot expect the SDK to offer automation of everything in the Acrobat UI. This is not an objective of Adobe. Of course you can reimplement, but for some features this is several man years work! I...
View ArticleAutomate PDF comparison
Does anyone know how to automate two pdf files using adobe acrobat. I want to do this because we want to compare hundreds of file every day through some automated process. I have posted this query in...
View ArticleRe: Automate PDF comparison
There is a C/C++ API available to plugins to Acrobat for this. However, Acrobat CANNOT be used in a server or unattended environment (except for very special cases).
View ArticleRe: Transforming PDEElements with unusual clipping path
Since this involves a specific PDF and your specific code, I would recommend that you submit a formal request to our Developer Support folks.
View ArticleRe: Transforming PDEElements with unusual clipping path
Hi Ironsenth, Thank you for you suggestion, I will take it into consideration although the code actually is Adobe example code provided alongside the SDK and the problem does not occur only in this...
View ArticleRe: Transforming PDEElements with unusual clipping path
What version of Acrobat are you working with? 11.0.6?
View ArticleRe: Transforming PDEElements with unusual clipping path
I am currently using version 10.1.8 Acrobat Pro X
View ArticleRe: Automate PDF comparison
Hi Irosenth, Thanks for your response. Can you please provide me the details of the API or any link which helps me to implement the functionalities in ACROBAT PRO. Thanks,Magesh
View ArticleRe: Automate PDF comparison
Do you need this to run unattended? Or is it OK to run with a click once a file is open?
View ArticleRe: Automate PDF comparison
I want it to run this unattended, means i will provide two folder location with bunch of PDF files. The plugin should take two pdf files with same name from those two folders, compare it and store the...
View ArticleRe: Automate PDF comparison
The normal way to use the SDK and plug-ins is that1. You open a file.2. You use a UI element in Acrobat (for example a menu item or button), which runs a routine in your plug-in.3. Some process is done...
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
Nobody can give an example with XFA Forms?
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
There is sample code in the XFA documentation.
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
Can you post it? Because I can't find it. I only see examples with a variable named xfaForm, but I haven't found how can I get that xfaForm.
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
You really need to try the LiveCycle Designer forum(s). It's almost entirely outside our experience, so far as I can see.
View ArticlePreview PDF files using IPreviewHandler
Hi, Not sure if this is the right place to ask the following question about doing a PDF preview in my C++ app. If not please suggest me where I can ask the question. I used the following samples code...
View ArticleRe: Preview PDF files using IPreviewHandler
The answer is yes but I will admit to not knowing how. Seems like a great question for a Windows-centric mailing list.
View ArticleRe: Get Application Path
For those who google: How to get Acrobat Plug-in path with Acrobat SDK ? AVAcquireSpecialFolderPathName()AVSpecialCategory = kAVSCAppAVSpecialFolder = kAVSFPlugIns
View Article