Skip to content

Print multi page PDF on Android and iOS #89

@alaindeseine

Description

@alaindeseine

Hi @CodeMinion,

I'm back with a problem!

I need to print a pdf which has more than one page. like this one:
1d03fb0559d2ea414911ab699d15a4fb.pdf

The print printPdfFile function prototype permit to indicate a page number (int) to print.

When i check the Brother SDK documentation, i see that (for Android, i have not yet see for iOs) the printPDF function has 3 prototypes:

  • public PrintError printPDF(final String path, final PrintSettings printSettings);
  • public PrintError printPDF(final String[] paths, final PrintSettings printSettings);
  • public PrintError printPDF(final String path, final int[] pages, final PrintSettings printSettings);

The first prototype permit to print all the pages of a PDF file.

When i look at your implementation it seems that you don't implement it. Am i right ?

Do you think it is possible to implement it ? or Not ?

Best regards

Alain Deseine.

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