Expand my Community achievements bar.

A big problem with printing a specific pages (2-4, 6-9)

Avatar

Former Community Member

Hi! I did so: I opened my pdf file (14 pages, with textfields inside) i Livecycle Designer ES as "Create an Interactive Form with Fixed Pages"

My problem: how print a specific pages (for example 2-4, 6-9) after I click on the button "Print button"?

I tried:

xfa.host.print(1, "1", "3", 0, 0, 0, 0, 0);

xfa.host.print(1, "5", "8", 0, 0, 0, 0, 0);

I tried also:

print({bUI: false, nStart: 1, nEnd: 3});  -here no reaction - where it to move? what event?

Please help

Matthew

1 Reply

Avatar

Level 5

HI,

Can you explain the "Print button", where is this ?

If I use the code you provided my PDF file displays the print dialogue as expected and has the correct numbers inserted for the pages to print.

Regards

Malcolm