Skip to main content
derrickm31786451
Participant
February 1, 2017
Question

I used a JavaScript on a button to add in pages as need for the PDF. All of which work fine on PC but doesn't work when trying to us it on my ipad

  • February 1, 2017
  • 1 reply
  • 444 views

I used a JavaScript on a button to add in pages as need for the PDF. All of which work fine on PC but doesn't work when trying to us it on my ipad.

var a = this.getTemplate("startup"); a.spawn();

This topic has been closed for replies.

1 reply

Inspiring
February 2, 2017

I'm not aware of any PDF viewer for iOS that supports spawning templates.

derrickm31786451
Participant
February 2, 2017

Do you know of any other way this could be done that would work on IOS?

Inspiring
February 2, 2017

No. You'll have to start out with as many pages as you think will ever be needed by someone.