raydac / pdf-image-remover

GUI tool to remove selected images in PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Apache 2.0 Java 9+ PayPal donation YooMoney donation

What is it?

Small GUI utility, it allows manupulate images in PDF documents:

  • hide selected ones (for one page or for all pages)
  • extract selected image from document and save it as image file
  • replace selected images by image loaded from file (for one page or for all pages)

screenshot

How to start?

The utility is written in pure Java and requires pre-installed JDK 9+ for its work. If you have not JDK on your machine, you can download it from the page.

You can download starter for your OS but also you can download juat pure JAR archive.

Pre-built starters for different OS:

If you want start the application manually with JDK then use JAR file and start it through command line:

java -jar pdf-image-remover-1.0.0.jar

How to use?

Just load a PDF file and navigate through its pages, you can use either the page index spinner or keys PageUp/PageDown/Home/End. The left Tree panel shows found images for the current page and you can see them through double mouse click on tree items. You can zoom shown PDF page with CTRL+mouse wheel. Edit menu provides operations over selected image items.

Don't forget save result of your work as new PDF file.

About

GUI tool to remove selected images in PDF

License:Apache License 2.0


Languages

Language:Java 99.6%Language:Shell 0.4%