Collapse
Expand
HTML to PDF Converter
HTML to Image Converter
PDF Creator
PDF Editor
Merge PDF Documents
Stamp PDF Documents
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.
Use TCP/IP Server
IP Address:
Port:
Use Web Service
URL:
Service Password:
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