You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
PDF files containing single chapters should be generated. Kitodo.Presentation provides this feature via the basket. Some Presentation/Goobi Viewer instances provide this download link directly in the table of contents.
Actually the Mediaserver preproduces PDF files of the whole work via an action. Preproduction of all chapters would lead to a huge waste of memory. It might be a solution to preproduce the JPEG images or the single-page PDF files instead. The full PDF or chapter PDF could than be generated faster on demand. Another way could be to cut the needed chapter out of the full PDF. But this would lead to a second path of PDF generation.
The text was updated successfully, but these errors were encountered:
So the best way is to preproduce PDF pages. This should be fast enough in all scenarios to build the full PDF, chapter PDFs and perhaps others on the fly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PDF files containing single chapters should be generated. Kitodo.Presentation provides this feature via the basket. Some Presentation/Goobi Viewer instances provide this download link directly in the table of contents.
Actually the Mediaserver preproduces PDF files of the whole work via an action. Preproduction of all chapters would lead to a huge waste of memory. It might be a solution to preproduce the JPEG images or the single-page PDF files instead. The full PDF or chapter PDF could than be generated faster on demand. Another way could be to cut the needed chapter out of the full PDF. But this would lead to a second path of PDF generation.
The text was updated successfully, but these errors were encountered: