-
Notifications
You must be signed in to change notification settings - Fork 1
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
Export to PDF #126
Comments
@carlobeltrame : do you have a recommendation for a possible integration (with respect to e-camp v3)? Goal is to provide a option to print chapters as pdf. |
At eCamp v3, we are still evaluating two completely different tech stacks, because each brings their own risks and downsides. I'll describe the two options below, with regard to how they could work in thilo. But first, a more fundamental question: What is the PDF export intended for, and is a PDF export really the best option for this use case? I see two possibilities:
If you still insist on creating a PDF export for the digital thilo, here is a comparison of the two PDF engines we are currently evaluating at eCamp v3:
At Qualix, I use react-pdf, because that application is still runnable on a php shared hosting. Options we have tried and ruled out in the past:
|
Thanks a lot for the detailed explanations and write-up @carlobeltrame. We have also decided to implement the Thilo as a PWA, in order to preserve the cross chapter search functionality and for all the benefits you have also listed. As far as getting PDF output from the page where needed, the built in browser PDF renderer do well enough with out current page stylings, where we flagged all navigation to not show up in print media - thus the produced PDFs only contain the actual content. The browser and OS differences we can account for, as we also rely on the page display to be reasonably similar and looking good across browsers and devices. We intentionally keep the content-creator's options limited in order to ensure that this will stay like this. I think with the limited resources available, implementing a dedicated print to pdf feature is out of scope of this project, thus I am closing this issue for now. If more resources become available, we can always reopen it. Thanks again! |
Evaluate how much work it is to implement a PDF export functionality within Thilo
The text was updated successfully, but these errors were encountered: