David Sungaila
David Sungaila
Hi @LandryOnl, thank you for your suggestion! This is a good idea, I'll add this and will get back to you.
@LandryOnl [PDFtoZPL 5.1.0](https://www.nuget.org/packages/PDFtoZPL/5.1.0) has been released. You can use the new parameter `PrintQuantity` like this: ```csharp var zpl = ConvertPdfPage(pdfStream, zplOptions: new(PrintQuantity: 30)) ```
Please reopen this issue if the new `PrintQuantity` parameter is not working for you.
Hi @Braindea7, this library was built for ZPL II [based on this programming guide](https://files.tracerplus.com/public/docs/3rdparty/manuals/ZPL_Vol1.pdf). What might be an issue is the selected encoding/compression. [There are four options and some printers...
Please reopen this issue if changing the encoding did not work.