GS : Assembler plusieurs PDF pour n'en fait qu'un

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

1 Introduction

You may need to merge some pdf files to get only one. Here is the solution

2 Usage

Command gs
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf `ls *.pdf`

Merge all pdf files in the directory into one pdf file (the out.pdf file)