Re: build plugin xcode
I haven't used the starter project on Mac, but that doesn't sound at all right. You shouldn't be making anything new, or trying to make anything new (except source files to add). Isn't there an xcode...
View ArticleRe: Opening a document from a SharePoint URL
There is a method but it's under ASFile not ASFileSys for some reason.
View ArticleRe: Get file metadata with Reader API
You probably need to add the right header file. The documentation should tell you which one. If not, just search the header files for the problem identifier.
View ArticleRe: Get file metadata with Reader API
This function is not available in Adobe Reader. With the functions of the low level COS Layer you can access the data.
View ArticleRe: build plugin xcode
Download the entire SDK, which contains sample code, working projects, et
View ArticlePDPageSetPDEContent change PDF content
Hello, I have a problem with PDPageSetPDEContent method.After call this function to change text render settings of one pdf file, I see contents of pdf changed: some text and path elements are moved a...
View ArticleRe: PDPageSetPDEContent change PDF content
If you change the content in certain ways, then things will move...(because you told them to)
View ArticleRe: PDPageSetPDEContent change PDF content
But I didn't tell "them" to' move.I clone the PDF and call the setcontent method without modifying the content.The result is the PDF with graphic and text moved in a different position. elements...
View ArticleRe: PDPageSetPDEContent change PDF content
If you want someone to look at your code, you are welcome to file a formal tech support request with our developer support.
View ArticleRe: PDPageSetPDEContent change PDF content
Of course if it only happens with certain PDFs it _might_ be a bug in PDFEdit. But these are pretty much fixed these days, I assume you are up to date, with Acrobat 11?
View ArticleHow to use the 64 bit Adobe PDF Browser Control (AcroPDF64.dll) in x64...
I noticed that sice 11.0.07 there is a 64 bit version of the AcroPDF.dll called AcroPDF64.dll. Does this mean that I can use the PDF Browser Control in a x64 WinForms application? If so, what do I need...
View ArticleRe: Opening a document from a SharePoint URL
That worked a treat, thanks for your help.
View ArticleRe: How to use the 64 bit Adobe PDF Browser Control (AcroPDF64.dll) in x64...
No, that DLL is not for development with x64 WinForms.
View ArticleRe: How to use the 64 bit Adobe PDF Browser Control (AcroPDF64.dll) in x64...
Thank you for your reply. Does this means that it is still not possible to use the PDF ActiveX control in a x64 WinForms application?
View ArticlePDF Digital Signature using SM2 Encryption
Hi, Is there any way to use SM2 encryption for digital signature in PDF instead of the default encryption? Thanks,Amir Mehmood
View ArticleRe: PDF Digital Signature using SM2 Encryption
Sure - write your own custom DigSig plugins.
View ArticleRe: convert to MS Word without "print to pdf" step
lets do it this way. How can I validate a pdf document and see the validation errors? - this would be necessary to find out what's wrong with the original pdf.
View ArticleRe: convert to MS Word without "print to pdf" step
I don't think the document is invalid, or would fail any specific validation error. It may be a bug or limitation in the DOC export engine. It might be fixed in Acrobat 11, so check for that....
View ArticleRe: convert to MS Word without "print to pdf" step
good idea I'll check with v11 I'm not sure I want to go so deep, maybe I have to. I'll let you know
View ArticleRe: build plugin xcode
Thanks for the answers! I've got it on Windows using Visual Studio, using that it was easy .
View Article