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
Create File Links and Attachments in PDF
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
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 File Links and Attachments to Generated PDF Document
EVO HTML to PDF Converter allows you create relative or absolute file links in PDF, to create file attachments from files or from streams. Optionally you can also add icons to mark the attachments in PDF document. In this demo some of the HTML elements from converted HTML document are marked to become links to files or icons for attachments in the generated PDF document. 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 String with Markers for File Links and Attachments
<!DOCTYPE html> <html> <head> <title>Add File Links and Attachments to PDF</title> </head> <body style="font-family: 'Times New Roman'; font-size: 14px"> <span style="font-size: 24px; font-weight: bold">File Attachments</span><br /> <br /> <span style="">Click the next icon to open the attachment from a file:</span> <span data-mapping-enabled="true" data-mapping-id="attach_from_file_icon"> </span><br /> <br /> <span style="">Click the next icon to open the attachment from a stream:</span> <span data-mapping-enabled="true" data-mapping-id="attach_from_stream_icon"> </span><br /> <br /> </body> </html>
Base URL