[19.0][ADD] dms_libreoffice_preview: server-side LibreOffice→PDF office preview#484
Open
dnplkndll wants to merge 2 commits into
Open
[19.0][ADD] dms_libreoffice_preview: server-side LibreOffice→PDF office preview#484dnplkndll wants to merge 2 commits into
dnplkndll wants to merge 2 commits into
Conversation
01f2dc8 to
b46c7b3
Compare
b46c7b3 to
faf9c3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds in-browser preview of office files (doc/docx/odt/xls/xlsx/ods/ppt/pptx/odp/rtf) in DMS by registering an office-mimetype handler (score 10) into the dms_preview_pane preview registry: the server converts the file to PDF via LibreOffice (cached as an ir.attachment, keyed on write_date, 60s soffice cap). Leaves score 20 free for a future dms_onlyoffice.
Depends on #483 (dms_preview_pane) and #475 (dms), pinned in test-requirements.txt until they land — the
Detect unreleased dependenciesred is that pin. Requires the libreoffice deb (external_dependencies). Draft for early review.