问题
I can't find MultiColumnText
anywhere in iTextSharp v5.3.3 (from NuGet). All I can find is ColumnText
which certainly isn't as friendly to use and is more than I really need. Am I missing something? There are several links that say that MultiColumnText
should exist.
- http://api.itextpdf.com/itext/com/itextpdf/text/pdf/MultiColumnText.html
- itextsharp nextcolumn not working
- http://www.mikesdotnetting.com/Article/89/iTextSharp-Page-Layout-with-Columns
- http://www.devshed.com/c/a/Java/Adding-Columns-With-iTextSharp/
回答1:
While iTextSharp doesn't include MultiColumnText
, I could still 'roll my own'. Have a look here: https://stackoverflow.com/a/14781862/271351
来源:https://stackoverflow.com/questions/14774040/does-multicolumntext-work-in-itextsharp-v5-3-3