hello ,
i have a problem using columntext ,
infact , i want to display an arabic text , so i tried :
Dim wri As PdfWriter = PdfWriter.GetInstance(doc, New FileStream("C:\Test.pdf",
FileMode.Create))
ColumnText.showTextAligned(
wri ,
Element.ALIGN_LEFT,
new Phrase("ABCDEFG!", new Font()),
100,
100,
50,
PdfWriter.RUN_DIRECTION_RTL,
ColumnText.AR_LIG);
but i don't know what to put in the columntext.showtextaliged 's first argument
(where wri is written )
any help will be great , so what do you think ? any ideas ?
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php