返回命令列表

Linux command

Merge multiple PDFs

文件

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Merge multiple PDFs

gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf

说明

Useful Linux one-liner

FAQ

What is the gs command used for?

Useful Linux one-liner

How do I run a basic gs example?

Run `gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf` in a terminal, then adjust file names, paths, flags, or remote targets for your system.