Get the app
Download File Converter Pro
Windows 10 / 11 · 64-bit · Free forever · v1.0.7
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.7.exePortable ZIP
No installer, no registry changes. Extract the folder wherever you want: a USB drive, a project folder, the desktop and run the app directly. Settings live inside the folder and move with it.
File_Converter_Pro_v1.0.7.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'd rather not click through an installer. Runs as a regular user – no admin permissions needed.
Installer (silent):
$f="$env:TEMP\fcp.exe"; Invoke-WebRequest "https://github.com/Hyacinthe-primus/File_Converter_Pro/releases/latest/download/FileConverterPro_Setup_v1.0.7.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.7.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 | ~225 MB free (Python + PySide6 + Matplotlib add up) |
| Display | 1280 × 720 or higher |
| Dependencies | None – fully self-contained |
Better quality
Optional tools, 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. | miktex.org |
| wkhtmltopdf | High-quality HTML to PDF rendering with full support for CSS, fonts, and local images. | wkhtmltopdf.org |
Also available on
forever
FCP is free and will stay that way.
No ads, no premium tier, no tracking. If FCP saves you time, you can always buy me a coffee — it helps fund development and keeps me working on it between classes.