Skip to main content
Known Participant
July 20, 2017
Question

How can I insert a document ahead of the first page with a javascript code

  • July 20, 2017
  • 2 replies
  • 279 views

How can I insert a document ahead of the first page with a javascript code

This topic has been closed for replies.

2 replies

DEMAuthor
Known Participant
July 20, 2017

OK muchas gracias, lo probare

try67
Community Expert
Community Expert
July 20, 2017

Using the insertPages command, like this:

this.insertPages({ nPage: -1, cPath: "/c/temp/myCoverPage.pdf" });