Page 1 of 1

Edit pdf document

Posted: 26 Jul 2018 12:16
by Gukalov
Hi)))
How to add simple text label to pdf document?

Re: Edit pdf document

Posted: 26 Jul 2018 12:57
by Harrison Pratt
Do you mean add text from a VIP application?

There are online PDF editors, like this: https://www.pdfescape.com/windows/

Re: Edit pdf document

Posted: 26 Jul 2018 13:11
by Gukalov
Harrison Pratt wrote: 26 Jul 2018 12:57 Do you mean add text from a VIP application?
- Yes, exactly. It need to sign a lot of scans, and I'm too lazy to do it manually)))

Re: Edit pdf document

Posted: 28 Jul 2018 1:28
by Harrison Pratt
This looks like good documentation on PDF structure ... have fun! :wink:

http://www.planetpdf.com/developer/arti ... uct&page=0

If I were forced into doing what you describe with a time deadline I might consider a scripting engine and a PDF editor if I had a fixed set of PDF files to annotate. If the PDFs continue to accumulate then it might be worth the effort to code in VP.

Re: Edit pdf document

Posted: 5 Mar 2019 13:44
by Tonton Luc
Hi,

:idea: You can create your own robot using :

Code: Select all

_ = gui_native::setcursorpos(X,Y),
and

Code: Select all

gui_native::keybd_event(gui_native::vk_down,0,0,0), gui_native::keybd_event(gui_native::vk_down,0,gui_native::keyeventf_keyup,0),
and

Code: Select all

gui_native::keybd_event(gui_native::vk_return,0,0,0), gui_native::keybd_event(gui_native::vk_return,0,gui_native::keyeventf_keyup,0),
:wink:

Re: Edit pdf document

Posted: 5 Mar 2019 15:43
by Harrison Pratt
Thanks, Tonton -- you made me start thinking of things to do that I hadn't planned to think about! :D