Tagged Questions

2
votes
3answers
314 views

How Do I convert HTML to PDF with hot links in outputted PDF with ASP(.NET)? Preferably with ActivePDF WebGrabber

My company purchased ActivePDF WebGrabber a couple of years ago to convert a classic ASP created HTML page into a PDF form. The only drawback with the tool that we continually run into is that the ...
1
vote
1answer
1k views

Error converting HTML text to a pdf file using itextsharp in asp.net

I am using the following code to convert contents in Editor(Ajax control) to pdf, using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using ...
1
vote
3answers
912 views

ASP.NET - PDF Component in Medium Trust

Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thought of compiling the ...