Re: [iText-questions] iTextSharp SVN

2012-11-23 Thread James Cloos
> "VN" == Vahid Nasiri writes: VN> It seems iTextSharp SVN's (https://itextsharp.svn.sourceforge.net/svnroot/itextsharp) VN> is not updated to the last version, right? If one goes to the project page (https://sourceforge.net/projects/itextsharp) one finds that that project has updated to th

[iText-questions] OTF stylistic alternates in iText

2012-11-23 Thread Bill Groom
Hi, Is it possible to use stylistic alternates (or stylistic sets), defined in an OTF font, in iText? I have some fonts that support this feature but am not able to find any information in the book or mailing list on this subject. Thanks, Bill ---

Re: [iText-questions] How to replace MultiColumnText with ColumnText in iText

2012-11-23 Thread iText Info
Op 23/11/2012 11:35, Alexandr Makhin schreef: Hello I have such statements in the code |MultiColumnText mct= new MultiColumnText(MultiColumnText.AUTOMATIC); mct.AddRegularColumns(document.Left, document.Right, 30f, 2); mct.AddElement(table);| But after upgrade iText to 5.3.3 they have re

[iText-questions] How to replace MultiColumnText with ColumnText in iText

2012-11-23 Thread Alexandr Makhin
Hello I have such statements in the code MultiColumnText mct = new MultiColumnText(MultiColumnText.AUTOMATIC); mct.AddRegularColumns(document.Left, document.Right, 30f, 2); mct.AddElement(table); But after upgrade iText to 5.3.3 they have removed MultiColumnText and suggest use ColumnText instea