June 24th, 2008, 09:00 AM
-
Adding Columns With iTextSharp
The iTextSharp library makes it very easy to create a PDF document with text. The text can be styled in various ways, aligned in various ways, indented and spaced in various ways, etc. When the PDF document must be printed out, the document's readability can be improved by breaking the text into columns. The iTextSharp library provides support for columns, and in this article, we're going to take a look at them.
Read the full article here: Adding Columns With iTextSharp
For more discussion go here: Blog Article Discussion
December 17th, 2016, 05:08 PM
-
MultiColumnText does not exist in iTextSharp. Where does it come from and what does it do.
Very annoying when trying to learn and the examples do not work.
December 19th, 2016, 11:58 AM
-
NEVER MIND !!!!!
After wasting over 3 hours searching other forums and articles, I found a post that said the MultiColumnText method had been removed several versions back.
Rather annoying that all the examples I was able to find (even recent ones) still referenced that method.