pdftilecut icon indicating copy to clipboard operation
pdftilecut copied to clipboard

Add cmd line args for various settings

Open oxplot opened this issue 6 years ago • 2 comments

  • Margins (bleed, trim)
  • Let user decide if they want to honor the trim box of the original PDF

oxplot avatar Dec 01 '18 04:12 oxplot

Would be amazing to be able to choose the orientation of the paper.

edgarberm avatar Oct 27 '21 08:10 edgarberm

@builtbyedgar you can do this by using a custom size and specifying the longer side as width:

pdftilecut -tile-size 297mmx210mm -in input.pdf -out output.pdf

I guess you mean pre-defined paper sizes (e.g. A4-Landscape), right?

oxplot avatar Oct 27 '21 09:10 oxplot