{% 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

PDF Password

Add or remove password protection from a PDF.

or drop a file here · enter a password below to protect 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

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