Click or drag to resize

Live HTTP Links

The converter can convert any HTTP link from the HTML document into a link in the PDF document. This works on links containing text, image or any other combination supported by the HTML code. This is the default behavior of the converter. If you don't want to get active links in the generated PDF document you can set the LiveUrlsEnabled to false.

Sample code below:

pdfConverter.PdfDocumentOptions.LiveUrlsEnabled = false;