We have to embed a set of HTML pages in a PDF file and create a link to those embedded files, so that the user can click on the link to view the HTML contents on a browser.
We know this can be done by a manual process of "Attach a file as a comment" option in Adobe Acrobat, but since we have to produce the PDFs in a large scale - this option is not feasible.
Is there any way we can automate this process through some coding languages like iTextSharp in C#?