Topic: Sales Invoice Print - Original / Duplicate / Triplicate

Able to print Original / Duplicate / Triplicate (ie. Original in 1st page, Duplicate in 2 page so on) if it's one page invoice.  Don't know how to  print duplicate and triplicate when the invoice is more than 1 page say 2 or more.

Eg: Total pages of single invoice is 4. How it should print?
First 4 pages - Original
Next 4 pages - Duplicate
The remaining 4 pages - Triplicate

Advance thanks for your help.

Re: Sales Invoice Print - Original / Duplicate / Triplicate

Print the invoice (rep107.php) using a for loop 4 times, each time using the appropriate watermark (background PDF) of "Original", Duplicate, Triplicate, etc. The watermark can be replaced with appropriate equivalent of TCPDF functions / abstractions.

Please note that there is no sanctity of the named invoice printouts since each invoice PDF would still have all the watermarks for eg., in your case, it will have 16 pages in all.