Skip to content

Instantly share code, notes, and snippets.

@lk321
Created January 29, 2020 17:21
Show Gist options
  • Save lk321/41fb523009e4aa72806b4f09ffe98362 to your computer and use it in GitHub Desktop.
Save lk321/41fb523009e4aa72806b4f09ffe98362 to your computer and use it in GitHub Desktop.
Documentos de SAT digitalizados
// PDF FILES
gs \
-sDEVICE=pdfwrite \
-sPDFSETTINGS=prepress \
-sCompatibilityLevel=1.4 \
-r300 \
-r300x300 \
-sDownScaleFactor=3 \
-sProcessColorModel=DeviceGray \
-sColorConversionStrategy=Gray \
-dFILTERIMAGE \
-dOverrideICC \
-o darwin_final9.pdf \
-f CFD50332AFDI.pdf
gs \
-sDEVICE=pdfwrite \
-sPDFSETTINGS=prepress \
-sCompatibilityLevel=1.4 \
-r300 \
-r300x300 \
-sDownScaleFactor=3 \
-sProcessColorModel=DeviceGray \
-sColorConversionStrategy=Gray \
-dFILTERIMAGE \
-dFILTERVECTOR \
-dOverrideICC \
-o darwin_final10.pdf \
-f CFD50332AFDI.pdf
------------------------------------------------------------------------------------------------------------
// Images files
gs \
-sDEVICE=pdfimage8 \
-dPDFSETTINGS=/printer \
-r300 \
-dDownScaleFactor=1 \
-dBATCH \
-dNOPAUSE \
-dQUIET \
-sOutputFile=dpi300test4.1.pdf "ETIQUETAS 2879-3369.pdf"
gs \
-sDEVICE=pdfwrite \
-dCompatibilityLevel=1.4 \
-dPDFSETTINGS=/printer \
-r300 \
-dDownScaleFactor=1 \
-dBATCH \
-dNOPAUSE \
-dQUIET \
-sOutputFile=dpi300test4.1_C.pdf "dpi300test4.1.pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment