Key Facts
- Category
- Document Tools
- Input Types
- textarea, select, checkbox, number, text, color
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
Easily convert your HTML content into professional PDFs with customizable page numbering styles, including Arabic numerals, Roman numerals, and chapter-prefixed formats.
When to Use
- •When you need to generate professional reports or documentation from HTML templates.
- •When you require specific pagination styles like Roman numerals for front matter or chapter-based numbering for technical manuals.
- •When you need to add consistent headers or footers with page counts to your generated PDF documents.
How It Works
- •Paste your HTML content and optional CSS into the editor to define your document structure and styling.
- •Select your preferred numbering style, such as Arabic, Roman, or a custom chapter-prefixed template.
- •Configure the placement, font size, and edge offsets for your page numbers in the header or footer.
- •Click generate to render your HTML into a formatted PDF file with your chosen pagination settings.
Use Cases
Examples
1. Professional Quarterly Report
Business Analyst- Background
- The analyst needs to convert a quarterly performance summary into a formal PDF document.
- Problem
- The document requires a clean, professional look with page numbers in the bottom right corner and a total page count.
- How to Use
- Input the report HTML, select 'Arabic' numbering, enable 'Include Total Pages', and set the position to 'footer-right'.
- Example Config
-
numberingStyle: 'arabic', includeTotalPages: true, numberPosition: 'footer-right' - Outcome
- A polished PDF report with 'Page X of Y' displayed in the bottom right corner of every page.
2. Technical Documentation Manual
Technical Writer- Background
- A technical manual is being compiled from several separate HTML files.
- Problem
- The writer needs to ensure each section is clearly identified by chapter number in the page footer.
- How to Use
- Set the numbering style to 'chapter-prefix', define the chapter number, and use the template 'Chapter {chapter} - Page '.
- Example Config
-
numberingStyle: 'chapter-prefix', chapterNumber: 1, chapterPrefixTemplate: 'Chapter {chapter} - Page ' - Outcome
- A PDF where every page footer displays the specific chapter context, such as 'Chapter 1 - Page 5'.
Try with Samples
html, pdfRelated Hubs
FAQ
Can I use Roman numerals for page numbering?
Yes, you can select either uppercase or lowercase Roman numerals from the numbering style options.
How do I include the total page count?
Simply enable the 'Include Total Pages' checkbox to display the current page number alongside the total count.
Can I add a chapter prefix to my page numbers?
Yes, select the 'Chapter Prefix' style and use the template field to define your custom format, such as 'Chapter {chapter} - '.
Where can I place the page numbers?
You can position page numbers in the header or footer, with alignment options for left, center, or right.
Is it possible to start numbering from a page other than one?
Yes, you can set the 'Start Page Number' field to any integer to begin your pagination sequence from a specific value.