Skip to content

Support Vietnamese printing #74

Open
@ngoclam9200

Description

@ngoclam9200

Hello..
I am having font error when printing Vietnamese content, Can you help me??
Image

  const printerIP = "";  
  const printerPort = 0000;  

  const cpj = new JSPM.ClientPrintJob();
  cpj.clientPrinter = new JSPM.NetworkPrinter(printerPort, printerIP);

  const billContent = `
    Công ty TNHH XYZ\n
    -----------------------------\n
    Sản phẩm A       2 x 100.000\n
    Sản phẩm B       1 x 50.000\n
    -----------------------------\n
    Tổng cộng:       250.000 VND\n
    Cảm ơn quý khách!\n
    \x1D\x56\x41  // ESC/POS Cut Paper
  `;

  const printFile = new JSPM.PrintFileTXT(billContent, "bill.txt", 1);
  cpj.files.push(printFile);

  await cpj.sendToClient();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions