Free PDF Cutter Download

Free PDF cutter software to cut PDF into small pieces.

Free PDF Cutter is a free PDF cutter software to cut any PDF file into small ones by extracting any specific pages from the multi-page PDF file.


Command-line Options:

The command line program will come with Free PDF Cutter 2.0 and later versions.

You can also cut PDF file into multiple PDF files without displaying any user interface, by using the following command-line options in our command-line program:

Command Line Command Line Description
/? List all command line options.
/v Show Free PDF Cutter version and copyright information.
/source <Filename> Select source PDF file.
For example: pdfcutter.exe /source "c:\test\sample.pdf"
/extract <From> <To> Select the page scale of source PDF file that you want to extract.
For example: pdfcutter.exe /extract 1 4
/remove <From> <To> Select the page scale of source PDF file that you want to remove.
For example: pdfcutter.exe /remove 1 4
/split <Number> Split every <Number> pages to one file. The default number is 1.
For example: pdfcutter.exe /split 3

 

For example:

The command below will extract page 1-4 of file "c:\test\sample.pdf" and save it to one file.
pdfcutter.exe /source "c:\test\sample.pdf" /extract 1 4

The command below will remove page 1-4 from file "c:\test\sample.pdf" and save the rest pages to one file.
pdfcutter.exe /source "c:\test\sample.pdf" /remove 1 4

The command below will save every 3 pages of file "c:\test\sample.pdf" and save to file.
pdfcutter.exe /source "c:\test\sample.pdf" /split 3

We can also build SDK or DLL file to implement cutting PDF files easily in programs. The command-line program, SDK or DLL file is for software developers use only. Contact us for more information.

Screenshot:

Free PDF Cutter Screenshot