PDF Tools
Online
- SimPDF, Github
- Tools PDF24 merge, split, compress, extract, edit, protect
- Smallpdf
- Foxit PDF Tools
- Free PDF sign, combine and merge tool, split or reorder pages of multiple documents. Sign the document
WASM PDF Tools
- Easy to use free PDF tools online - pdfux Feature: WASM PDF editor, file (merge, split, interweave, zip), page (extract, delete, reorder, reverse, rotate, number, add blank, resize, flip), text (comment)
- Merge PDF Files - PDF Tools, Local PDF Tools - Right in your Browser: Merge, Compress, Extract, Watermark PDF
- PDF Pages helper : Extract PDF
- Split PDF: Unspread 2-up pages : Split PDF
- Möbius Printing helper : Mobius Print PDF
- PDF to Text - pdftotext.github.io : Convert PDF to text, OCR
- PDF Table Util : Convert PDF Table to text
- Diff PDFs - ParePdf : Compare two PDFs
- PDFTRon : document manipulation
- https://kc0bfv.github.io/WASM-PDF-Combiner/
- PDF Tool : encrypt, decrypt, rotate, remove, optimize, split, merge
- Human Tools combine, split, convert
- PDF Annotator - Sign & Annotate PDF Files without sacrificing your privacy : annotate
- SimplePDF - A free PDF editor to easily edit documents and fill in forms annotate
- pdfModer: mod your PDF
PDF Reader
Offline
- Inkscape
- Microsoft Word
- Libre Office
- Okular
PDF Table Extraction
- List and Comparison
- Tabula: Extract Tables from PDFs
- PDF to Excel by Adobe
- PDF to Excel by PDFTables
- Camelot: PDF Table Extraction for Humans—Camelot 0.8.2 documentation
- eihli/image-table-ocr: Turn images of tables into CSV data. Detect tables from images and run OCR on the cells.
- tabulapdf/tabula-java: Extract tables from PDF files
- artperrin/image2csv: Convert tables stored as images to an usable .csv file
- Convert PDF to Excel online for free OCR
- PDF to Excel Converter Free Online without Email OCR
- PDF to Excel Online 100% Free. Secure. Anonymous OCR
- PDF To Excel Converter–convert PDF to Excel online
- Convert PDF to XLS with character recognition online & free
- OCR Recognize Text in PDF Online
Automatic Highlighting
PDF Applications
-
ByteScout PDF Multitool
-
Data Extraction
- Extract as TXT, CSV, XLSX, XML, JSON
- Find text
- Detect tables
- OCR analyzer
- Embedded images
- Attachments
- XFA Form and Form data as XFDF
- Embedded multimedia
-
Conversion
- Convert PDF to bitmap (PNG, JPEG)
- Convert PDF to vector image (EMF)
- Convert PDF to HTML
- Sensitive Data: Analyzer, Detector, Remover, Editor
- Document Parser: Template Editor, Classifier
-
Utilities
- Remove text, vectors, images
- Document information
- Split document
- Merge document
- Rotate document
- Make PDF searchable and unsearchable
- Add image (watermark) to PDF
- Optimize (compress) document
-
-
PDF24 Toolbox
-
Data Extraction
- Extract embedded images
-
Conversion
- Convert to bitmap (PNG, JPEG)
- Convert PDF to HTML
- Convert PDF to Text
- Convert PDF to Word
- Convert PDF to Excel
- Convert PDF to Powerpoint
- Convert PDF to Other PDF Standards
- Convert files (image, document) to PDF
-
Utilities
- Split document
- Remove selected page
- Extract selected page
- Merge document
- Rotate document
- Sort page (back to front, front to back)
- Organize document (delete page, rotate page, add page, move page, print/fax/email selected page)
- Protect and set PDF permission
- Unlock (remove PDF protection and password)
- Add image (watermark) to PDF
- Add page numbers to PDF
- Add text to PDF
- Add drawing to PDF
- Add shape to PDF
- Add signature to PDF
- Optimize (compress) document
- Overlay two PDF documents
- Compare two PDF documents
- Capture screen
- Import from scanner/camera
-
- Okular
- Foxit PDF
- Sumatra PDF
- PDF Reader by Xodo
- PDFsam
- Free PDF Compressor
- CutePDF Writer
- Xournal++
- MuPDF
PDF to Excel
- Excalibur: PDF Table Extraction for Humans—Excalibur 0.4.3 documentation
- Tabula: Extract Tables from PDFs
PDF Content Search
- rga : Rga: Ripgrep, but also search for PDFs, E-Books, Office documents, zip, tar.gz
PDF Addon
Look Scanned PDF
- Look Scanned
- Edouard Klein / falsisign · GitLab
- rwv/lookscanned.io: 📚 LookScanned.io - Make your PDFs look scanned
- baicunko/scanyourpdf: Repository for the Scan Your Pdf community
- Make any PDF look like scanned!
PDF Tools
Diff PDF compare
By default, its only output is its return
code, which is 0 if there are no differences and 1 if the two PDFs differ. If
given the --output-diff
option, it produces a PDF file with visually
highlighted differences:
$ diff-pdf --output-diff=diff.pdf a.pdf b.pdf
Copy
Another option is to compare the two files visually in a simple GUI, using
the --view
argument:
$ diff-pdf --view a.pdf b.pdf
Copy
This opens a window that lets you view the files' pages and zoom in on details.
It is also possible to shift the two pages relatively to each other using
Ctrl-arrows (Cmd-arrows on MacOS). This is useful for identifying translation-only differences.
See the output of $ diff-pdf --help
for complete list of options.