Re: How to convert a .docx to .pdf
Assuming you mean the COM/.NET APIs - that is correct. However, we offer OTHER APIs, such as native C/C++, that can do what you want.
View ArticleRe: How to convert a .docx to .pdf
Be warned that the 30 days of the trial is not long enough to even get started with plug-ins.
View ArticleRe: How to intercept hot keys i.e. ctrl+Z, ctrl+F, F8
Irosenth, Is this possible to do using C#? Where would I get a guide to go about doing this? --
View ArticleRe: How to intercept hot keys i.e. ctrl+Z, ctrl+F, F8
So if I wanted to catch a "SaveAs" function call from "Ctrl+Shift+S" in Adobe Acrobat Pro XI I could do that using standard OS techniques? Meaning would I have to write something to open the .PDF and...
View ArticleRe: How to intercept hot keys i.e. ctrl+Z, ctrl+F, F8
Sure - save as any other key stroke in any other app
View ArticleRe: How to intercept hot keys i.e. ctrl+Z, ctrl+F, F8
Okay sweet time to learn how to do this... thanks Irosenth! (feeling a major boost in confidence).
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for the response.As I told, I want to extract the title and modify the title by adding special characters to that and set the bookmark title.Using ASText I can't set the modify title as...
View ArticleRe: Extracting bookmark title which includes special characters
I have given you all the information you need. I have nothing more to say. You must understand Unicode before you can do this task, and clearly you do not.
View ArticleTransformation matrix Decomposition
I am trying to extact an image from PDF. we are using PDEElementGetMatrix() for retrieving the transformation matrix for the image. we are getting output in for of [a b c d e f]. How to decompose the...
View ArticleAdobe Reader - Adding Toolbar : hello world example
Hi everyone, I would like to create a "Toolbar Button" for Adobe Reader which supports all version of it. After a long search for this over the web found some article suggesting that this can be done...
View ArticleRe: Transformation matrix Decomposition
Standard math - use your favorite search engine on 'transformation matrix math'
View ArticleRe: Adobe Reader - Adding Toolbar : hello world example
Yes, those are the two ways to create a toolbar button - either JavaScript or Plugin. You are also correct that you can't do anything with ActiveX or DLL from Acrobat JavaScript - which is the same...
View ArticleRe: Adobe Reader - Adding Toolbar : hello world example
Thanks a lot for the reply.Even for testing a sample toolbar we need license ?
View ArticleRe: Adobe Reader - Adding Toolbar : hello world example
We recommend using Acrobat for development and testing - you can use a 30 day trial version.
View ArticleOCR in Acrobat
Hello, I need the capability of OCR pdf. Can I use Acrobat engine or any other DLL. What is the experience or suggestion? Thanks, Sow
View ArticleRe: OCR in Acrobat
Acrobat certainly supports OCR and can be used ON THE DESKTOP in an automated fashion.
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
I completely agree with TMB333 on this. Different users have different needs. Advanced features like TOOL/SIGN/COMMENT go above-and-beyond what our end users need for their workflow. They find these...
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
Kate - can you give me an idea of what your end users do in their workflows where they don't need ANY tools available?
View ArticleRe: Adobe Reader - Adding Toolbar : hello world example
Thanks for the advice. Using Acrobat displays the sample menubar from the SDk sample.My assumption is for displaying the toolbar in Adobe Reader, we have to get a license for my plugin .. Is that right ?
View Article