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
In that condition, generate a cache image that shows the first page of the pdf by running pdftoppm -f 1 -l 1 -scale-to-x 600 -scale-to-y -1 -singlefile -jpeg -tiffcompression jpeg -- "/path/to/pdf.pdf" "/tmp/cache.jpeg". (Code taken from here)
Preview that image.
The text was updated successfully, but these errors were encountered:
jcguu95
changed the title
I can help adding pdf preview support
I can help add pdf preview support
Apr 29, 2021
I can help add pdf preview support, if no one is working on it.
Here's the idea.
ranger-preview-buffer
.pdftoppm -f 1 -l 1 -scale-to-x 600 -scale-to-y -1 -singlefile -jpeg -tiffcompression jpeg -- "/path/to/pdf.pdf" "/tmp/cache.jpeg"
. (Code taken from here)The text was updated successfully, but these errors were encountered: