Skip to main content
флорианб70160451
Known Participant
October 5, 2016
Question

Spawing template page over existing page

  • October 5, 2016
  • 2 replies
  • 443 views

Hello All,

is there any way to spawn over an existing page a template page?

Can a PDF dokument consist of 2 template pages, where the reader can switch from template 1 to template 2 and vice versa?

Follwoing script doesnt work...

var expTplt = getTemplate("template");

expTplt.spawn(numPages,true,false);

Many thanks for your comments and ideas.

Best regards

Flo

This topic has been closed for replies.

2 replies

Inspiring
October 5, 2016

You can only overlay an existing page. It is possible to spawn a new page using a specific template and then overlaying that new page.

try67
Community Expert
Community Expert
October 5, 2016

No, you can't spawn a page over an existing one. However, if that page is also the result of a spawn command then you can delete the old page and then spawn the new one in its place.