-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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
Labels
No labels