Re: [iText-questions] How to Display Numbers in Arabic with itextsharp?

2012-05-08 Thread mohfrash
Thank you... I got it cell.ArabicOptions = ColumnText.DIGITS_EN2AN; -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-Display-Numbers-in-Arabic-with-itextsharp-tp4617682p4617713.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-08 Thread 1T3XT BVBA
On 8/05/2012 9:31, Amedee Van Gasse wrote: > On Tue, May 8, 2012 04:53, David Thielen wrote: >> Version 2 you can use without payment (standard library open source >> license). For version 5 you need to pay iText. > Version 2 is unsupported, several years old, and contains unsolved bugs. See also:

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-08 Thread 1T3XT BVBA
On 8/05/2012 9:31, Amedee Van Gasse wrote: > On Tue, May 8, 2012 04:53, David Thielen wrote: >> Version 2 you can use without payment (standard library open source >> license). For version 5 you need to pay iText. > Version 2 is unsupported, several years old, and contains unsolved bugs. That's th

Re: [iText-questions] How to Display Numbers in Arabic with itextsharp?

2012-05-08 Thread Paulo Soares
You'll need the option ColumnText.DIGITS_EN2AN to replace European digits (U+0030...U+0039) by Arabic-Indic digits. Paulo On Tue, May 8, 2012 at 4:08 PM, 1T3XT BVBA wrote: > On 8/05/2012 16:44, mohfrash wrote: >> How I can display Number in Arabic? > I don't think you need the iTextSharp.text.Fo

Re: [iText-questions] AcroFields setField for duplicate field names with the same value

2012-05-08 Thread DeeJay
I have managed a work around to the problem. Instead of using the setField method to change the field values, I am now extracting the XFA data and changing the necessary tag values in the xml. I then take the XFA form src and replace the XFA stream with the updated xml. Regards, Dee DeeJay wro

Re: [iText-questions] How to Display Numbers in Arabic with itextsharp?

2012-05-08 Thread 1T3XT BVBA
On 8/05/2012 16:44, mohfrash wrote: > How I can display Number in Arabic? I don't think you need the iTextSharp.text.Font.NORMAL (unless iTextSharp is different from iText regarding font creation). Also you need a font that knows how to draw the arabic numerals. If you use arialuni.ttf and you u

[iText-questions] How to Display Numbers in Arabic with itextsharp?

2012-05-08 Thread mohfrash
string arialunicodepath = Server.MapPath("Fonts") + @"\ARIALUNI.TTF"; BaseFont nationalBase=BaseFont.CreateFont(arialunicodepath, BaseFont.IDENTITY_H, BaseFont.EMBEDDED); iTextSharp.text.Font nationalTextFont = new iTextSharp.text.Font(nationalBase, 8f, iTextSharp.text.Font.NORM

Re: [iText-questions] itext with oracle

2012-05-08 Thread Alexis Pigeon
Hi Natalja, On 8 May 2012 15:04, Natalja Polozun wrote: > Hi, > I am student and learn java with itest. Try to load it into oracle and get > statuds INVALID. Can you help me? > You're building the house starting from the roof. First learn the basics of Java, by creating your own, stand-alone ap

[iText-questions] itext with oracle

2012-05-08 Thread Natalja Polozun
Hi, I am student and learn java with itest. Try to load it into oracle and get statuds INVALID. Can you help me? Best regards, Natalja Polozun ---mail.ee reklaam--- Unista julgelt, otsusta targalt. On 1 lahendus - 1Credit. www.1credit.ee

Re: [iText-questions] Doc and excel fle to pdf

2012-05-08 Thread Alexis Pigeon
Hi Ish On 8 May 2012 12:04, Ish Bandhu wrote: > Hi, > > ** ** > > Can we create doc and excel file in pdf by itextsharp. > Please rephrase your question. You want to create PDF files with text? iTextSharp can do that. You want to create PDF files with data in tables? iTextSharp can do th

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-08 Thread Amedee Van Gasse
On Tue, May 8, 2012 04:53, David Thielen wrote: > Version 2 you can use without payment (standard library open source > license). For version 5 you need to pay iText. Version 2 is unsupported, several years old, and contains unsolved bugs. - This email was