Re: Event tracking plugin
You can also register for events other than the "copy" one. Bear in mind that sometimes an invisible PDF is generated internally and never displayed. You may want to confine your attentions to AVDoc...
View ArticleRe: Event tracking plugin
Thank you for your speedy replies, much appreciated. I will start with the key. Should I be overwhelmed with the SDK, is there a place I could look for plugin experts to consult or even develop parts...
View ArticleGetAnnot(nIndex) returns the same annotation though variable nIndex is...
In "test.pdf", there are 30 annotations, but "GetAnnot(nIndex)" can just returns the first 2 annotations, though variable "nIndex" is incremented from 0 to 30, variable "N" repeat 0 and 1. The pdf...
View ArticleRe: Event tracking plugin
You are in the right place This is the only place that is dedicated tothe Acrobat SDK, so anybody working with the Acrobat SDK should besubscribed to this forum. Karl Heinz KremerPDF Acrobatics...
View ArticleAcrobat Automate - execute menu item “HTML Web Page”
I am trying to automate Acrobat from VS 2010 to convert pdf to html. I know I should use acrobatApp->MenuItemExecute(...); but I didn't find the name of menu item "HTML Web Page" that should be...
View ArticleRe: Acrobat Automate - execute menu item “HTML Web Page”
It is unlikely that this would help, since that menu item shows a dialog. If you automate it, you will just automate showing the dialog.
View ArticleCustom panel/tab/frame in Arcobat window
I know that I can create modal/modless window(with any controls) inside Acrobat main window. The question is: can I create such window as part of Acrobat GUI? For example the content of my window will...
View ArticleHow to Create PDF from file using Acrobat SDK with C# or VB.NET?
Hi, Here I am using Acrobat 7 to create PDF, using the File->Create PDF->From File option. Now I want to do this process by using Acrobat SDK with C# or VB.NET, so please give me a suggestion how...
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
Are you looking to do this on a server?
View ArticleRe: Custom panel/tab/frame in Arcobat window
No. Many of us have wished to do this over the years.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
No, simply I want to do in my system, now am using Acrobat interface to do this from File Menu, instead of that I want to do this process by using Acrobat SDK with C# or VB.Net
View ArticleRe: 3D annotation poster image: Retrieve poster from default view
Hello , Is there any updates on this issue?
View ArticleRe: Silently convert u3d file into PDF using AVConversionConvertToPDF
Hello , Any other way to achieve this ?
View ArticleRe: 3D annotation poster image: Retrieve poster from default view
I do not think that the situation has changed.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
In the screen shot i am shown how am using acrobat, this process i want to do by the Acrobat SDK, is it possible or not?
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
Check out app.openDoc in the JavaScript API Reference. (Please read all parameters carefully, and realise that CPath does not want something like c:\dir\file.doc but a valid PDF path.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
App.OpenDoc is ONLY SUPPORTED for opening PDF files – NOT for file format conversion. Any conversion that may take place is an accident of implementation and NOT guaranteed in the future.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
Not sure where that leaves the bUseConv parameter... bUseConv(optional, Acrobat 7.0) A Boolean value that is used when cPath references a non-PDF file. If true, the method tries to convert the non-PDF...
View ArticleRe: GetAnnot(nIndex) returns the same annotation though variable nIndex is...
Ultimately, you can't access annotations they way you want through pure VB. You'll need to use a JSO and run the .syncAnnotScan function to make sure the annotations are loaded.
View ArticleRe: How to Create PDF from file using Acrobat SDK with C# or VB.NET?
It happens to work today – it may not in the future..
View Article