Copy text from word to pdf xchange editor/integrate annotation

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Copy text from word to pdf xchange editor/integrate annotation

Post by Audros »

Hello,
we need your help concerning two points:
1- how to copy paste text from word (or any other textual source) as a text box (Freetext)? For now we go through notepad, copying from notepad, it works!
2- how to integrate the annotations on the pdf via pdf xchange editor, so that it can not be modified by adobe reader?(we need to not use lock annotation, because we should be able to change our pdf width our app based on pdf xchange editor, not professional to ask our customer to unlock any annoation they want to change).
Thank you
Attachments
screen.png
User avatar
Will - Tracker Supp
Site Admin
Posts: 6815
Joined: Mon Oct 15, 2012 9:21 pm
Location: London, UK
Contact:

Re: Copy text from word to pdf xchange editor/integrate annotation

Post by Will - Tracker Supp »

Hi Audros,

Thanks for the post!
1- how to copy paste text from word (or any other textual source) as a text box (Freetext)? For now we go through notepad, copying from notepad, it works!
The way that things are pasted in the Editor depends on how the original application copied the data to clipboard. I've tested here by copying text from a Word document and pasting into both the Editor and Adobe. They both paste as a stamp.

If you're a developer, you'll need to choose which content to paste from the Windows clipboard - either the rich text or 'Text' formats would probably be best.
2- how to integrate the annotations on the pdf via pdf xchange editor, so that it can not be modified by adobe reader?(we need to not use lock annotation, because we should be able to change our pdf width our app based on pdf xchange editor, not professional to ask our customer to unlock any annoation they want to change).
This isn't possible - Without securing the document, it's impossible for us to provide any real mechanism to allow editing in our app, but not in others. In fact, this would violate the entire underlying principle of the PDF format; I'm not even sure that the ISO PDF Specification would allow for this.

If you are a developer, I'd strongly recommend that you take a look at our documentation and get a hold of the ISO PDF Specification to refer to:
https://sdkhelp.pdf-xchange.com/view/Main_Page

I can't link to the PDF Specification as you need to pay for it.

Thanks,
If posting files to this forum, you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded.
Thank you.

Best regards

Will Travaglini
Tracker Support (Europe)
Tracker Software Products Ltd.
http://www.tracker-software.com
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: Copy text from word to pdf xchange editor/integrate annotation

Post by Audros »

Hello,
Thank you so much for your answers.
Best regards
User avatar
Will - Tracker Supp
Site Admin
Posts: 6815
Joined: Mon Oct 15, 2012 9:21 pm
Location: London, UK
Contact:

Re: Copy text from word to pdf xchange editor/integrate annotation

Post by Will - Tracker Supp »

Not a problen :D
If posting files to this forum, you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded.
Thank you.

Best regards

Will Travaglini
Tracker Support (Europe)
Tracker Software Products Ltd.
http://www.tracker-software.com
Post Reply