Tagged Questions
9
votes
4answers
7k views
ITextSharp HTML to PDF?
I posted a question here a few weeks ago asking about an alternative to creating .fdf files to fill in pdf documents and someone here pointed me to ITextSharp.
It's working like a champ so thanks for ...
2
votes
3answers
2k views
Absolute position when converting HTML to PDF with iTextSharp
I am using iTextSharp to convert HTML to PDF and it doesn't seem to work with absolutely positioned elements. For example I have this HTML file:
<html>
<body>
<p style="position: ...
0
votes
1answer
34 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
5answers
861 views
FOSS HTML to PDF in Python, .Net or command line?
I have google as much as I possible, checked stackoverflow several times, and yet I can not find a good html to pdf converter that can handle css. Is there a free and open source solution (even for ...