PDF Toolkit - Merge, split, compress and convert PDF files | POLPROG Skip to content

PDF Toolkit

Merge, split, compress and convert PDF files

Twelve PDF operations that leave the document intact, on files that delete themselves.

Web tool Web
Official product page Publisher: POLPROG
Official product page
12
Operations
30
Files per run
30 min
Results deleted after
0
Documents written to a log
01PDF Toolkit

About

Twelve operations, and only the ones that fit your files. Add a document and the operations that can act on it light up; the rest say why they cannot, rather than failing after the upload.

How it works

  1. Add your files. PDF documents or images, up to 30 files and 15 MB in total.
  2. Choose what to do. Twelve operations in three groups, with the ones that do not fit your files explaining themselves instead of greying out silently.
  3. Set the options. Page ranges, rotation, compression strength, permissions, output format.
  4. Run it and take the result. Then delete everything immediately, or leave it to expire on its own.

What the twelve operations are

GroupOperations
OrganizeMerge, split, extract pages, remove pages, reorder, rotate.
ConvertCompress, images to PDF, PDF to images.
ProtectAdd a password, remove a password you know, strip metadata.

Why the document survives

Every page operation moves the page objects rather than reprinting them. Text stays selectable text and vectors stay vectors, so nothing is rasterized on the way through. Links, form fields and annotations travel with the page they belong to, and the bookmarks, document properties and XMP metadata are carried over. Bookmarks that pointed at pages you removed are pruned rather than left behind as entries that go nowhere.

Compression follows the same principle from the other side: it re-encodes the images and rebuilds the file structure, and never touches text or vector artwork, which are already compact. If the result would be no smaller than the original, the original is returned unchanged and the tool says so instead of quietly handing back the same bytes.

What happens to your file

This is the only POLPROG tool that receives a file at all: a real PDF engine cannot run in a browser tab. The upload goes into a directory named with 32 random characters, readable only by the processing account, and never reaches a database. Results are deleted after 30 minutes and an unfinished job after two hours, whether or not you press anything. No filename, page, password or parser error is ever written to a log; a failure is recorded as a named code.

Licensing, on purpose

The engine is pikepdf over qpdf, with pypdfium2 for rasterization and Pillow for images. PyMuPDF and Ghostscript were excluded on AGPL grounds despite being the faster options, which is why compression is built from qpdf and Pillow rather than a Ghostscript pipeline. Nothing in the dependency list restricts how POLPROG is licensed or deployed.

02Use case

What it solves

The problem
  • Free PDF sites take your document and keep it
  • Merging flattens the text, the links and the bookmarks
  • "Compressed" turns out to mean a blurry scan of what you had
The outcome
  • Twelve operations without an account or an install
  • The document comes back with its text, links and bookmarks intact
  • The file deletes itself whether or not you remember to
Who it is for
  • Anyone with a PDF and no desktop editor
  • Teams preparing documents for print or for email
  • People who need a document password added or taken off
03Key Features

Key Features

The most important capabilities, explained in practical terms.

Twelve operations in three groups

Organize: merge, split, extract pages, remove pages, reorder, rotate. Convert: compress, images to PDF, PDF to images. Protect: add a password, remove a password, strip metadata.

Only the operations that fit your files

Add a file and the operations that can act on it become available. The rest state the reason rather than greying out: works on PDF files, needs at least two files, takes one file at a time.

Pages are moved, not reprinted

Text stays selectable text and vectors stay vectors. Links, form fields and annotations travel with their page, and bookmarks, document properties and XMP metadata are preserved.

Bookmarks that survive an edit

A bookmark pointing at a page you removed is pruned rather than left as an entry that does nothing, so the outline still matches the document after a split, an extract or a reorder.

Compression that only touches images

Keep quality rebuilds the file structure alone. Recommended also lowers image resolution to about 150 DPI. Smallest file goes further. Text and vector artwork are never re-encoded, and if the result would be no smaller the original is returned and the tool says so.

AES-256, and no password recovery

Add password encrypts with AES-256 and can allow or refuse printing and text copying. Remove password takes one you already know and writes out a copy without the encryption. There is no cracking here and there will not be.

Uploads identified by their bytes

The filename, extension and MIME type sent by the browser are not trusted. A file is accepted on its leading bytes and stored under a name the server generates, inside the job directory and nowhere else.

Files that delete themselves

Results are removed 30 minutes after they are produced and an unfinished job after two hours, whether or not you do anything. The delete button removes the uploads as well as the results, immediately.

Nothing about your document is logged

No filename, no page, no password and no parser error string. A failure is recorded as a named code, and nothing uploaded here is kept for analytics, for debugging or for training anything.

04Download

Product access

A clear path from the official source to your first successful workflow.

Choose the right platform

Use one of the official links available for your device or browser.

Install or open

Follow the store instructions or open the web application. No third-party installers.

Configure and begin

Review the options, choose your preferences and start with the core workflow.

Official access options
05Technology

Technology behind the product

A transparent look at the core technologies used to build and maintain this product.

Python
PHP
JavaScript
06Security

Privacy & Security

Your data stays on your device. Always.

No account, no sign-up
One unguessable directory, never a database
Deleted automatically after 30 minutes
No filename, page or password is ever logged
Nothing kept for analytics, debugging or training