Hello fellows,
Problem is that I want to make separate pages (like 0, 2, 4-10, 22, 34)
of PDF file printable in one batch via JavaScript by using local printer
which end user can choose...
This can be done manually in print definition window,
so it should be included in the Javascript also!
Can't find method to do this...
I think to heard that it is possible with LiveCycle Designer,
but I'm not familiar with that prgm...
Is there a possibility somehow to define script like:
this.print({bUI: true, nStart: "0, 2, 4-10, 22, 34"});
One possibility could be to set selected Pages propertion "Not printable",
but that is also missing, as far as I understand!
Best regards,
El User
P.S. End user should not have to have nothing else than Acrobat Reader...