Common Issues
File Format Not Auto-Detected
Problem: After selecting a file, no input format is automatically selected.Solution 1: Check File Extension
Solution 1: Check File Extension
- Check that your file has the correct extension (e.g.,
.png,.mp4) - If the extension is missing or wrong, rename the file
- Re-upload the file to Convert to it!
image without an extension won’t be detected. Rename it to image.png.Solution 2: Manual Format Selection
Solution 2: Manual Format Selection
- Look at your file’s extension (e.g.,
.docx,.svg) - Type the extension or format name in the input search box
- Click the matching format from the filtered list
Solution 3: MIME Type Issues
Solution 3: MIME Type Issues
- Try opening the file in its native application first
- Re-save it from that application
- Upload the newly saved file
”All Input Files Must Be of the Same Type” Error
Problem: You selected multiple files but got an error message. Solution:Verify File Types
image.png and video.mp4 togetherCorrect: Selecting
image1.png and image2.png togetherConvert Files Separately
- Convert each file type in separate batches
- Select all PNG files first, convert them
- Then select all MP4 files, convert them
Conversion Fails - “Failed to Find Conversion Route”
Problem: After clicking Convert, you get an alert saying no route was found.Cause 1: No Handler Supports the Conversion
Cause 1: No Handler Supports the Conversion
- Try converting to an intermediate format first (e.g., if PNG → DOCX fails, try PNG → PDF → DOCX)
- Check the Supported Formats page for compatible formats
- In Advanced mode, try different handlers for the same format
Cause 2: Handler Initialization Failed
Cause 2: Handler Initialization Failed
- Check browser console (F12 → Console tab) for error messages
- Refresh the page to reinitialize all handlers
- Clear browser cache and reload
- Try a different browser - Chrome, Firefox, and Edge are recommended
Cause 3: All Routes Hit Dead Ends
Cause 3: All Routes Hit Dead Ends
- Check the browser console for specific error messages
- Try converting a smaller or simpler file
- Switch between Simple and Advanced mode
- File might be corrupted - try re-creating or re-exporting it
Conversion Takes Too Long
Problem: The conversion has been running for several minutes without completing. Expected Times:- Small images (< 5MB): 1-5 seconds
- Large images (> 20MB): 10-30 seconds
- Short videos (< 1 min): 30-60 seconds
- Long videos (> 5 min): 2-10 minutes
- Complex multi-step routes: Add 5-30 seconds per step
Solution 1: Be Patient with Large Files
Solution 1: Be Patient with Large Files
- Long videos (> 5 minutes)
- High-resolution videos (4K, 8K)
- Multi-step conversion routes
- Wait for the process to complete
- Check the popup for route progress
- Don’t close or refresh the browser
Solution 2: Optimize Your File
Solution 2: Optimize Your File
- Resize to a smaller resolution first
- Reduce quality/compression
- Trim to a shorter duration
- Lower the resolution (1080p → 720p)
- Reduce frame rate if possible
Solution 3: Try Direct Conversion
Solution 3: Try Direct Conversion
- Avoid multi-step routes if possible
- Choose handlers known for the specific conversion (e.g., FFmpeg for video)
Output File is Empty or Corrupted
Problem: The conversion completes but the downloaded file is broken or empty.Solution 1: Verify Input File
Solution 1: Verify Input File
- Open the original file in its native application
- If it won’t open, the file is corrupted
- Try re-downloading or re-creating the file
- Try a different input file to test
Solution 2: Try Different Output Format
Solution 2: Try Different Output Format
- Try converting to a different output format first
- Use an intermediate format (e.g., PNG → PDF instead of PNG → DOCX)
- Check if the conversion is logically possible
Solution 3: Check Browser Compatibility
Solution 3: Check Browser Compatibility
- Chrome (best compatibility)
- Firefox
- Edge
- Safari (limited WebAssembly support)
- Mobile browsers (memory constraints)
First Load is Very Slow
Problem: The page takes 30-60 seconds to load the first time. This is expected behavior!- Initializing WebAssembly modules
- Loading dependencies
- Building the conversion graph
- Keep the cache: Don’t clear browser data for convert.to.it
- For developers: Use
printSupportedFormatCache()in the console and save output tocache.json
Browser Console Shows Errors
Problem: Red error messages appear in the browser console (F12).Cache miss for formats of handler
Cache miss for formats of handler
Handler X doesn't support any formats
Handler X doesn't support any formats
- Refresh the page
- Check internet connection (some handlers load external resources)
- Try a different browser
- The converter can still work with other handlers
Output is empty
Output is empty
- The route is marked as a dead end and alternative routes are tried
- If all routes fail, try a different intermediate format
- Check if the input file is valid
WebAssembly or MIME type errors
WebAssembly or MIME type errors
- Check internet connection
- Clear cache and reload
- Update your browser to the latest version
- Try a different browser (Chrome recommended)
Understanding Conversion Routes
Multi-Step Routing
Convert to it! uses graph traversal to find conversion paths. Sometimes the route is not obvious:Dead Ends and Fallbacks
When a conversion route fails:- Route is marked as dead end - Won’t be tried again this session
- Alternative route is found - Graph traversal continues
- All routes exhausted - “Failed to find conversion route” error
Format-Specific Issues
- PDF
- Video
- Audio
- Documents
- Images
PDF Conversion Issues
PDF to Image:- Multi-page PDFs export as multiple image files
- Quality depends on PDF resolution
- Some PDFs with complex vector graphics may not render perfectly
- Resulting PDF embeds the image/video frame
- Not searchable or editable text
- Large files may take time to process
When to Report a Bug
According to the project guidelines:Before Reporting a Bug
Check Existing Issues
Gather Information
- Input file format and size
- Output format selected
- Browser and version
- Console error messages (F12 → Console)
- Conversion route shown in popup
Test Reproducibility
- Try the conversion again
- Try with a different input file
- Try in a different browser
- Note if the issue is consistent
Submit Bug Report
“Converting PNG to PDF produces blank output. Input: 1920x1080 PNG (2MB). Browser: Chrome 120. Console shows ‘Output is empty’ from htmlEmbed handler. Tested with 3 different PNG files - same result.”Bad bug report:
“PNG to PDF doesn’t work”
Requesting New Formats
Want a format added? Read the project’s requirements:Valid Format Request Requirements
Check for Duplicates
- Search existing issues
- Verify the format isn’t already supported
- Check the Supported Formats page
Explain Expected Behavior
- What medium is it (image, audio, video, document)?
- How should it convert to/from other formats?
- What’s the expected output?
Getting Additional Help
GitHub Issues
YouTube Video
Source Code
Using the Converter
Browser Compatibility
- Recommended
- Limited Support
- Not Supported
Fully Supported Browsers
- Chrome/Chromium (latest version)
- Microsoft Edge (latest version)
- Firefox (latest version)