Convert HTM to HEIC Online
Capture an HTM HTML file as a compact HEIC image snapshot.
Drop your HTM file here
or click to select
How HTM to HEIC works
Upload HTM
Drag & drop or click to select your HTM file.
Choose Options
Adjust quality, size, or other output settings if needed.
Download HEIC
Click Convert and your HEIC file downloads instantly.
About HTM to HEIC conversion
The .htm extension is the eight-dot-three sibling of .html, a holdover from Windows 3.x and early DOS web tooling that capped extensions at three characters. You still encounter .htm files in three places: legacy corporate intranets running on IIS 4 vintage installs, single-page email archives saved from Outlook 2003, and old Microsoft help documentation distributed on CD-ROMs. The content is identical to .html; only the suffix differs. Converting to HEIC produces a screenshot of the rendered page in the space-efficient HEVC-compressed format - roughly half the bytes of a JPG capture at the same quality.
heic.now renders the .htm in a headless Chromium instance at a configurable viewport (default 1280px wide), captures the full scrollable height, and encodes a HEIC that matches what a modern browser would display. Embedded resources resolve via base href or relative path; if the page depends on assets in a sibling folder, zip the whole bundle and upload that. JavaScript executes by default so dynamic content renders, though we cap script time at a few seconds to avoid runaway pages.
Common scenarios include IT auditors capturing snapshots of decommissioned intranets, archivists building large page-capture libraries where HEIC's smaller footprint compounds across thousands of captures, and writers grabbing reference shots of old documentation into Apple Photos. For litigation or portals that demand universally readable evidence, convert the capture onward with /heic-to-jpg or wrap it via /heic-to-pdf. For modern HTML5 markup, our /html-to-heic path is identical - the extension is purely cosmetic.
Where HEIC comes from
HTML was sketched by Tim Berners-Lee at CERN in 1989, formally proposed in 1991, and standardised by the IETF in 1995 as HTML 2.0 before moving to the W3C. The .htm three-letter extension dates from the MS-DOS and Windows 3.1 era when the FAT filesystem capped extensions at three characters, so DOS-era web authoring tools (FrontPage, HotDog, early Dreamweaver) saved files as .htm by default. Modern tools settled on .html but legacy sites, archived CDs, and many corporate intranets still serve millions of .htm files. Capturing those pages as HEIC snapshots stores decades of web history at roughly half the disk cost of JPG screenshots.
HTM vs HEIC at a glance
| HTM | HEIC | |
|---|---|---|
| Content type | HTML markup with CSS, images, scripts referenced from .htm | Single flat HEVC-compressed raster of the rendered page |
| Editability | Plain-text editable in any code editor or WYSIWYG tool | Not editable - links and text become pixels |
| Searchability | Crawler-friendly, fully indexable by search engines | Opaque until OCR is applied |
| Pages | Single document of arbitrary scroll length | Fixed-height HEIC, optionally paginated for long pages |
| File size | Tiny markup but external assets balloon total weight | Single HEIC, typically 150 KB to 1 MB - about half a JPG capture |
| Specific gotcha | 8.3 .htm extension hints at legacy Windows-era authoring | Only Safari can display HEIC in a browser; snapshots are for storage and Apple-device viewing |
Real-world workflow — Web archivist snapshotting a 1998 personal website into a space-efficient capture archive
- Crawl the GeoCities-style site with wget and pull index.htm plus every linked .htm page
- Feed the file list into the converter, choose 1024 px viewport to match the era's screens
- Confirm that font rendering preserves the period feel rather than substituting modern fonts
- Store the HEIC snapshots in the capture archive - across thousands of pages, HEVC compression halves the disk bill versus JPG
- Keep the raw .htm sources alongside, and export JPG copies for any public gallery that must render in every browser
Recommended conversion settings
| Use case | Settings |
|---|---|
| Web archive snapshot | 1024 px viewport, quality 85, full-page capture, wait 2 s for fonts |
| Modern responsive preview | 1440 px viewport, quality 88, full-page capture, wait 4 s for JS |
| Mobile thumbnail | 390 px viewport, quality 80, fold-only capture, wait 2 s |
| Print-style archive | 1200 px viewport, quality 92, apply print CSS, paginate to A4 |
Where will your HEIC file open?
| Platform | HTM | HEIC |
|---|---|---|
| Chrome / Edge / Firefox (render source) | ✓ | ✗ |
| Safari | ✓ | ✓ |
| macOS Preview / Quick Look | ✗ | ✓ |
| Windows Photos | ✗ | ~ |
| Photoshop | ✗ | ✓ |
| LibreOffice | ~ | ✗ |
| iPhone Photos | ✗ | ✓ |
| Gmail / Outlook (inline) | ✗ | ~ |
When to convert HTM to HEIC
Converting HTM to HEIC renders each page or slide as a fixed image - The layout, fonts, tables, and graphics captured exactly as they appear, in a format roughly half the size of the equivalent JPG render. The result is a read-only visual snapshot that cannot be edited, reflowed, or accidentally modified by the recipient's software.
This suits Apple-device reference workflows: page images of contracts, reports, slides, and drawings stored as HEIC open instantly in Quick Look, Photos, and Files on Mac, iPhone, and iPad, and occupy minimal iCloud space even for long documents. No office software or HTM viewer is needed at any point after conversion.
Because HEIC support is thin outside the Apple ecosystem, use this conversion when the images are for your own devices or an Apple-based team. When page snapshots need to travel to unknown recipients, Windows systems, or web uploads, converting the document to JPG produces the universally compatible equivalent.
HTM to HEIC tips
- Zip the .htm with its _files folder so embedded CSS and images resolve correctly.
- Set viewport width to match the original design - 1024px for late-1990s pages, 1280px for early-2000s.
- Disable JavaScript in the source HTML if dynamic banners or popups interfere with the capture.
- For long pages, expect a tall image; consider splitting with an image editor if it exceeds 20,000px height.
- Pages with frameset markup need each frame captured separately - browsers render them as a grid.
Related tools
Formats involved
HTM – HyperText Markup Language
HEIC – High Efficiency Image Container
HTM to HEIC — frequently asked questions
Related guides & articles
Maybe you wanted something else?
- If the source uses the modern four-letter extension → HTML to HEIC
- If you would rather archive as a paged PDF → HEIC to PDF
- If you need to pull text back out of the snapshot → Image to Text
- If the gallery must render in every browser → HEIC to JPG