Previous | Next | (P-PDF) JavaScript
Topic: Adding pages dynamically to a document
Conf: (P-PDF) JavaScript, Msg: 28506
From: arne.gleason
Date: 10/13/2001 05:51 AM
I want to dynamically hide and show pages of a document (in response to a user?s entry on a form).
I tried defining templates and toggling the hidden property, but this changes the order of the pages.
I then thought of using the insertPages() and deletePages() methods to insert pages from external source documents, but the default security on insertPages() prevents doing this.
Does anyone know how to override the default security settings on methods, or does anyone have any other techniques for hiding and showing pages?