Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. .TH PDFCLEAN 1 "September  4, 2011"
  2. .\" Please adjust this date whenever revising the manpage.
  3. .SH NAME
  4. pdfclean \- pretty print, decompress and garbage collect PDF files
  5. .SH SYNOPSIS
  6. .B pdfclean
  7. .RI [ options ]
  8. .RI input.pdf
  9. .RI [ output.pdf ]
  10. .RI [ pages ]
  11. .SH DESCRIPTION
  12. .B pdfclean
  13. pretty prints and rewrites the contents of a PDF file.
  14. If no output file is specified, the new file will be written to "out.pdf" in
  15. the current directory.
  16. .PP
  17. .SH OPTIONS
  18. .TP
  19. .B \-p password
  20. Use the specified password if the file is encrypted.
  21. .TP
  22. .B \-g
  23. Garbage collect objects that have no references from other objects.
  24. Give the option twice to renumber all objects and compact the cross reference table.
  25. Give it three times to merge and reuse duplicate objects.
  26. .TP
  27. .B \-d
  28. Decompress streams. This will make the output file larger, but provides
  29. easy access for reading and editing the contents with a text editor.
  30. .TP
  31. .B pages
  32. Comma separated list of ranges to clean.
  33. .SH SEE ALSO
  34. .BR mupdf (1),
  35. .BR pdfdraw (1).
  36. .BR pdfshow (1).
  37. .SH AUTHOR
  38. MuPDF was written by Tor Andersson <tor@ghostscript.com>.
  39. MuPDF is Copyright 2006-2010 Artifex Software, Inc.
  40.