# safe word to pdf
this application converts Word (.docx) files to PDF **entirely on your computer**, without sending them to the internet.
## features
add files with drag-and-drop
convert multiple files to PDF at the same time
select the output folder
show progress status
all files are processed **locally**, nothing is uploaded anywhere
## usage (Windows)
1. go to the **Releases** tab on the right
2. open the latest version
3. download the SafeWordToPDF.exe file and double-click it
## run from source (Mac / Linux)
git clone
cd
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.word_to_pdf_app
## privacy
- this application works offline
- your files are not sent to the internet
- the source code is completely open