PDA

View Full Version : Javascript Print


aagomez
December 21st, 2006, 02:20 AM
Hi,
we generate a pdf document using jasper, and during this process a javascript action is added to the document. This is de js code:
this.print({bUI: true, bSilent: false, bShrinkToFit : true});
which works ok with adobe but not with foxit. Do you have an equivalent for this function in foxit?
I've seen a list of the currently supported js functions (util.printf,printd,printx) . Are these valid?
Regards.