is for PDF format. Emacs supports creating and viewing PDF files.
Questions tagged [pdf]
160 questions
20
votes
3 answers
convert a text buffer to a pdf file?
How can we convert the current text buffer to a pdf file, preferably turning those headings started with * into bookmarks of the pdf file.
For example, turning the Emacs integrated tutorial (shown by C-h t) into a bookmarked pdf file. Thanks.

Tim
- 5,007
- 7
- 32
- 61
12
votes
2 answers
Emacs got frozen when open pdf file
When I open pdf with emacs, it got frozen. And I installed pdf-tools, open pdf, it got frozen again.
What's the underlining process when emacs open a pdf? Is there a lot of converting work? What should I do to speed it up?
Emacs 24.4
Ubuntu 14.04…

Nick
- 4,473
- 4
- 26
- 44
6
votes
1 answer
Changing resolution in pdf-tools PDFView
See this solution for changing the resolution in DocView.
I don't see anything like this for pdf-tools. How can I increase the resolution like doc-view-resolution variable would?

salotz
- 1,400
- 11
- 21
3
votes
1 answer
Recolouring PDFs
Is it possible, with DocView or pdf-tools or something else, to recolour pdfs (e.g. by inverting or choosing a particular colour for background and foreground)? It's a bit annoying when using a dark colour theme to have to view pdfs with white…

Toothrot
- 3,264
- 1
- 13
- 32
3
votes
1 answer
doc view PNG support
I'm running a fresh install of Arch Linux and if I try to view a pdf file in doc-view or pdf-view, I get the following error message:
No PNG support is available, or some conversion utility for pdf files is missing.
Unable to render file. View…

Stefan Mesken
- 255
- 1
- 7
1
vote
1 answer
How to use Emacs Application Framework as Default PDF viewer?
I recently discovered the Emacs Application Framework, which works quite nice for me. The only thing that's bothering me is, that I need to explicitly call eaf-open on a file, to open it with the framework.
I tried to associate eaf with the file…

Määäxx
- 13
- 3
0
votes
0 answers
pdf opening issue in emacs terminal
I am a new user of emacs. I have installed emacs 27.1 in my Ubuntu 22.04. I can successfully open my ms.tex file in emacs (terminal). After that, I press the C-c C-c command and then I type my file name as ms.tex. It successfully creates the ms.pdf…

msingh
- 1
- 1
0
votes
1 answer
How to export a pdf in landscape rotation
Following example.org is expected to be exported in landscape though the generated pdf remains in portrait. What should I change?
** A3 PDF Landscape
#+LATEX_HEADER: \usepackage[a3paper]{geometry}
#+LATEX_HEADER: \usepackage[lscape]{geometry}
…

user3166159
- 99
- 4