Home
|
Contact
HOME
HTML to PDF
PDF TOOLS
DEMO
DOWNLOAD
BUY NOW
SUPPORT
EvoPdf Chromium for .NET
Classic HTML to PDF Library
Cross-Platform
HTML to PDF for .NET
HTML to PDF for Java
HTML to PDF for Azure
HTML to PDF for UWP
EvoPdf Chromium for .NET
Classic HTML to PDF Library
HTML to Image Converter
HTML to SVG Converter
SVG to PDF Converter
Word to PDF Converter
Excel to PDF Converter
PDF to Text Converter
PDF to Image Converter
PDF to HTML Converter
PDF Images Extractor
PDF Print
PDF Merge
PDF Split
PDF Security
Cross-Platform
PDF Library for .NET
EvoPdf Chromium for .NET Demo
Classic HTML to PDF Library Demo
Order Online
Licensing & Prices
License Renewal
License Agreement
Our Customers
EvoPdf Chromium for .NET User Guide
Classic HTML to PDF Library User Guide
Contact Support
Collapse
Expand
HTML to PDF Converter
HTML to Image Converter
PDF Creator
PDF Editor
Merge PDF Documents
Split PDF Documents
Stamp PDF Documents
Fill PDF Forms
Live Demo
Description
Sample Code
Stamp PDF Documents
EVO HTML to PDF Converter allows you to add watermarks and stamps to a PDF document. The resulted PDF document can be saved to a file, stream or memory buffer. The Full Description and a Code Sample can be accessed from the top tabs.
The PDF Document to Stamp
View the PDF Document to Stamp
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