Re: Use PaperCapture API in .Net
Hi Test Screen Name, Any suggested inputs for my question?lrosenth
View ArticleHow to set position of a PDEPath object
Hi,I am a beginer in plug-in development in Acrobat SDK. I was trying to reflow contents inside pdf. I was able to reflow most of the content except PDEPath object.as For PDEPath object re-flow I was...
View ArticleSigning a Document using Custom PKCS#11 and Hardware Token
I am using a custom PKCS#11 dynamic library and a hardware token to sign a document in Adobe Acrobat 10. I encountered this error when I used the Standard Text as the Appearance of the Signature....
View ArticleRe: Signing a Document using Custom PKCS#11 and Hardware Token
How are you using the Acrobat SDK - what API calls?
View ArticleRe: How to set position of a PDEPath object
The position of paths is indeed set by the matrix, and only in that way. Things to watch out for- be sure you understand how to work with ASFixedMatrix objects (the elements cannot be set directly as...
View ArticleRe: Use PaperCapture API in .Net
I am sorry, I accidentally replied to an old post. I have no input for your current question. I believe Adobe would rather people did not use Paper Capture through an API, and while there happens to be...
View ArticleRe: Signing a Document using Custom PKCS#11 and Hardware Token
My bad, actually I was not using Adobe SDK. I just loaded my custom PKCS module and tried to sign the document. Have you encountered this error?
View ArticleAdding Custom Dictionary using Javascript
Hi All, We have created a javascript to spellcheck the PDF using the inbuilt dictionary.Now we got a request to add a custom Medical dictionary to Adobe Acrobat.Is that possible to add a custom...
View ArticleRe: Adding Custom Dictionary using Javascript
With the method addWord you can add words to a dictionary.
View ArticleRe: How to set position of a PDEPath object
Hi, As I already told you I am able to reflow text and image, only path objects are giving problem.I am using fixednumber conversion macros to convert co-ordinates to fixed numbers etc. And I have no...
View ArticleRe: Issue in PDDocInsertPages
Hi, I have using below API to delete the unwanted pages from pdDocFirst after PDDocInsertPages. PDDocDeletePages(pdDocFirst, startIndex, endIndex, NULL, NULL); it's deleting only pages, but it's not...
View ArticleRe: Use PaperCapture API in .Net
Okay i accept.we got many licenses for acrobat XI for systems.We cannot search for livecycle products now.While getting higher volume i may suggest the above. I have one doubt while doing manually i'm...
View ArticleRe: Issue in PDDocInsertPages
You would have to manage the named destinations yourself by analysis.
View ArticleRe: How to set position of a PDEPath object
Then something else is wrong, but I cannot tell you what. How are you transforming the matrix (e.g. please give before and after values).
View ArticleRe: Issue in PDDocInsertPages
Correct - it won't remove bookmarks. You'd have to do them yourself
View ArticleRe: Issue in PDDocInsertPages
Is there any simple way to remove all unreferred bookmarks?
View ArticleRe: Issue in PDDocInsertPages
Is there any API to remove bookmarks associated with page in PDF?
View ArticleRe: Issue in PDDocInsertPages
No. Bookmarks are not associated with a page, they have actions. See PDF Reference for details (you will need a detailed knowledge of the types and formats of actions and destinations).
View ArticleRe: Issue in PDDocInsertPages
But the good news is that the PDNameTree API enormously speeds up working with named destinations (otherwise you have to manage your own balanced tree).
View Article