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
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