PDFtoZPL icon indicating copy to clipboard operation
PDFtoZPL copied to clipboard

Support for increasing the number of printed copies

Open LandryOnl opened this issue 1 year ago • 4 comments

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

image image

LandryOnl avatar Jul 11 '24 07:07 LandryOnl

Hi @LandryOnl,

thank you for your suggestion! This is a good idea, I'll add this and will get back to you.

sungaila avatar Jul 11 '24 08:07 sungaila

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 avatar Jul 11 '24 08:07 LandryOnl

@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))

sungaila avatar Jul 11 '24 13:07 sungaila

@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))

ok,

LandryOnl avatar Jul 12 '24 00:07 LandryOnl

Please reopen this issue if the new PrintQuantity parameter is not working for you.

sungaila avatar Jul 17 '24 09:07 sungaila