Tagged Questions
2
votes
2answers
291 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
3answers
289 views
Html to pdf asp.net mvc
I am trying to find a library/tool that would allow me to generate PDF from MVC views.
Any ideas, suggestions?
Regards
1
vote
4answers
193 views
conversion of html to pdf in python
I need to convert HTML documents into PDF format. Can u help me?
1
vote
3answers
890 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 ...
0
votes
1answer
15 views
how to replace placeholder with image in iTextSharp
I am working on creating a pdf from html template file where i defined placeholders. i am able to replace the place holders with some text like
content.Replace(["Product_ID"],TextBox1.text);
is ...
0
votes
1answer
632 views
DOMPDF PDF file fails to open in Adobe when using basic HTML tags
I am trying to generate some VERY simple PDFs based on some simple HTML output. My basic structure of expected output is:
Category Name 1
[Product Image 1] Product Name 1
[Product Image 2] Product ...