Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
work:manipulação_de_documentos_pdf [2025/01/30 12:48] – magsilva | work:manipulação_de_documentos_pdf [2025/01/30 12:48] (current) – [Otimiza tamanho] magsilva |
---|
* <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> |
| |
| |