Page template - life cycle
I'm trying to understand how templates work in pdf forms.
The tests show that the template created on the basis of the page exists only together with the page on the basis of which it was created.
For example, I created a document whose page 2 (empty without any texts or controls) served as a template to create a template :-).
I created a template from the console level and everything is OK. I can add it "spawn" with a script any number of times to the document, I can do something with scripts on these new pages. But if I delete page 2 right after creating the template, the template is automatically deleted as well. What am I doing wrong?
