yer
yer

Reputation: 21

How to load pdf file and print using Neodynamic PrintUtils settings c#

How to load pdf file and print using this settings?

PrintUtils.PrinterSettings.Communication.CommunicationType = CommunicationType.USB;
PrintUtils.PrinterSettings.ProgrammingLanguage = ProgrammingLanguage.ZPL;
PrintUtils.PrinterSettings.PrinterName = "PrinterName";
PrintUtils.AutoSetLabelLength();
PrintUtils.CutLabel();

example:

PdfDocument doc = new PdfDocument();
doc.LoadFromFile("FileName");

that "doc.LoadFromFile("FileName");" works with neodynamic printutils? If yes, how?

Upvotes: 2

Views: 445

Answers (0)

Related Questions