Expand my Community achievements bar.

How to handle double side printing?

Avatar

Former Community Member
We stitch together XDP's and render this group as a single PDF packet.

How to handle double sided printing (duplex) to print new form starting on a new page in the following scenarios:



1) A three pages document containing multiple pages should print page 1 on front, page 2 on back of the same page, page 3 on a front of a new page. Then second three pages document should start on a newer page and should not continue at the back of page 3.

2) A one pages document containing multiple pages should always print all pages on a newer page and not continue printing at the back of first page (or at the back of odd pages).



To summarize, all odd number of pages should start printing on a newer page and even number of pages can be printed in the back of odd pages.

---------------------------------------------

To make sure the 'double sided printers' get their forms printing on the correct pages so that all forms end in an even number of pages



I am hoping to insert a command like: if (double sided printing) then feed extra page. (at the end of each odd numbered page)



Thanks for your help.
1 Reply