Re: Error during opening a file
HWND is a Windows type that describes an open window in YOUR application.OpenInWindowEx is a routine for opening a PDF in a window you have already created.I don't see any possibility of using this...
View ArticleRe: Extract data from multiple documents and save to a single document
As has already been mentioned in another reply, you cannot directly clone annotations but in some cases you can read all of their attributes and make a new annotation with the same attributes. This...
View ArticleRe: plug_in:how to unlock a locked document use acrobat API
You use the security handler methods (PDDocSetSecurityHandler, IIRC)
View ArticleRe: Extract data from multiple documents and save to a single document
Export the annotations as FDF and then reimport them the same way.
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
so there is basically so event that is fired when one drags selected Thumbs from the Thumbnail paneor am i getting something wrong ;-)
View Articlehow to change the owner of an annotation
i need to change the owner of the annotation to a specific person is it possible
View ArticleRe: how to change the owner of an annotation
I am pretty sure this can’t; be done with IAC methods, but can with plugin/C++ methods.
View ArticleHow to create a plugin to stamp texts and not an image into a pdf document
How to create plugin to stamp texts and not an image.. i just want it to work like the stamper plugin found in sdk sample but here i need text to be stamped instead of an image.. Is it possible? kindly...
View ArticleRe: How to create a plugin to stamp texts and not an image into a pdf document
This is possible, but it is a serious project, not something to be cut around from sample code. You will need to study the "graphics" and "text" chapters of the PDF specification in some detail to...
View ArticleRe: How to create a plugin to stamp texts and not an image into a pdf document
And there are some samples in the SDK – AddText, IIRC – look at those.
View ArticleRe: Reader Plugin License Request Delays
Another month has passed and still nothing... Anyone from Adobe care to comment?
View ArticleflattenPages via c#
Hi, I was wondering how I could use the JSObject to flatten pages via JavaScript using the Adobe SDK. Below is the sample that I'm using. CAcroApp acroApp = new AcroAppClass();CAcroAVDoc avDoc = new...
View ArticleRe: flattenPages via c#
Did you try flattenPages in the Javascript Debugger of Acrobat?
View Article