pdftilecut
                                
                                
                                
                                    pdftilecut copied to clipboard
                            
                            
                            
                        Add cmd line args for various settings
- Margins (bleed, trim)
 - Let user decide if they want to honor the trim box of the original PDF
 
Would be amazing to be able to choose the orientation of the paper.
@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?