adobe.document.graphics.server
Subject: Re: Dynamically Create PDF and embed JavaScript
Two commands come to mind: assemblePDF and overlayPages
1. The overlayPages command is documented as:
"When form fields are copied, form-level JavaScript associated with a form field is preserved. Document-level JavaScript in the overlay source is not preserved."
2. If you need document level functions to be called from the button, you would have to manually add the document-JS to a page and then assemble the XSL-FO output behind it.
(a premade cover page--to which you append the XSL-FO PDF ...)
From a note to the assemblePDF command:
"When form fields are present in a source page, form-level JavaScript associated with a form field is preserved. Document-level JavaScript from the first document in the assembly list is preserved; document-level JavaScript in any of the other documents being assembled is not preserved."
Reply
View All Messages in adobe.document.graphics.server
path:
Dynamically Create PDF and embed JavaScript =>
Replies:
Copyright © 2006 WatermarkFactory.com. All Rights Reserved.


