Skip to main content
Participant
May 3, 2020
Question

javascript code to create new page from clipboard

  • May 3, 2020
  • 3 replies
  • 497 views

I would like to know how can I create this Script, and be able to paste what I have in the clipboard right after the last page that I have. For example, if you copied an image to the clipboard I want to press the button or Call the code and  the image have  inserted   followed by my last page that I have in my file.
 I want to achieve this using code of Java Script

This topic has been closed for replies.

3 replies

Thom Parker
Community Expert
Community Expert
May 3, 2020

Opps, I was mistaken, This line of code will insert a new page from clipboard data, when run from a privileged context.

It requires the user to specify the page location:

 

app.execMenuItem("InsertPagesCB");


 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Thom Parker
Community Expert
Community Expert
May 3, 2020

The short answer is NO. There are not Acrobat scripting features for handling clipboard content, but there are menu items for pasting annotations, and even inserting a page from clipboard content.  While Acrobat JavaScript can execute a menu item, these particular ones are off limits. 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
May 3, 2020

This is not possible with a script.