tsplPrintPDF abstract method

Future<void> tsplPrintPDF(
  1. String filePath,
  2. 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").

Implementation

Future<void> tsplPrintPDF(String filePath, LabelSize labelSize);