Collapse
Expand
HTML to PDF Converter
Getting Started with HTML to PDF
HTML Content Destination and Scaling in PDF
Convert the Current HTML Page to PDF
Convert a HTML Page to PDF in Same Session
Merge Multiple HTML Pages into a Single PDF
Merge HTML with Existing PDF Documents
Partially Convert of a HTML Page to PDF
Repeat HTML Table Header and Footer in PDF
Headers and Footers
Page Breaks Control
Screen and Print Media Types
Conversion Triggering Modes
Hierachical Bookmarks
Table of Contents
Live PDF Forms
HTML5 Features
HTTP GET and POST, Proxy Options
HTTP Headers and Cookies
Fonts Embedding
HTML Elements Location in PDF
HTML Elements Visibility in PDF
URI Links in PDF
Internal Links in PDF
File Links and Attachments
Text Notes in PDF
PDF Actions
HTML to PDF Elements
HTML to Image Elements
Images Quality in Generated PDF
Flash and Extensions Support
Watermarks and Stamps
Add Watermarks and Stamps in PDF
PDF/A and PDF/X Standards
CMYK and GrayScale Color Spaces
PDF Viewer Preferences
PDF Security Features
HTML to Image Converter
PDF Creator
PDF Editor
Live Demo
Description
Sample Code
Add Watermarks and Stamps to Generated PDF Document
EVO HTML to PDF Converter allows you to add watermarks and stamps to generated PDF document. You can add any PDF element in a watermark or a stamp repetead in each PDF page, including HTML. The Full Description and a Code Sample can be accessed from the top tabs.
Use TCP/IP Server
IP Address:
Port:
Use Web Service
URL:
Service Password:
HTML Page URL or Local File to Convert
Stamp Size in PDF Page
Width:
pt
Height:
pt
Stamp HTML Code
<!DOCTYPE html> <html> <head> <title>HTML in Watermarks and Stamps</title> </head> <body style="font-family: 'Times New Roman'; font-size: 14px; margin: 5px"> <table style="width: 600px; border: 3px solid royalblue"> <tr> <td> <a href="http://www.evopdf.com"> <img alt="Logo Image" src="img/wheels_trans.png" /></a> </td> <td style="font-size: 30px; font-weight: bold; color: #BE1200">HTML in Watermarks and Stamps </td> </tr> </table> </body> </html>
Base URL