Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
work:manipulação_de_documentos_pdf [2025/01/30 12:48] magsilvawork:manipulação_de_documentos_pdf [2025/01/30 12:48] (current) – [Otimiza tamanho] magsilva
Line 5: Line 5:
   * <code ->qpdf multipage-file.pdf --pages . 1-5 -- pages1-5.pdf</code>   * <code ->qpdf multipage-file.pdf --pages . 1-5 -- pages1-5.pdf</code>
  
-===== Otimiza tamanho =====+===== Otimizar tamanho =====
   * <code>gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.7 -dPDFSETTINGS=/ebook  -dCompressFonts=true -dCompressStreams=true -dColorImageResolution=300 -dGrayImageResolution=300 -dMonoGrayImageResolution=300 -dMonoImageResolution=300 -dNOPAUSE -dBATCH -sOutputFile=output.pdf input.pdf</code>   * <code>gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.7 -dPDFSETTINGS=/ebook  -dCompressFonts=true -dCompressStreams=true -dColorImageResolution=300 -dGrayImageResolution=300 -dMonoGrayImageResolution=300 -dMonoImageResolution=300 -dNOPAUSE -dBATCH -sOutputFile=output.pdf input.pdf</code>