REF: stackoverflow Install ghostscript (www). For windows, download and execute the installer. Open a command prompt and set the path so it can find the executable. For instance, $ set PATH= "C:\Program Files\gs\gs9.20\bin" ;%PATH% Run the following command to merge pdfs. $ gswin64c ^ -dBATCH ^ -dNOPAUSE ^ -sPAPERSIZE =letter ^ -sDEVICE =pdfwrite ^ -dPDFSETTINGS =/prepress ^ -dCompatibilityLevel =1.4 ^ -dAutoFilterColorImages =false ^ -dAutoFilterGrayImages =false ^ -dColorImageFilter =/LZW ^ -dGrayImageFilter =/LZW ^ -dMonoImageFilter =/LZW ^ -dDownsampleGrayImages =false ^ -dDownsampleColorImages =false ^ -dSubsetFonts =true ^ -dEmbedAllFonts =true ^ -sOutputFile =output.pdf.pdf ^ 1.pdf 2.pdf NOTES:
|
Memo-migrated >