muraster [options] file [pages]
[options]-ppassword
The password needed to open a password protected PDF file.
-ofilename
The output file name.
-Fformat
The output format (default inferred from output file name), e.g. pam, pbm, pgm, pkm, ppm.
-sinformation
Show extra information: - m: show memory use. - t: show timings.
-Rrotation
Set a rotation for the output (default auto): - auto. - 0. - 90. - 180. - 270. -
clockwise.
-rx,y Comma separated x and y resolution in DPI (default: 300,300).
-wwidth
Printable width (in inches) (default: 8.27).
-hheight
Printable height (in inches) (default: 11.69).
-f Fit file to page if too large.
-Bheight
Set the minimum band height (e.g. 32).
-Mmemory
Sets the maximum band memory (e.g. 655360).
-Wwidth
Page width for EPUB layout.
-Hheight
Page height for EPUB layout.
-Ssize
Font size for EPUB layout.
-Ufilename
File name of user stylesheet for EPUB layout
-X Disable document styles for EPUB layout
-Alevel
Set anti-aliasing level.
• 0: off.
• 2: 4 levels.
• 4: 16 levels.
• 8: 256 levels.
-Agraphicslevel/textlevel
Independently set the anti-aliasing levels for graphics and text.
e.g. -A0/4.
[pages]
A comma separated list of page numbers and ranges.
Exampleusage#1:
This will render a raster file from page one of the input file "mupdf_explored.pdf". The output file will
be called "test.ppm", have a clockwise rotation and specific graphics/text anti-aliasing applied.
muraster -o test.ppm -R clockwise -A 0/8 mupdf_explored.pdf 1
MURASTER()