Re: [iText-questions] SetPageContent garbles Unicode Characters

2010-04-06 Thread 1T3XT info
Tim Heffernan wrote: > Hoping for some guidance on a perplexing issue. Thanks in advance. You're doing something that is (almost) forbidden. See chapter 18 of the first edition of "iText in Action". > Our .NET C# application currently uses iTextSharp to perform the > following on a .pdf documen

[iText-questions] SetPageContent garbles Unicode Characters

2010-04-06 Thread Tim Heffernan
Hoping for some guidance on a perplexing issue. Thanks in advance. Our .NET C# application currently uses iTextSharp to perform the following on a .pdf document... * Iterate the pages of a .pdf * Use pdfReader.GetPageContent() to write the contents of the page to a string va