Search Results

1
vote
3answers
2k views

Converting MS Word Documents to PDF in ASP.NET

Similar questions have been asked, but nothing exactly like mine, so here goes. We have a collection of Microsoft Word documents on an ASP.NET web server with merge fields whose values are …
2
votes

How do I programmatically create a PDF in my .NET application?

If you're going to use iTextSharp (or its original Java incarnation, iText), you owe it to yourself to find a copy of iText In Action …
3
votes

iTextSharp diacritics

You're going to need to figure out what the Unicode representation is for your diacritical characters. You can embed Unicode characters i …