Take a Snapshot with javascript or other
Hi Guys,
I've been reading through the docs for what seems to be days nows. I cannot find any docs that reference the "take a snapshot" functionality using javascript or any other language.
What I am trying to do is just that. Take a snapshot from a pdf file, and place it inside another pdf. What I'd like to do is give coordinates (window size, and location) to my script and It will copy the image, and I can paste that data into another dynamically generated PDF. I've got over 200 pages in each PDF file which I'm doing this manually now with the take a snapshot function from (EDIT->Take a Snapshot), then pasting it into a word doc so I can then create a PDF to distribute. There has got to be an easier way to do this.
If anyone has done something similar or can point me to the correct place in the docs that would be awesome.
So just to be clear. My intention is to do all of this programatically with javascript or some other supporting language. I'll open the pdf programatically, take the snapshots, then generate the new PDF all with the script. I don't want any manual clicking. The page coordinates of everything that I have to "snapshot" are always in the same location so they are fixed coordinates. I just need to do a foreach loop through all the pages and consolidate the information.
Thanks in advance
Joe
