Welcome to HiQPdf Demo
HTML to PDF
HTML to PDF Converter Demo
Merge Multiple HTML to PDF
Add HTML in PDF Header and Footer
Add Header and Footer using Browser
Add Header and Footer on Merged PDF
Add HTML Stamp to Generated PDF
Repeat HTML Table Header and Footer
Control PDF Page Breaks with CSS
Auto Create Outlines and Links
Auto Create Table of Contents
Auto Create Tagged PDF
Set Conversion Triggering Mode
Select Media Type for Rendering
Web Fonts Advanced Support
Convert Current View with Form Data
Convert Another View with Form Data
PDF Viewer Settings
PDF Security Settings
PDF Digital Signatures
Set HTTP Headers Demo
Set HTTP Cookies Demo
GET and POST Requests Demo
HTML to Image
Convert HTML to Image
PDF Editor
Add HTML Stamp to Existing PDF
Add HTML Stamp with Page Numbering to Generated PDF
HiQPdf HTML to PDF Converter allows you to add stamps using any valid HTML markup and elements to the generated PDF document. The HTML can also include the template variables {page_number} and {total_pages} for page numbering.
HTML Page URL or Local File to Convert
Stamp with HTML String
Stamp with HTML from URL
Stamp HTML
<!DOCTYPE html> <html> <head> <title>HTML Stamp with Page Numbers</title> </head> <!-- Use background-color: rgba(r, g, b, a) to apply background opacity (a = 0 transparent, 1 opaque) --> <body style="background-color: rgba(255, 255, 255, 0.9); font-family: 'Times New Roman'; font-size: 16px; margin: 5px"> <table style="width: 100%; border: 3px solid royalblue"> <tr> <td> <a href="http://www.hiqpdf.com"> <img alt="Logo Image" src="Images/HiQPdfLogo.png" /> </a> </td> <td> <table> <tr> <td style="font-size: 30px; font-weight: bold; color: #BE1200"> HTML Stamp with Page Numbers </td> </tr> <tr> <td> <span style="font-size: 16px">Page <span style="color:blue">{page_number}</span> of <span style="color:green">{total_pages}</span> pages</span> </td> </tr> </table> </td> </tr> </table> </body> </html>
Base URL
Stamp URL
Stamp Options
Stamp Enabled
Opacity:
%
Show in First Page
Show in Odd Pages
Show in Even Pages
Skip Variables Parsing
Wait:
sec
Stamp Size
Auto Size Content Height
Min Height:
pt
Max Height:
pt
Stamp Width:
pt
Stamp Height:
pt
Fit Height
Stamp Positioning
X:
pt
Y:
pt
Horizontal Alignment:
None
Left
Center
Right
Vertical Alignment:
None
Top
Center
Bottom