tsplPrintPDFBase64 abstract method

Future<void> tsplPrintPDFBase64(
  1. String base64Encoded,
  2. LabelSize labelSize
)

Prints a base64-encoded PDF directly on TSPL printer.

  • base64Encoded: Base64 string of PDF content.
  • labelSize: Label dimensions (e.g., "100x100").

Implementation

Future<void> tsplPrintPDFBase64(String base64Encoded, LabelSize labelSize);