This program is meant to be a simple way to combine pages from different PDFs and create a new one out of them, or create a PDF with a subset of pages from a single PDF.
- Java 8 or higher.
-
After launching the application, click
Load, and use the file chooser to select a PDF. To select multiple, hold Control (Command on OSX) or Shift and select more files. You can also drag and drop files from your PC into the list. To remove 1 or more PDF(s), simply select it in the list and clickRemove, orRemove Allto clear the list. Selecting the loaded PDFs in the list will display a preview of them, which you can navigate via the arrows or simply typing in a page number in the text field. -
After loading all necessary PDFs, navigate to the
Page SelectionTab at the top, and select a PDF from the drop down menu. Now you can enter a page range in the text field at the bottom. Enter separate pages with commas to separate them such as1,4,9, or type in a range with a dash like in2-10. The wordallcan be typed in to enter in the whole PDF. Press Enter to add the range to the list. TheRemoveandRemove Allbuttons work similarly to those in the loading tab. -
After entering some page ranges, navigate to the
Finalizetab. Here you can view and navigate a preview of what the finished PDF will look like. When satisfied with the result, simply clickCreate PDFto open a file chooser and select a save location for the new PDF.