# Print ## Direct print to Brother Use pdf 1.3 Convert pdf: localps2pdf (tab-complete - there are more options) Alternative: pdftops + pstopdf13 ## Direct print odd format pdftocairo -pdf -paper A4 infile outfile pdftops %f ps2pdf13 infile outfile ## Resize PDF with crop marks A3 oversize to A4 oversize: gs -o output.pdf -sDEVICE=pdfwrite -dDEVICEWIDTHPOINTS=643.60333 -dDEVICEHEIGHTPOINTS=890.131 -dFIXEDMEDIA -dFitPage -dCompatibilityLevel=1.4 input.pdf