Initializing... drag & drop files here
Supports: ODT
An ODT is an editable OpenDocument Text file. AVIF is a still-image format. So this conversion is not a translation of your words — it rasterizes each page of the document, baking the text, fonts and layout into flat pixels, and writes one AVIF per page. The short answer on format choice: pick AVIF when the page images are headed for a web page or an app and you want the smallest file that still looks clean; pick PNG when the page is dense body text that must stay pixel-sharp, and PDF when you actually wanted the whole document in one file with the text still selectable.
The figures below come from one real measurement: a US Letter page of body text, a footnote, a hyperlink and a small table, rendered at the default 300 DPI (2,550 × 3,300 pixels) and then encoded four ways through the same pipeline this page uses.
| Property | AVIF (this tool) | PNG | JPG |
|---|---|---|---|
| Specification | AV1 Image File Format v1.2.0, Alliance for Open Media (16 Oct 2025) | ISO/IEC 15948 | ISO/IEC 10918 (JPEG) |
| Coding | AV1 intra frame inside a HEIF/ISOBMFF container | Deflate, lossless | DCT, lossy |
| Measured size, that page | 138 KB | 196 KB (lossless) | 396 KB (quality 95) |
| Text edges | Very clean at the Very High preset; softens at Low and below | Exact pixels, no artefacts | Visible halos around glyphs at lower quality |
| Alpha channel | Yes (unused here — a page render is opaque) | Yes | No |
| Native browser support | 94.7% of users; Chrome 85+, Firefox 93+, Safari 16.4+, Edge 121+ | Universal | Universal |
| Desktop viewer support | Patchy — some older image viewers still need a codec add-on | Universal | Universal |
| Licensing | Royalty-free (AOMedia) | Royalty-free | Royalty-free |
.odt onto the page or click "+ Add Files" to browse. Several documents can be queued and converted in one batch with the same settings..avif; a longer document produces one AVIF per page, and a "Download All (Zip)" button appears to fetch them together. No sign-up, no watermark.DPI sets how many pixels the renderer paints per inch of page, so the pixel count grows with the square of the setting. AVIF's file size does not — a page of black-on-white text stays highly compressible as it gets bigger, which is why 600 DPI is only about 1.8× the bytes of 300 DPI despite having four times as many pixels.
| Conversion Quality | US Letter page, pixels | Measured AVIF (Very High) | Sensible for |
|---|---|---|---|
| 72 DPI | 612 × 792 | 22 KB | Thumbnails, contact-sheet previews |
| 150 DPI | 1,275 × 1,650 | 58 KB | On-screen reading, web embedding |
| 300 DPI (preselected) | 2,550 × 3,300 | 138 KB | Print-equivalent sharpness, the safe default |
| 600 DPI | 5,100 × 6,600 | 242 KB | Fine print, footnotes, engineering callouts |
No. AVIF holds a single still image, so each page is rendered separately and written as its own file — a 5-page document gives you 5 AVIFs in page order, with a "Download All (Zip)" button to collect them. There is no way to stack pages into one scrollable AVIF. If a single file containing every page is what you need, convert to ODT to PDF instead.
No, and that is inherent to the conversion rather than a limitation of this tool. Rasterizing paints the glyphs into a pixel grid; there is no text layer left to select, copy, search or reflow. That is often exactly what people want — an image looks identical in every viewer and cannot be accidentally edited. If you need the words back you would have to run OCR on the image, so keep the original .odt, or convert it to DOCX if you want to carry on editing.
On the web, comfortably: caniuse puts AVIF at 94.7% of global users, covering Chrome from version 85, Firefox from 93, Safari from 16.4 (so iOS 16 and later) and Edge from 121. The weak spot is outside the browser — some older desktop image viewers and OS previewers still need an extra codec before they will open an .avif. If you are emailing page images to an unknown recipient rather than publishing them, JPG removes that risk entirely.
Start with "Very High (Recommended)", the preselected one. Text is unusually unforgiving of lossy compression because a glyph is mostly high-contrast edges, and the presets step down fairly quickly: Highest, Very High, High, Medium, Low, Very Low and Lowest map onto progressively more aggressive quality targets. In practice the visible failure mode is a faint grey wash creeping into the whitespace around small letters. Drop to Medium only if you have checked the result at 100% zoom.
Yes — that is what the "Specific file size" mode in the Image Compression group is for. Enter a number and pick Bytes, Kilobytes or Megabytes, and the server encodes the page, measures the result, and searches for the quality value that lands under your target, optionally scaling the resolution down as well if you tick Auto Scale. Note that the target applies per page image, not to the whole set: a 10-page document with a 200 KB target produces ten files of roughly 200 KB each.
A rendered word-processing page is opaque, so there is nothing transparent to preserve. The Image Transparency group's Colour dropdown decides what fills the page area, and White is preselected because that matches a printed sheet. You can pick any of the other 24 named colours if the image will sit on a coloured surface. AVIF itself does support an alpha channel; there simply isn't any alpha in a document render for it to carry.
They are close cousins: both wrap image data in the HEIF container built on the ISO Base Media File Format, and both descend from video codecs. The difference is which codec. AVIF carries an AV1 intra frame and is royalty-free from the Alliance for Open Media; HEIC carries an HEVC (H.265) frame and is the format Apple ships. That licensing split decides the reach: AVIF decodes in Chrome, Firefox, Edge and Safari, while HEIC is limited to Safari 17+ and Apple's own apps at roughly 15% of users. On the same test page AVIF came out smaller too — 138 KB against 221 KB. For anything not exclusively Apple, AVIF is the better target.
It is uploaded over an encrypted connection, converted on our servers — LibreOffice lays the document out, the pages are rasterized at your chosen DPI, and each page is encoded to AVIF — and then deleted automatically after a few hours. No sign-up, no watermark, and nothing is shared or made public. There is no fixed page-count cap; the practical limit on a very large document is upload size and connection speed.