Forrest logo
tool overview
On this page you find all important commands for the CLI tool pdfxup. If the command you are looking for is missing please ask our AI.

pdfxup

PDFxup is a command line tool used for manipulating PDF documents. With PDFxup, you can easily rearrange, merge, split, and rotate pages within a PDF file. It offers various powerful functions to help you customize the layout of your PDF document. The tool allows you to merge multiple PDF files into a single document, making it convenient for creating reports, presentations, or combining different sections of a project. Additionally, PDFxup enables you to split a PDF file into multiple smaller files, which can be useful for archiving or sharing specific sections of a document. You can also rotate the pages of a PDF document to adjust the orientation, ensuring that your content is correctly displayed. PDFxup provides a simple and efficient solution for managing and organizing PDF files through the command line interface.

List of commands for pdfxup:

  • pdfxup:tldr:6fc82 pdfxup: Create a PDF with 3 columns and 2 lines per page.
    $ pdfxup -x ${3} -y ${2} -o ${path-to-output-pdf} ${path-to-input-pdf}
    try on your machine
    explain this command
  • pdfxup:tldr:c50b9 pdfxup: Create a 2-up PDF.
    $ pdfxup -o ${path-to-output-pdf} ${path-to-input-pdf}
    try on your machine
    explain this command
  • pdfxup:tldr:e4e7c pdfxup: Create a PDF in booklet mode (2-up, and pages are sorted to form a book when folded).
    $ pdfxup -b -o ${path-to-output-pdf} ${path-to-input-pdf}
    try on your machine
    explain this command
tool overview