Building dynamic dialogs for Acrobat.
I am attempting to figure out how to build dynamic dialogs within Acrobat using Javascript. I am attempting to write a generalized PDF page splitter. The user selects a PDF document, and then the...
View ArticleRe: GetAnnot(nIndex) returns the same annotation though variable nIndex is...
Thanks, I will try it.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
As per your advice I am used following code jsObj.App.openDoc(docFile, Nothing, Nothing, Nothing, 1, Nothing) but I am getting following error. What can I do, could you please give me some more advice...
View ArticleHas anyone (ever) gotten a highlight to work?
I'm working on programmatically highlighting text in a PDF. I've followed the docs in the SDK and the best I can do is get it to add a comment to the Comments pane. No highlighting ever shows on the...
View ArticleRe: Has anyone (ever) gotten a highlight to work?
I've never done this, but I don't understand what addAnnot with no properties is supposed to do. Every annotation has to have a location, type and page. If these aren't specified, how can it even be...
View ArticleRe: Has anyone (ever) gotten a highlight to work?
It's an issue with using VB. In VB the creation of the annotation has to be separate from setting its properties. For instance, if you take the code above and change the type from "highlight" to...
View ArticleRe: Has anyone (ever) gotten a highlight to work?
Ok, not that then. I'm looking at how you set the quads (which is stored as QuadPoints). I don't quite follow how this is setting 8 x n numbers, but maybe it is.
View ArticleRe: Where can I find an example of SDK XI populating form fields?
I am using plug-in. form fields do not identify the pdeElement method
View Articleidentify the form fields using SDK 11
does anyone know identify the form fields using SDK 11
View ArticleRe: Convert PDF File to PS file with SDK Acrobat
I am working on to convert ps file to pdf file. But using acrodist.exe cannot get through it that shows me 1/4 page after conversion. I am wonderingif the acrodist setting is not correct. Can someone...
View ArticleRe: Convert PDF File to PS file with SDK Acrobat
There is no "convert correctly" setting in Distiller. That's its job, there is nothing to turn off. What are your symptoms exactly? I don't really understand the "1/4 page" point.
View ArticleRe: identify the form fields using SDK 11
1. What do you mean by "identify"? 2. Have you already downloaded and installed the SDK?3. What sort of interface do you plan to use (e.g. plug-in, local OLE application, server...)?
View ArticleRe: Where can I find an example of SDK XI populating form fields?
Form fields are not page contents, and PDFEdit methods do not apply. There is a whole separate layer for working with form fields in plug-ins, shown as "Acrobat_Forms_Layer" in the documentation.
View ArticleRe: identify the form fields using SDK 11
Hi, I have all Formfield(Textbox, Drobdown) coordination using PDAnnotGetSubtype . my problem is , when i am click the Forms-Edit and save pdf after that i am using plugin. i have installed...
View ArticleRe: identify the form fields using SDK 11
Sorry, I do not understand the question or problem. Perhaps this is because only the first screen shot displays for me. Please explain your needs or problem in more detail, thanks.
View ArticleCreate a PDF with OLE\automation without aleatory pop-up...
Hi, I create PDF documents from an initial PDF file. I use automation objects.It works good but sometimes I have a pop-up with the message below: Adobe Acrobat recovered one or more documents that have...
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
Yes, this is expected. You can avoid some of the issues (though not all) by simply using standard exception handing.
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
I do a treatment for the exceptions but this pop-up is not an exception...Do you know an automation method for catching this pop-up ?
View ArticleRe: Create a PDF with OLE\automation without aleatory pop-up...
No, some things will simply pop up.
View Article