// Create a PdfContentEditor, bind the source PDF, add a web link on page 2, and save. using (PdfContentEditor editor = new PdfContentEditor()) // Load the PDF document into the editor. editor.BindPdf ...
// Input HTML source (can be a URL or local file path) string source = "input.html"; // replace with your HTML file or URL ...