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