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
Create a tar archive containing a PDF file, say, archive.tar.
Find the tar archive.
Choose the PDF file contained therein, say, file.pdf.
Alter it, e.g. by adding annotations.
Save it with C-x C-s.
This errors out with a message like the following:
Saving file /path/archive.tar!./file.pdf...
run-hook-with-args-until-success: Opening output file: No such file or directory, /path/archive.tar!./file.pdf
What is the expected behaviour? archive.tar is replaced with a tar archive containing the altered file.pdf, transparently created by tar-mode.
Your pdf-tools install
Status: Installed in ‘pdf-tools-20230611.239/’ (unsigned).
Version: 20230611.239
Commit: c69e765
This is perhaps best fixed jointly with #257 by changing the file-saving logic of pdf-tools.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce the behaviour
archive.tar
.file.pdf
.This errors out with a message like the following:
What is the expected behaviour?
archive.tar
is replaced with a tar archive containing the alteredfile.pdf
, transparently created bytar-mode
.Your pdf-tools install
Status: Installed in ‘pdf-tools-20230611.239/’ (unsigned).
Version: 20230611.239
Commit: c69e765
This is perhaps best fixed jointly with #257 by changing the file-saving logic of pdf-tools.
The text was updated successfully, but these errors were encountered: