tsplPrintPDF abstract method
Prints a PDF file by specifying the file path and label size.
filePath: Path to the PDF file.labelSize: Label dimensions (e.g., "78x60").
Implementation
Future<void> tsplPrintPDF(String filePath, LabelSize labelSize);
Prints a PDF file by specifying the file path and label size.
filePath: Path to the PDF file.labelSize: Label dimensions (e.g., "78x60").Future<void> tsplPrintPDF(String filePath, LabelSize labelSize);