Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Hi folks,i am trying to figure out how to execute a named batch sequence (build by the action wizard) inside Acrobat X via the native Acrobat API. I could not find a function in the SDK that could...
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
I never saw this. I guess the user needs to click in the Action panel, or you need to duplicate the functionality (which may be easy or an enormous project).
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
There is no API for doing that. You can use the AVCommand APIs to create your own Actions and run them – but you can't run the existing ones.
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Thank you all for your answers, found another way to to do that. I am going to parse the *.sequ Files and translate them into commands that will be executed. Will take some time though ;-)
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
The AutoBatch plug-in does this:http://www.evermap.com/autobatch.asp
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Yes i knew, want to do this by my own ;-) insted of paying 249 bucks .. good stuff to learn C++
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Just remember that the format of a .sequ file is UNDOCUMENTED and GUARANTEED TO CHANGE (in fact, it's done some significantly between Acrobat X and XI).
View ArticleRe: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
No Problem, if it works for Acrobat X for the moment. Will implement it as general as possible so that changes in the *.sequ file do not need much change in code.The people from evermap are doing the...
View ArticleRe: Acrobat Reader X and PDDocSave
Did you get any answers from the developer support? I'm especially interested in the question if PDDocSave(...) is working in the Reader and what are the excat limitations.Or if not, if there are other...
View ArticleHow to print a PDF within OpenEdge. PDDoc worked with Adobe 5 but not with...
Hello The routine we use to print PDF files no longer works now that we upgraded to Adobe XI. Can someone please point me in the right direction for resolving this. The command is failing at the...
View ArticleRe: How to print a PDF within OpenEdge. PDDoc worked with Adobe 5 but not...
Adobe Reader or Adobe Acrobat?
View ArticleHow to enable adobe reader
Hi I work for a company that has a siser company in another country that has developed an adobe reader plugin. We made some small changes to the plugin so it can work in our country. I read on how to...
View ArticleRe: How to enable adobe reader
You need to contact Adobe legal to find out if that is the case.
View ArticleAdobe Reader drawing without Comment Tools or Method to set "Make Properties...
Hi everyone, Spending a few days to find a solution for drawing lines, polylines, polygons, circles, rectangles, etc. It looks like a "dead end" since I want to develop a plugin for Adobe Reader that...
View ArticleReader Plugin with SaveAs Funtionality
Hi, we have developed an Acrobat Plugin that is saving the current pdf document to a temporary local file and uploading this file to a custom document management system. It works well with Acrobat Pro....
View ArticleRe: Reader Plugin with SaveAs Funtionality
(Not an official reply)To run in Adobe Reader you need several things* a plug-in built with suitable build options (which turn off many APIs not available in Reader; a convenience and a necessity)*...
View ArticleRe: Adobe Reader drawing without Comment Tools or Method to set "Make...
If I were building something like this, I would have my plugin create custom annotations. You can draw whatever you want in the appearance of the annotation.
View ArticleHow to overcome the security validation check in Acrobat Reader 11
Hi, I am facing an issue when trying to save a pdf to the SQL db and retrieving back using C#.net. It says file is unsupported.It's working fine with the previous version's of Acrobat Reader. I came...
View ArticleRe: How to overcome the security validation check in Acrobat Reader 11
No. We considered adding a check for those extra bytes, but it was never released.
View ArticleRe: How to overcome the security validation check in Acrobat Reader 11
Thanks irosenth, Can you tell/suggest me a workaround to overcome this Unsupported file thing. It is working fine with Acrobat Reader 9.It fails for acrobat reader 11
View Article