This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:bash_snippets [2017/09/10 13:04] mstraub [EXIF] |
linux:bash_snippets [2019/09/19 14:39] (current) mstraub [PDF] |
||
---|---|---|---|
Line 184: | Line 184: | ||
See also http://www.ghostscript.com/doc/9.05/Ps2pdf.htm#Options | See also http://www.ghostscript.com/doc/9.05/Ps2pdf.htm#Options | ||
+ | |||
+ | === Split pdf files === | ||
+ | |||
+ | <code bash> | ||
+ | pdfposter -p 2x1a4 in.pdf out_across_2_A4_pages_sidebyside.pdf | ||
+ | </code> | ||
+ | |||
+ | see also https://wiki.ubuntuusers.de/pdfposter/ |