Key Facts
- Category
- Document Tools
- Input Types
- textarea, select, checkbox, number, file, text
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
Easily convert your HTML content into professional PDFs with customizable header and footer snippets, including support for logos, document titles, dates, and automatic page numbering.
When to Use
- •When you need to generate professional reports or invoices from HTML templates.
- •When you want to add consistent branding like logos and titles to multi-page documents.
- •When you require automated date stamping and page numbering for formal documentation.
How It Works
- •Paste your HTML content and optional custom CSS into the editor.
- •Upload your logo and configure header/footer text, date formats, and page number settings.
- •Adjust page margins to ensure your content fits perfectly within the header and footer zones.
- •Click convert to generate and download your formatted PDF document.
Use Cases
Examples
1. Professional Business Invoice
Freelance Consultant- Background
- The user needs to send a professional invoice to a client based on an HTML template.
- Problem
- The invoice lacks a company logo and formal page numbering, making it look unprofessional.
- How to Use
- Upload the company logo, set the header title to 'Invoice', and enable page numbers in the footer.
- Example Config
-
headerTitle: 'Invoice', showPageNumbers: true, logoWidth: 100 - Outcome
- A clean, branded PDF invoice with the company logo at the top and page numbers at the bottom.
2. Quarterly Project Report
Project Manager- Background
- A 20-page project report needs to be distributed to stakeholders.
- Problem
- The report requires a consistent date stamp and document title on every page for tracking purposes.
- How to Use
- Input the report HTML, enable 'Show Date in Header', and set the header title to 'Q3 Project Status'.
- Example Config
-
headerTitle: 'Q3 Project Status', showDateInHeader: true, dateFormat: 'iso' - Outcome
- A professional report with the project title and ISO-formatted date appearing consistently on every page.
Try with Samples
xml, html, markdownRelated Hubs
FAQ
Can I use my own CSS for the PDF?
Yes, you can input custom CSS to style your HTML content, including fonts, colors, and layout adjustments.
What image formats are supported for the logo?
You can upload PNG, JPEG, SVG, and WebP image files for your document logo.
Can I customize the date format?
Yes, you can choose between ISO format, your local system format, or provide custom text for the date.
How do I ensure the header and footer don't overlap my content?
Use the margin settings (Top, Bottom, Left, Right) to reserve sufficient space for your header and footer elements.
Does this tool support landscape orientation?
Yes, you can toggle the landscape checkbox to change the page orientation from portrait to landscape.