Replies: 5 comments
-
Integrating Paged.js may be a solution. In this case it may be better to create a specific window for the selected paginated content. In the LCP spec, a page is defined as:
|
Beta Was this translation helpful? Give feedback.
-
Looking at other reading systems' implementations, I feel that this is a woefully underspecified domain, i.e. we lack a reliable definition of the problem space. I think that we should gather functional requirements before attempting to implement technical solutions. Assuming there is prior art in the minefield that is "printing from EPUB", we might need to adhere to existing practices. Otherwise, we can just define our own rules, and test them in the field.
|
Beta Was this translation helpful? Give feedback.
-
Electron/Chromium "print" API: Note this statement: "Use Some notable configuration parameters for
|
Beta Was this translation helpful? Give feedback.
-
Interestingly in the Electron/Chromium "print to PDF" API: |
Beta Was this translation helpful? Give feedback.
-
@danielweck A print feature would make Thorium Reader the only app in existence, as far as I know of, capable of converting a fixed layout epub3 file to a PDF (via the Save As PDF output option). If it at all possible, please implement this. It might be a mess for non-fixed layout epubs, but it would be a godsend for fixed layout ones. |
Beta Was this translation helpful? Give feedback.
-
It should be possible to print one or more pages inside the app, like we can do in a PDF reader.
If the publication is LCP protected, the print constraint must be handled properly.
Beta Was this translation helpful? Give feedback.
All reactions