Get the app
Download File Converter Pro
Windows 10 / 11 · 64-bit · Free forever · v1.0.4
Installer
Creates shortcuts, sets up the right-click context menu, and handles optional file associations. Runs silently, the whole thing takes about 10 seconds.
FileConverterPro_Setup_v1.0.4.exePortable ZIP
No installer, no registry changes. Just extract the folder wherever you want, like a USB drive, project folder, or desktop, then run the app directly. Your settings stay inside the folder, so they move with it.
File_Converter_Pro_v1.0.4.zipFrom Source
Clone the repo and run it directly with Python. The setup process is fully documented and usually takes around five minutes on a clean machine.
View on GitHubTerminal
One-line install from PowerShell
For people who prefer the command line. Runs as a regular user, so there's no need for admin permissions.
Installer (silent):
$f="$env:TEMP\fcp.exe"; Invoke-WebRequest "https://github.com/Hyacinthe-primus/File_Converter_Pro/releases/latest/download/FileConverterPro_Setup_v1.0.4.exe" -OutFile $f; Start-Process $f "/SILENT" -Wait; Remove-Item $f
Portable (extracts to Downloads):
$z="$env:TEMP\fcp.zip"; $d="$env:USERPROFILE\Downloads\FileConverterPro"; Invoke-WebRequest "https://github.com/Hyacinthe-primus/File_Converter_Pro/releases/latest/download/File_Converter_Pro_v1.0.4.zip" -OutFile $z; Expand-Archive $z -DestinationPath $d -Force; Remove-Item $z; Start-Process explorer.exe $d
Before you install
System requirements
| Component | Requirement |
|---|---|
| OS | Windows 10 or Windows 11 (64-bit) |
| RAM | 4 GB minimum / 8 GB recommended |
| Disk | ~500 MB free (~454 MB compiled — Python + PySide6 + Matplotlib add up) |
| Display | 1280 × 720 or higher |
| Dependencies | None — fully self-contained |
Better quality
Optional tools are detected automatically.
FCP works fine on a clean machine. Install any of these and it will use them automatically for higher-quality output.
| Tool | What it unlocks | Where to get it |
|---|---|---|
| Microsoft Office | Pixel-perfect DOCX / XLSX / PPTX → PDF via COM automation. Required for legacy .ppt files. | Microsoft 365 or standalone Office |
| LibreOffice | High-quality PPTX → PDF and XLSX → PDF when Office isn't installed. | libreoffice.org |
| Pandoc | Better TXT / RTF / EPUB → PDF quality; RTF → DOCX with proper formatting. | pandoc.org |
| MiKTeX | Enables Pandoc's LaTeX-based PDF conversion for higher-quality typography when converting TXT files to PDF. | miktex.org |
| wkhtmltopdf | Provides high-quality HTML to PDF rendering with full support for CSS, fonts, and local images. | wkhtmltopdf.org |
Also available on
FCP is free and will stay that way.
There are no ads, no premium tier, no tracking. If FCP saves you time, you can always buy me a coffee. It helps support development and lets me keep working on it between classes.