1PDFDRAW(1) General Commands Manual PDFDRAW(1)
2
3
4
6 pdfdraw - render PDF documents
7
9 pdfdraw [options] [file.pdf [pages]] ...
10
12 pdfdraw will render a PDF document to image files. The supported image
13 formats are: pgm, ppm, pam and png. Select the pages to be rendered by
14 specifying a comma separated list of ranges and individual page numbers
15 (for example: 1,5,10-15). In no pages are specified all the pages will
16 be rendered.
17
19 -o output
20 The image format is deduced from the output file name. Embed %d
21 in the name to indicate the page number (for example:
22 "page%d.png").
23
24 -p password
25 Use the specified password if the file is encrypted.
26
27 -r resolution
28 Render the page at the specified resolution. The default reso‐
29 lution is 72 dpi.
30
31 -R angle
32 Rotate clockwise by given number of degrees.
33
34 -a Save the alpha channel. The default behavior is to render each
35 page with a white background. With this option, the page back‐
36 ground is transparent. Only supported for pam and png output
37 formats.
38
39 -g Render in grayscale. The default is to render a full color RGB
40 image. If the output format is pgm or ppm this option is
41 ignored.
42
43 -m Show timing information. Take the time it takes for each page
44 to render and print a summary at the end.
45
46 -5 Print an MD5 checksum of the rendered image data for each page.
47
48 -t Print the text contents of each page in UTF-8 encoding. Give
49 the option twice to print detailed information about the loca‐
50 tion of each character in XML format.
51
52 -x Print the display list used to render each page.
53
54 -A Disable the use of accelerated functions.
55
57 mupdf(1), pdfclean(1). pdfshow(1).
58
60 MuPDF was written by Tor Andersson <tor@ghostscript.com>. MuPDF is
61 Copyright 2006-2010 Artifex Software, Inc.
62
63
64
65 July 19, 2010 PDFDRAW(1)