Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. .TH PDFDRAW 1 "September  4, 2011"
  2. .\" Please adjust this date whenever revising the manpage.
  3. .SH NAME
  4. pdfdraw \- render PDF documents
  5. .SH SYNOPSIS
  6. .B pdfdraw
  7. .RI [ options ]
  8. .RI input.pdf
  9. .RI [ pages]
  10. .SH DESCRIPTION
  11. .B pdfdraw
  12. will render a PDF document to image files.
  13. The supported image formats are: pgm, ppm, pam and png.
  14. Select the pages to be rendered by specifying a comma
  15. separated list of ranges and individual page numbers (for example: 1,5,10-15).
  16. In no pages are specified all the pages will be rendered.
  17. .SH OPTIONS
  18. .TP
  19. .B \-o output
  20. The image format is deduced from the output file name.
  21. Embed %d in the name to indicate the page number (for example: "page%d.png").
  22. .TP
  23. .B \-p password
  24. Use the specified password if the file is encrypted.
  25. .TP
  26. .B \-r resolution
  27. Render the page at the specified resolution.
  28. The default resolution is 72 dpi.
  29. .TP
  30. .B \-R angle
  31. Rotate clockwise by given number of degrees.
  32. .TP
  33. .B \-a
  34. Save the alpha channel.
  35. The default behavior is to render each page with a white background.
  36. With this option, the page background is transparent.
  37. Only supported for pam and png output formats.
  38. .TP
  39. .B \-g
  40. Render in grayscale.
  41. The default is to render a full color RGB image.
  42. If the output format is pgm or ppm this option is ignored.
  43. .TP
  44. .B \-m
  45. Show timing information.
  46. Take the time it takes for each page to render and print
  47. a summary at the end.
  48. .TP
  49. .B \-5
  50. Print an MD5 checksum of the rendered image data for each page.
  51. .TP
  52. .B \-t
  53. Print the text contents of each page in UTF-8 encoding.
  54. Give the option twice to print detailed information
  55. about the location of each character in XML format.
  56. .TP
  57. .B \-x
  58. Print the display list used to render each page.
  59. .TP
  60. .B \-A
  61. Disable the use of accelerated functions.
  62. .TP
  63. .B \-G gamma
  64. Gamma correct the output image.
  65. Some typical values are 0.7 or 1.4 to thin or darken text rendering.
  66. .TP
  67. .B \-I
  68. Invert the output image colors.
  69. .TP
  70. .B pages
  71. Comma separated list of ranges to render.
  72. .SH SEE ALSO
  73. .BR mupdf (1),
  74. .BR pdfclean (1).
  75. .BR pdfshow (1).
  76. .SH AUTHOR
  77. MuPDF was written by Tor Andersson <tor@ghostscript.com>.
  78. MuPDF is Copyright 2006-2010 Artifex Software, Inc.
  79.