Download File Converter Pro

Windows 10 / 11 · 64-bit · Free forever · v1.0.7

669+ downloads and counting

Portable 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.zip

No file associations set automatically

From 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 GitHub

Requires Python 3.11 or 3.13

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

System requirements

ComponentRequirement
OSWindows 10 or Windows 11 (64-bit)
RAM4 GB minimum / 8 GB recommended
Disk~225 MB free (Python + PySide6 + Matplotlib add up)
Display1280 × 720 or higher
DependenciesNone – fully self-contained

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.

ToolWhat it unlocksWhere to get it
Microsoft OfficePixel-perfect DOCX / XLSX / PPTX → PDF via COM automation. Required for legacy .ppt files.Microsoft 365 or standalone Office
LibreOfficeHigh-quality PPTX → PDF and XLSX → PDF when Office isn't installed.libreoffice.org
PandocBetter TXT / RTF / EPUB → PDF quality; RTF → DOCX with proper formatting.pandoc.org
MiKTeXEnables Pandoc's LaTeX-based PDF conversion for higher-quality typography.miktex.org
wkhtmltopdfHigh-quality HTML to PDF rendering with full support for CSS, fonts, and local images.wkhtmltopdf.org
Heads up – Windows Defender might flag it: FCP bundles an FFmpeg binary and is compiled with PyInstaller, both common false-positive triggers. Adding the install folder to your Defender exclusion list (the installer offers to do this automatically) is strongly recommended. The app makes zero outbound connections during conversions. For more, read the README on GitHub.
itch.io GitHub Releases
Free
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.