Skip to content
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

No need to convert to PDF with LibreOffice, just convert to PNG #10198

Merged
merged 1 commit into from
Jul 13, 2018

Commits on Jul 12, 2018

  1. No need to convert to PDF with LibreOffice, just convert to PNG

    Exporting all pages of a document to a PDF is a waste of time. All we
    need is a thumbnail of the first page anyway. Plus, reading that PDF
    (even just the first page of it) into imagick is presumably much
    slower than reading a simple PNG.
    
    Signed-off-by: Tor Lillqvist <[email protected]>
    Tor Lillqvist committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    37c8ed4 View commit details
    Browse the repository at this point in the history