For example if i have an pdf with 3 pages, and i want
page 1 printed 50 times,
page 2 printed 100 times
page 3 printed 75 times
i have to generate an pdf with 225 pages and sent them to the printer.
Depending on the pages (especially joined pdf from different pdf) such
a pdf is growing extremly in size, also the print job.
So why is there no support for setting a number for copies for each page
when creating a new pdf, so i get a pdf with only 3 pages. And if i print
the pdf document with copies 1: I get page 1 50 times printed, page 2 100 times
printed and so on.
I searched the internet if somebody have an similar problem, but i found nothing.
So i am wrong, and there is a way to do this?
When not, it should no big problem to change an opensource pdf viewer for that.
Only a compatible way to store the copies per page in the pdf file must found, right?
Background:
I write an program to generate pdf files for label printing, with python/reportlab.
Printing is actually done with python/gsprint and a second file that contains the copies per page,
that must be printed. But usage is limited, specially if you want to distribute the pdf.
Also gsprint is discontinued, and i searching for an alternative.
Actually i use an old version of an program like NiceLabel. But in the current versions
of NiceLabel they licence not only per cpu, also per printer. And that drives me crazy.
It they make a good program i pay for it, but licensing per printer is just rip off.