Support for increasing the number of printed copies
Detailed feature request
as titile,i hope add the number of printed cpoies in zploptions and add ^PQ{print number},0,1,Y zpl command;in my fork;define the datatype of int for printcopies in zploptions ,and in function name createbitmapimp,add zpl command such as ^PQ{print number},0,1,Y ,can you do it? such as below image
Hi @LandryOnl,
thank you for your suggestion! This is a good idea, I'll add this and will get back to you.
Hi @LandryOnl,
thank you for your suggestion! This is a good idea, I'll add this and will get back to you.
I look forward to your reply
@LandryOnl PDFtoZPL 5.1.0 has been released. You can use the new parameter PrintQuantity like this:
var zpl = ConvertPdfPage(pdfStream, zplOptions: new(PrintQuantity: 30))
@LandryOnl PDFtoZPL 5.1.0 has been released. You can use the new parameter
PrintQuantitylike this:var zpl = ConvertPdfPage(pdfStream, zplOptions: new(PrintQuantity: 30))
ok,
Please reopen this issue if the new PrintQuantity parameter is not working for you.