{% extends "base.html" %} {% block title %}PDF Tools{% endblock %} {% block nav_pdf %}active{% endblock %} {% block content %}

Merge PDFs

Combine multiple PDF files into one. Drag to reorder.

or drop files here · add as many as you like · drag to reorder

Split PDF

Split a PDF into separate pages or custom ranges.

or drop a file here · leave ranges empty to split every page

Images to PDF

Convert images to a single PDF document. Drag to reorder.

or drop files here · JPG, PNG, WebP · drag to reorder

Compress PDF

Reduce PDF file size by compressing content streams.

or drop a file here · compresses streams · removes redundant data

Extract Text

Pull all text content from a PDF into a plain text file.

or drop a file here · outputs a .txt file with page separators

Password Protect

Add password protection to a PDF file.

or drop a file here · enter a password below to protect it

Unlock PDF

Remove password protection from a PDF file.

or drop a file here · enter the current password to unlock it

Rotate Pages

Rotate all or specific pages of a PDF by 90°, 180°, or 270°.

or drop a file here · choose angle and optionally target specific pages

Extract Images

Pull all embedded images out of a PDF.

or drop a file here · extracts all embedded images as PNG/JPG

Watermark PDF

Add a text watermark to every page of a PDF.

or drop a file here · adds text watermark to every page

Number Pages

Add page numbers to every page of a PDF.

or drop a file here · adds page numbers to the footer

Reorder Pages

Rearrange pages in a PDF by specifying a new page order.

or drop a file here · specify the new page order below

Delete Pages

Remove specific pages from a PDF file.

or drop a file here · specify which pages to remove

Edit Metadata

View and edit PDF document metadata fields.

or drop a file here · view and edit title, author, subject, creator

{% endblock %} {% block scripts %} {% endblock %}