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

PDF to Images

Render each page of a PDF as a PNG or JPG image.

or drop a file here · single page downloads as an image · multiple pages as a ZIP

OCR

Recognise text in a scanned PDF or image using Tesseract.

or drop a file here · PDF, PNG, JPG, TIFF · requires Tesseract to be installed

Office to PDF

Convert Word, Excel, PowerPoint and OpenDocument files to PDF using LibreOffice.

or drop a file here · .docx .xlsx .pptx .odt .rtf and more · requires LibreOffice to be installed

Stamp Image

Place a logo, signature or image onto pages of a PDF.

or drop a file here · then choose the image to stamp

Resize Pages

Scale every page to a standard paper size with the content centred.

or drop a file here · A4, Letter, Legal, A3, A5 · landscape pages stay landscape

Flatten PDF

Rasterise every page to an image so forms, annotations and layers become permanent, uneditable content.

or drop a file here · renders pages at 150 dpi · text will no longer be selectable

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