Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem using QL-810-W #275

Open
TristanGodal opened this issue Apr 1, 2021 · 0 comments
Open

Problem using QL-810-W #275

TristanGodal opened this issue Apr 1, 2021 · 0 comments

Comments

@TristanGodal
Copy link

TristanGodal commented Apr 1, 2021

Hi. I'm using Ionic 5.

When I try to print a label on a Brother QL-810-W, the printed text is extremely small and centered with a lot of padding. As if printing forced A4 size on 62 * 29 paper size.

Are there special and different options to apply to make the printout look the same as the preview?

Code I use :

this.printer.isAvailable().then((success) => {
        let options: PrintOptions = {
          name: (this.fileName || 'Unknown ingredient'),
          orientation: 'portrait'
        };
        this.printer.print(entry.toURL(), options).then((success) => {
          this.popoverCtrl.dismiss();
        }, (error) => {
          this.printerAlert(JSON.stringify(error));
        });
      }, (error) => {
        this.printerAlert(JSON.stringify(error));
      });

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant