DEV Community

Baraa-hub
Baraa-hub

Posted on

I built a free PDF toolkit that properly handles Arabic documents

Hey dev.to! πŸ‘‹
I got frustrated with existing PDF tools that either charge you, store your files, or completely mangle Arabic text. So I built ieatpdf.com β€” a free all-in-one PDF toolkit.
What it does:

Convert PDF to Word, Excel, PowerPoint, JPG, PNG, HTML
Convert Word, Excel, PowerPoint files back to PDF
Merge multiple PDFs into one
Split PDF by page range
Compress PDF (Low/Medium/High)
Lock and unlock PDFs with password
Full Arabic and RTL document support

Tech stack:

Python + Flask backend
Hosted on Railway
LibreOffice for file conversion
Ghostscript for compression
Tesseract OCR for Arabic text extraction
PDF.js for in-browser preview

Privacy first β€” every file is permanently deleted immediately after processing. No storage, no tracking.
Would love feedback from the community β€” especially on the compression quality and Arabic OCR accuracy.
πŸ‘‰ https://ieatpdf.com

Top comments (0)