Document tool

HTMLZ to EPUB Converter

Convert a zipped HTML (HTMLZ) archive to EPUB online. Free, private, and processed entirely in memory.

HTMLZ EPUB
PrivConvert
Privacy-first conversion
No files stored
In-memory processing
Deleted instantly
No sign-up needed

Complete the security check to begin

About Converting HTMLZ to EPUB

HTMLZ is a deliberately simple format: a zip containing a single HTML file plus its images and stylesheet. It exists as an interchange and archival format rather than a reading one — a way to keep a document as plain, inspectable HTML without scattering it across a folder of loose files. It is the format people reach for when they want something durable and readable by hand, and the format they then need to convert when they actually want to read it on a device.

That conversion is more than a rename. An EPUB is also a zip of HTML, but it is a structured package: it needs a mimetype declaration, a META-INF container pointing to a package document, an OPF manifest listing every resource, and a navigation document for the table of contents. This converter builds all of that, splits a single long HTML file into sensible sections, and rewrites the internal links so they still resolve. The result is a valid EPUB that readers will accept, rather than a renamed archive they reject.

Common use cases

  • Turning an archived HTML document into a book you can read on an e-reader or phone
  • Publishing content written or exported as plain HTML in a format readers accept
  • Converting a saved article, manual or report into a proper paginated book
  • Moving a document out of an archival format into a distributable one
  • Adding structure and a table of contents to a single long HTML file

Tips for best results

  • Nothing inside an HTMLZ is ever fetched from the internet. Remote images, tracking pixels, external stylesheets and scripts referenced by the HTML are not loaded — the conversion runs in a sandbox with no network access at all. For a format that carries arbitrary HTML, that is the security property that matters most.
  • Headings determine the structure. The converter uses the HTML heading levels to split the document into chapters and build navigation, so a file with proper h1 and h2 tags converts into a well-organised book while a flat one becomes a single chapter.
  • Images have to be inside the archive. Anything referenced by an external URL will simply be absent from the EPUB, because nothing is downloaded during conversion.
  • Convert to PDF instead if the layout is fixed and matters — a form, an invoice, anything designed to specific dimensions. EPUB reflows, which serves prose well and precise layout badly.

How to Convert HTMLZ to EPUB Online

Converting HTMLZ to EPUB with PrivConvert takes three quick steps and no software to install. What you gain with EPUB: reflowable text for any screen.

1
Upload your HTMLZ file

Drag and drop your file into the upload area, click to browse your device, or paste a URL to a file hosted online. You can upload files up to 250 MB and batch convert up to 20 files at once.

2
Automatic conversion

Once uploaded, the conversion from HTMLZ to EPUB starts automatically. The process runs entirely in an isolated environment - your data never leaves the secure pipeline.

3
Download your EPUB file

Your converted file is ready instantly. Click the download button to save it to your device. The file is deleted from memory immediately after download.

Why convert HTMLZ to EPUB with PrivConvert?

PrivConvert turns your HTMLZ into EPUB without ever storing, logging or sharing it. Here is what that looks like in practice:

Nothing is stored

We never keep a copy. Once your EPUB is delivered, both the original and the result are gone — there is nothing left to leak or misuse.

Isolated sandbox

Every conversion runs in its own locked-down process with no network access, so files can never leak or interfere with one another.

No human ever sees it

Your files are handled entirely by automated code. No staff, partner or AI model ever reads, stores or trains on your data.

Zero data retention

Files are processed in volatile memory (RAM) and purged the instant your download is ready — nothing is ever written to disk, cached or backed up.

HTMLZ vs EPUB - Format Comparison

FeatureHTMLZEPUB
File extension.htmlz.epub
Supported by PrivConvertYes (as input)Yes (as output)
Privacy-safe conversionIn-memory, zero storage
Max file size250 MB per file
Batch supportUp to 20 files simultaneously

Built for people who value their privacy

From one-off files to daily batches, thousands of people rely on PrivConvert precisely because it keeps nothing once the job is done.

250 MB Max file size
450+ Conversion tools
0 sec File retention
100% Free to use

Frequently Asked Questions

How do I convert HTMLZ to EPUB?
Upload your .htmlz file above, complete the quick security check, and your EPUB is generated instantly. No software install and no sign-up required.
Is it free and private?
Yes. Every conversion is completely free and runs entirely in memory - your file is never written to disk and is deleted the moment your download is ready.
Are remote images or scripts loaded?
No. The conversion runs in an isolated sandbox with no network access, so remote images, web fonts and tracking pixels are never fetched, and scripts are never executed.
Is there a file size limit?
You can convert files up to 250 MB each, and batch-convert up to 20 files at once.
Both are zips of HTML — can I just rename the file?
No. An EPUB needs an uncompressed mimetype member, a META-INF container, an OPF manifest and a navigation document, none of which an HTMLZ has. A renamed file is rejected by readers as invalid. The conversion builds the missing package structure.
Will remote images be downloaded into the book?
No, deliberately. The conversion runs with no network access, so anything the HTML references by URL is never fetched. Only files actually inside the archive end up in the EPUB.
How does it decide where chapters begin?
From the HTML heading structure. Heading levels are used to split a long document into sections and to generate the table of contents, so well-marked-up HTML produces a well-structured book.
Is CSS preserved?
Styling inside the archive is carried across and adapted, but readers override much of it by design — font, size and margins follow the reader’s own settings. Structural styling survives; precise visual control does not.
What about scripts in the HTML?
They are never executed. The conversion reads the markup as a document; JavaScript is not run at any point, and EPUB readers would not run it either.

Further Reading