Skip to content

DoradoRodriguez/ConversorPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXT to PDF Converter

Portable application to convert text files to PDF.

Usage

  1. Run ConvertidorPDF.exe (Windows) or ConvertidorPDF (Unix)
  2. Select your TXT file
  3. The PDF will be generated in your chosen location

Features

  • Portable (no installation required)
  • Intuitive graphical interface
  • Special characters support
  • Automatic preview of generated PDF

For Developers

  1. Create virtual environment:

    python -m venv venv
    source venv/bin/activate  # or 'venv\Scripts\activate' on Windows
  2. Install dependencies:

    pip install -r requirements.txt
  3. Build executable:

    python build.py

The executable will be created in the ConversorPDF folder.

About

Portable application to convert text files to PDF.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages