Portable application to convert text files to PDF.
- Run
ConvertidorPDF.exe
(Windows) orConvertidorPDF
(Unix) - Select your TXT file
- The PDF will be generated in your chosen location
- Portable (no installation required)
- Intuitive graphical interface
- Special characters support
- Automatic preview of generated PDF
-
Create virtual environment:
python -m venv venv source venv/bin/activate # or 'venv\Scripts\activate' on Windows
-
Install dependencies:
pip install -r requirements.txt
-
Build executable:
python build.py
The executable will be created in the ConversorPDF
folder.