# HTML Email Review and PDF Delivery

Inspect HTML email metadata, review fragile attributes and image references, create a reviewer-safe fallback copy, and render a shareable PDF proof.

> Canonical page: https://elysiatools.com/en/hubs/html-convert

- **Keywords:** HTML email PDF proof, email HTML review, meta tag audit, HTML attribute inspection, campaign proof delivery

## Frequently asked questions

### Why not treat this as a generic HTML conversion workflow?

Because that would duplicate `html-content-extraction-cleanup-and-delivery`. This workflow survives only by focusing on approval-ready HTML email or campaign proof conversion.

### When should I use the Markdown fallback path?

Use it when reviewers need to confirm copy, CTA wording, disclaimers, and link intent, but the original HTML is too cluttered, minified, or template-heavy to review directly.

### Do both PDF renderers mean the same thing?

No. `html-to-pdf-precise` is better for layout-faithful proofing, while `libreoffice-html-mail-to-pdf` is useful when the archive or handoff process prefers an office-style email conversion path.

### Does this workflow validate deliverability?

No. It creates a review and archive artifact. Inbox placement, sender reputation, tracking execution, and mail-client rendering variance must be validated elsewhere.

## Related content

- [HTML Content Extraction, Cleanup, and Delivery](https://elysiatools.com/en/hubs/html-content-extraction-cleanup-and-delivery): Extract links, images, attributes, and tables from HTML, remove unwanted markup, and ship verified Markdown, PDF, or CSV outputs.
- [Email MIME Delivery Prep and Handoff](https://elysiatools.com/en/hubs/email-mime-delivery-workflows): Validate recipients, inspect domain and DNS signals, encode MIME-safe content, add tracking parameters, and package a pre-send handoff artifact.
