Could you please advise me how to convert the ".doc" to ".prn" through programmatically without manual interaction. (Or) Is there any third party tool avialable for this?
Thanks for looking into this.
Could you please advise me how to convert the ".doc" to ".prn" through programmatically without manual interaction. (Or) Is there any third party tool avialable for this?
Thanks for looking into this.
var pp = this.getPrintParams();pp.fileName = "/c/print/myDoc.prn";this.print(pp);
Here an example from the JS API reference manual.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs