Hi!
Recently, support for attachments has been added to EO.Pdf 2013. I am adding attachments like shown below:
Code: C#
var document = new PdfDocument();
document.Attachments.Add(new PdfAttachment("C:\\Temp\\Powerpoint.ppsx"));
Now, I would like to create a link (both, through AcmRender and HtmlToPdf) which opens such an attachment. How can I achieve this?
Regards,
Oliver Hanappi