This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hits [2021/11/25 00:56] nanjo [pdfcrop input.pdf output.pdf] |
hits [2021/11/25 01:00] (current) nanjo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Hints ====== | ====== Hints ====== | ||
| ===== pdfcrop input.pdf output.pdf ===== | ===== pdfcrop input.pdf output.pdf ===== | ||
| - | Modify pdf files created by ROOT to remove Rotate syntax.<BR> | + | Modify pdf files created by ROOT to remove Rotate syntax.\\ |
| Useful also in some latex inputs, in which pdfdriver doesn't support Rotate syntax. | Useful also in some latex inputs, in which pdfdriver doesn't support Rotate syntax. | ||
| ===== pdfseparate input.pdf output_%04d.pdf ===== | ===== pdfseparate input.pdf output_%04d.pdf ===== | ||
| Separate each page into output_0001.pdf, output_0002.pdf, ... | Separate each page into output_0001.pdf, output_0002.pdf, ... | ||
| + | ===== pdfxup -x 4 -y 3 -o output.pdf input.pdf ===== | ||
| + | Create an nup pdf file. | ||