Quick Start
Get started with Convert to it! in under a minute. No account, no installation, just open and convert.Using the Web App
Open Convert to it!
Navigate to convert.to.it in your web browser.
For best performance, use a modern browser like Chrome, Firefox, or Edge. The tool uses WebAssembly which requires recent browser versions.
Add Your File
You have two options:Option 1: Click to browseClick the big blue box labeled “Click to add your file” to open the file picker.Option 2: Drag and dropSimply drag your file from your file explorer and drop it anywhere on the window.
Select Input Format
The tool will automatically detect your file’s format based on:
- File extension
- MIME type
- Binary signatures
- Search for your format in the “Convert from:” list
- Scroll through available input formats
If your format isn’t listed, it may not be supported yet. Check the GitHub issues or consider contributing support for it.
Choose Output Format
Select your desired output format from the “Convert to:” list.On desktop: The output format list is on the right side.On mobile: The output format list is below the input format.Use the search box to quickly find specific formats:
Not all conversions are direct. Convert to it! uses a smart graph traversal algorithm to find conversion paths, even chaining multiple converters if needed.
Convert!
Click the Convert button at the bottom of the page.The tool will:
- Load necessary conversion tools (FFmpeg, ImageMagick, etc.)
- Process your file entirely in your browser
- Generate the output file
First-time conversions may take longer as WebAssembly modules are loaded and cached. Subsequent conversions will be much faster.
Example Conversions
Here are some common conversion scenarios:Image Format Conversion
Video Conversion
AVI to MP4
Document Conversion
Markdown to PDF
Cross-Medium Conversion
Video to PDF
Advanced Mode
Click the Advanced mode button in the side panel to access additional options:- Additional conversion parameters
- Batch processing options
- Format-specific settings
Tips for Best Results
Be Patient
Complex conversions (especially video) can take time. The tool will show progress indicators.
Try Different Paths
If a direct conversion doesn’t work as expected, try converting to an intermediate format first.
Check File Size
Very large files may take significant time to process since everything runs in your browser.
Use Modern Browsers
Chrome, Firefox, and Edge provide the best WebAssembly performance.
Troubleshooting
Format Not Auto-Detected
If your input format wasn’t automatically detected:- Check if the file extension is correct
- Try renaming the file with the correct extension
- Manually select the format from the “Convert from:” list
Conversion Failed
If a conversion fails:- Check the browser console for error messages
- Try a different output format
- Ensure your file isn’t corrupted
- Try converting to an intermediate format first
Slow Performance
If conversions are slow:- Close other browser tabs to free up memory
- Wait for initial tool loading (only happens once)
- Consider using the desktop app for better performance
Output Not as Expected
Remember: Convert to it! will always try to produce some output, even for unusual conversion pairs. The result may not always be what you expected, but it will attempt to extract or transform the data in a meaningful way.
Self-Hosting
Want to run Convert to it! locally? See the deployment guide in the README.Local Development
Docker Deployment
Next Steps
Explore Features
Learn about all the capabilities of Convert to it!
Contribute
Add support for new formats or improve existing handlers