unfoldingWord / dcs

Door43 Content Service
https://git.door43.org
MIT License
0 stars 6 forks source link

Implement Page Selection for Printing (Odd, Even, Range) #395

Open birchamp opened 10 months ago

birchamp commented 10 months ago

Description:

Users need the ability to select specific pages for printing. This includes options like printing only odd or even pages, or a custom range (e.g., pages 1-10).

DoD:

Option to print odd pages, even pages, or a specified range. Ensure the print preview updates according to the selected option. Validate user input for page range (e.g., correct format, within the document's page limit). This feature should work in conjunction with the 'Output to Printers' and 'Save to PDF' functionality (when implemented).