2021-05-01から1ヶ月間の記事一覧
GhostScriptを使う gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combine.pdf -dBATCH 1.pdf 2.pdf
GhostScriptを使う setting で品質を指定する "/screen" < "/ebook" < "/printer" の順。 gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=<setting> -sOutputFile=output.pdf input.pdf</setting>