pdfnarrates Visit the website
This web application provides a set of document conversion and editing features. It allows users to upload various types of documents, perform conversions, and utilize editing tools. The application is built using Django and integrates with popular Python libraries for document manipulation.
Convert PDF documents into speech using Google Text-to-Speech (gTTS). Users can upload a PDF file, and the application generates an audio file containing the spoken content.
Extract text from PDF files and convert it into Microsoft Word (DOCX) format. This feature allows users to download the converted DOCX file for further editing.
Merge multiple image files into a single PDF document. Users can upload multiple images, and the application creates a downloadable PDF file containing the images.
Generate a PDF file from user-typed content. The application uses the provided text to create a PDF document, allowing users to download the result.
A simple document editor is provided, allowing users to type, format, and save text. The editor supports basic text formatting options, including bold, italic, underline, and alignment.
- Python 3.x
- Django
- Pillow (PIL)
- gTTS (Google Text-to-Speech)
- PyMuPDF
- docx (python-docx)
- img2pdf
Khalil Habib Shariff