- Java 100%
| assets/images | ||
| PDFMovePages | ||
| LICENSE | ||
| README.md | ||
PDFMovePages
Simple tool for add, move, delete and rotate pages from PDF files.
Gif example:
Install
You need to install a java virtual machine in your computer. Then download a jar file PDFMovePages from:
https://codeberg.org/selairi/PDFMovePages/releases
In your console run:
$ java -jar PDFMovePages-0.1.jar
To install a java 8 virtual machine:
-
On Windows/Mac/Linux download it from: https://www.java.com/en/download/manual.jsp
-
On Ubuntu run command:
$ sudo apt install openjdk-8-jre
Instead use command line to run PDFMovePages, you could run jar files by double clicking:
- On Linux read: https://askubuntu.com/questions/192914/how-run-a-jar-file-with-a-double-click
- On Windows read: https://nerdschalk.com/how-to-run-jar-files-on-windows-11-or-10/
How to use it
Use the add button "+" to add new document. You can merge all documents that you want. The up "⬆" and down "⬇" buttons lets you move selected pages. You can drag and drop pages too. With delete button "🗑" you can remove pages.
You can rotate selected pages with "↺" and "↻" buttons.
Use save button "▶ 🖫" to save your final document.
If you select a page, a preview of that page will be shown. Use zoom buttons to resize the preview.

