Does MultiColumnText work in iTextSharp v5.3.3?
I cannot find MultiColumnText
anywhere iTextSharp v5.3.3 (from NuGet). All I can find is this ColumnText
, which is definitely not that user-friendly and more than I really need. Am I missing something? There are several links that say what MultiColumnText
should exist.
- http://api.itextpdf.com/itext/com/itextpdf/text/pdf/MultiColumnText.html
- itextsharp nextcolumn doesn't work
- http://www.mikesdotnetting.com/Article/89/iTextSharp-Page-Layout-with-Columns
- http://www.devshed.com/c/a/Java/Adding-Columns-With-iTextSharp/
+3
cjbarth
source
to share
1 answer
While iTextSharp doesn't include MultiColumnText
, I can still "flip mine ". Take a look here: fooobar.com/questions/1996332 / ...
+3
cjbarth
source
to share