Tagged Questions
5
votes
3answers
600 views
.NET version or port of Flying Saucer
Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText?
1
vote
2answers
115 views
Rendering ASP.NET MVC ViewResult HTML as image without third party components
is there a way to render ViewResult or PartialViewResult as an image?
I have tried to get ViewResult as string and I got a string containing html as it should be, but I need to render that html to ...
1
vote
2answers
142 views
No change in font face in html to pdf generation using iTextSharp
I'm using a HTML Rich-Text Editor to help me create a template for dynamic PDF reports, and it's working fine except that it doesn't change the font-face.
This editor is using the font tag instead of ...
0
votes
1answer
365 views
Image not displaying in pdf generated by wkhtmltoxsharp wrapper for wkhtmltopdf
I am using the WkHtmlToXSharp wrapper for wkhtmltopdf converter. Text in the supplied html is successfully displayed in the generated pdf. But images are not showing. Then I changed the relative image ...
0
votes
5answers
852 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 ...