aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-03 11:44:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-03 11:44:00 -0800
commite906e5ac23177c4377591c73c8e796e764096a32 (patch)
treeb8b868ea48514338f68f35648cf880a4d2a40035 /MANUAL.txt
parentc4ff0b5564aab0fdf8f6fe0fcecb332615933f4b (diff)
downloadpandoc-e906e5ac23177c4377591c73c8e796e764096a32.tar.gz
Allow pdf output to stdout.
PDF output will not be output to the terminal, but can be sent to stdout using either `-o -` or a pipe. The intermediate format will be determined based on the setting of `--pdf-engine`. Closes #5751.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 3de9e4250..53630b7e8 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -308,6 +308,7 @@ header when requesting a document from a URL:
- `opml` ([OPML])
- `opendocument` ([OpenDocument])
- `org` ([Emacs Org mode])
+ - `pdf` ([PDF])
- `plain` (plain text),
- `pptx` ([PowerPoint] slide show)
- `rst` ([reStructuredText])
@@ -325,7 +326,7 @@ header when requesting a document from a URL:
- the path of a custom lua writer, see [Custom writers] below
:::
- Note that `odt`, `docx`, and `epub` output will not be directed
+ Note that `odt`, `docx`, `epub`, and `pdf` output will not be directed
to *stdout* unless forced with `-o -`.
Extensions can be individually enabled or