Single File Conversion
Table of Contents
Launching
GUI Mode (file picker)
simplyconvertfile
Opens a native GTK file chooser dialog to select files.
Command Line
# Convert a single file
simplyconvertfile document.pdf
# Can also run as a Python module
python -m simplyconvertfile video.mp4
# Show help and usage information
simplyconvertfile --help
# Show version information
simplyconvertfile --version
Conversion Workflow
- Launch SimplyConvertFile with a file argument, or use the file picker
- Choose your desired output format from the dropdown list
- Formats are displayed in alphabetical order
- The dropdown comes pre-selected with default formats for each file group (configurable)
- Click “Convert” and wait for the progress dialog
- The converted file will appear in the same directory with the new extension
Example
Converting photo.heic to JPEG:
simplyconvertfile photo.heic
Select “JPEG” → Convert → Result: photo.jpeg created in the same folder.
Cross-Format Conversions
SimplyConvertFile supports conversions between different format groups:
- Extract audio from video: Select MP4/AVI → Convert to MP3/FLAC
- Animated GIF to video: Select GIF → Convert to MP4/WEBM
- Document to PDF: Select DOC/DOCX/ODT → Convert to PDF
- Images to PDF: Convert images into PDF documents
Error Recovery
If a conversion fails:
- Check the error dialog for specific missing dependencies
- Install the required tool (see Dependencies)
- Retry the conversion
Cancel Anytime
Click the “Cancel” button during conversion to safely stop the process. Files are properly cleaned up with no corruption.