Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

How to access Print Dialog boxe's "Pages" property

Avatar

Former Community Member
Hi,

I am using the following line to populate the Print dialog box.



xfa.host.print(1, "0", (xfa.host.numPages-1).toString(), 0, 1, 0, 0, 0)



Is there any way that I can access Pages option using JavaScript with Adobe LiveCycle Designer 8.0 where I can show the page range to print?



I want to print 3 copies of 1st Page and then the one copy of full PDF. So in the Pages option of Print dialog box I want to display 1,1,1,1-9. Is there any way to accomplish this programmatically?



Or is there any better way to print 3 copies of 1st page and then 1 copy of whole pdf?



Thanks.



Niketa Parekh
0 Replies