This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
hits [2021/11/25 00:55] nanjo created |
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. | + | Modify pdf files created by ROOT to remove 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. | ||