frogConvert

Converter

Convert files between 70+ formats

Converter

End-user guide for the file converter side of frogConvert. For the PDF editor, see PDF_EDITOR.md. For programmatic access, see INTEGRATIONS.md.

Install

frogConvert installs as an app on Windows, macOS, iOS, Android, and any Chromium browser. Look for the install icon in your address bar (or "Add to Home Screen" on iOS).

Entry points and offline behavior

Once installed:

Converting a file

  1. Upload - drag and drop a file onto the upload zone, or click it to browse. You can upload multiple files at once (up to the device limit).
  2. Auto-detect - frogConvert automatically detects the input format and switches the category tab to match.
  3. Pick an output - click the format selector to open the format picker. Browse by category tab or search.
  4. Convert - hit Convert. A progress indicator shows how many files have been processed.
  5. Download - converted files download automatically.

Tips

PostScript, EPS and Illustrator

Ghostscript - the same engine that powers PDF compression - reads the PostScript family natively, so these routes keep vector content as vector: text stays selectable and curves stay curves.

Route Notes
PS → PDF, EPS → PDF, AI → PDF The main direction. Once it is a PDF, everything else the app does with PDFs works on it: PNG/JPEG, text extraction, the PDF Editor, Compress.
PDF → PS One PostScript file, all pages.
PDF → EPS One file per page. An EPS cannot hold more than one page by definition, so a 10-page PDF gives you 10 files.
PDF → PDF/A PDF/A-2b, for archival deposit. Anything that cannot be represented in the profile is dropped rather than failing the conversion.
PDF → TIFF Multi-page, LZW-compressed. Resolution follows the compression level: 96 dpi at Smallest file, 150 at Balanced, 300 at High quality.

The compression level applies to these routes too. It controls how far embedded images are downsampled, so it does nothing to a purely vector file and a great deal to a scan. Measured on a 10 MB image-heavy source:

Route Smallest file Balanced High quality
PS → PDF 128 KB 508 KB 1.07 MB
PDF → PDF/A 131 KB 511 KB 1.07 MB
PDF → PS 3.8 MB 16.3 MB 16.3 MB

Two things worth knowing:

Known limitations

See also

All documentation