docs:pdf:pdf_workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:pdf:pdf_workflow [2007/05/15 17:50] billhdocs:pdf:pdf_workflow [2009/04/24 22:53] (current) billh
Line 1: Line 1:
 ====== PDF Workflow ====== ====== PDF Workflow ======
 +
 +===== Undocumented PDF Common Workflow Issues =====
 +  * <del>split pdf into individual files (burst)</del>
 +  * <del>convert to Postscript</del>
 +  * remove all comments/annotations
 +  * remove or flatten forms
 +  * pdf/x standard (no transparency, no bookmarks/links?, no annotations/forms?)
 +  * document exact pdf procedure for creating valid files with every company program (create a standard)
 +  * flatten all comments/annotations
 +  * print bookmarks list
 +
 ===== Burst PDF pages into individual files ===== ===== Burst PDF pages into individual files =====
 This gives you the ability to work with each page on an individual basis.  You can also see how large each page is by comparing file sizes.  You can edit and compress each page efficiently prior to putting them together in a single pdf file.  Even if you work in Adobe Acrobat, you don't know the size of individual pages.  So, if you want to identify large pages and optimize them, you can use this procedure and replace the pages when you are finished. This gives you the ability to work with each page on an individual basis.  You can also see how large each page is by comparing file sizes.  You can edit and compress each page efficiently prior to putting them together in a single pdf file.  Even if you work in Adobe Acrobat, you don't know the size of individual pages.  So, if you want to identify large pages and optimize them, you can use this procedure and replace the pages when you are finished.
Line 6: Line 17:
 pdftk input.pdf burst pdftk input.pdf burst
 </code> </code>
 +
  
 ===== Convert PDF to PS (PostScript) ===== ===== Convert PDF to PS (PostScript) =====
 +  * these tools come with ghostscript
 +  * this step can be the source of problems, so make sure to read the "Troubleshooting / Large Files" section below
   * example:<code>   * example:<code>
 pdf2ps input.pdf output.ps pdf2ps input.pdf output.ps
Line 17: Line 31:
  
 ===== Optimize individual PDF page ===== ===== Optimize individual PDF page =====
 +  * these tools come with ghostscript
   * burst a multi-page pdf file into single files   * burst a multi-page pdf file into single files
   * options:   * options:
  • docs/pdf/pdf_workflow.1179273047.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)