Tagged Questions
9
votes
4answers
6k 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 ...
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
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 ...
1
vote
1answer
982 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
889 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
389 views
iTextSharp MVC View to PDF
I'm having a little trouble with my TextReader when trying to parse the html string I want to convert to PDF when using iTextSharp.
Function ViewDeliveryNote(ByVal id As Integer) As FileStreamResult
...