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
Create PDF Documents
HTML to PDF Elements
HTML to Image Elements
Text Elements
Graphic Elements
Image Elements
Headers and Footers
Bookmarks
PDF Forms
URI Links
Internal Links
File Attachments
Text Notes
PDF Actions
Viewer Preferences
PDF Security
Set PDF Permissions and Password
Digitally Sign a PDF Document
PDF Editor
Live Demo
Description
Sample Code
Add A Digital Signature to Generated PDF Document
EVO HTML to PDF Converter allows you to digitally sign the generated PDF document. In this demo the generated PDF document is digitally signed and you can click an area of the document to open the digital signature properties. The Full Description and a Code Sample can be accessed from the top tabs.
HTML String with a Region Marked to Become a Digital Signature
<!DOCTYPE html> <html> <head> <title>Add Digital Signatures in PDF</title> </head> <body style="font-family: 'Times New Roman'; font-size: 14px"> <span style="font-size: 24px; font-weight: bold">Digital Signatures</span><br /> <br /> <span>The image and the text below will become a link to digital signature properties:</span> <br /> <br /> <div data-mapping-enabled="true" data-mapping-id="digital_signature_element" style="width: 320px; padding: 5px 5px 5px 5px; border: 2px solid royalblue"> <span style="font-size: 16px; font-weight: bold; text-decoration: underline; color: navy">Click to open the digital signature properties</span><br /> <br /> <img alt="Logo Image" style="width: 300px" src="img/logo.jpg" /> </div> <br /> <br /> </body> </html>
Base URL