help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: editing a PDF [Re: emacs 30.5.0 editing epub]


From: Ulrich Deiters
Subject: Re: editing a PDF [Re: emacs 30.5.0 editing epub]
Date: Tue, 21 Mar 2023 12:51:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

You can try to convert PDF to PostScript, e.g., with pdf2ps, pdftops, …
PostScript is human-readable and can be edited with emacs.

Depending how the PDF code was created, however, the PostScript code
may be difficult to interpret, or even contain blocks of binary code.
Unless you recognize some strings like

        … (some text) show …

which can eventually be modified, it is risky to make changes. As Yuri
stated, PDF (or PostScript) code is meant to be executed. Changes might
result in a buggy code, and then the interpreter or the printer will balk.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]