User:Ssstephen/SI192print: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 February 2023

22 February 2023

  • curprev 20:2420:24, 22 February 2023Ssstephen talk contribs 1,418 bytes +1,418 Created page with "Attempting to print SI19 in a small addition. ==Prepping from scans to print ready PDF== I have 18 PDFs with severals A4 scans in each. They need to be combined, rotated, cut into A5 pages, and put in the correct order. Then they need to be combined into folios and printed. Without Adobe? <code>pdftk</code> and <code>pdfimpose</code> might be able to do this together. <pre>pdftk <input.pdf> cat 1-endeast output <output.pdf></pre> combined yes, rotated kinda, <pre..."