We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behaviour
compr.pdf.gz
This results in compr.pdf.gz containing the altered PDF, not compressed despite the .gz extension.
.gz
Writing to a new file with a .gz extension using C-x -C-w likewise results in an uncompressed file.
What is the expected behaviour? compr.pdf.gz is replaced by its altered PDF, transparently gzip-compressed by jka-compr.
jka-compr
Your pdf-tools install Status: Installed in ‘pdf-tools-20230611.239/’ (unsigned). Version: 20230611.239 Commit: c69e765
This is perhaps best fixed jointly with #258 by changing the file-saving logic of pdf-tools.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the behaviour
compr.pdf.gz
.This results in
compr.pdf.gz
containing the altered PDF, not compressed despite the.gz
extension.Writing to a new file with a
.gz
extension using C-x -C-w likewise results in an uncompressed file.What is the expected behaviour?
compr.pdf.gz
is replaced by its altered PDF, transparently gzip-compressed byjka-compr
.Your pdf-tools install
Status: Installed in ‘pdf-tools-20230611.239/’ (unsigned).
Version: 20230611.239
Commit: c69e765
This is perhaps best fixed jointly with #258 by changing the file-saving logic of pdf-tools.
The text was updated successfully, but these errors were encountered: