[iText-questions] C# Sample

2012-07-27 Thread venugopalachary daroju
Hi, I am looking sample using C# for all kinds of features that the itext provides, Please let me know if we have a location as such Thank you Venu. -- Live Security Virtual Conference Exclusive live event will cover all

[iText-questions] Error extracting page from a pdf file

2012-07-27 Thread enediel . gonzalez
Hello everyone. I use the iTextSharp to split in pages one pdf file. In some cases the pages on the original document contains certain information not available in the pdf for the same page generated by the library. The following is the code I actually use. protected bool SplitPDFFile_Extra

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread 1T3XT BVBA
On 27/07/2012 16:26, Alekz ! wrote: > I don't know arabic, and don't know what google translate does in the > guts either, but to me "To Uransarab" is close to "Lawrence of Arabia". > I think it's not a literal translation, but a phonetic aproximation. See: > > To Uransarab -> Lo Urans arab -> LoW

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread 1T3XT BVBA
On 27/07/2012 12:52, Harsha Kaundinya wrote: > I get an arabic output like لورانسالعرب That output is correct, it corresponds with the final line in this image: http://www.flickr.com/photos/itextinaction/4330327604 Or with the final line in this PDF: http://examples.itextpdf.com/results/part3/chap

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread Alekz !
I don't know arabic, and don't know what google translate does in the guts either, but to me "To Uransarab" is close to "Lawrence of Arabia".I think it's not a literal translation, but a phonetic aproximation. See: To Uransarab -> Lo Urans arab -> LoWrans Arab -> Lawrence Arab -> Lawrence [of]

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread Harsha Kaundinya
I get an arabic output like لورانسالعرب This is not "Lawrence of Arabia". Its some "To Uransarab". I do not know arabic. So i used Google Translate to check whats the actual Arabic Translation. And it said "To Uransarab". Harsha On Fri, Jul 27, 2012 at 4:10 PM, iText Info wrote: > Op 27/07/201

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread iText Info
Op 27/07/2012 12:32, Harsha Kaundinya schreef: > The logic used to set the code to Arial Unicode MS is there below - > > str is an arabic string that comes from a database. Replace str with "\u0644\u0648\u0631\u0627\u0646\u0633 \u0627\u0644\u0639\u0631\u0628". What happens? If the text says "Lawr

Re: [iText-questions] How to add table into footer

2012-07-27 Thread iText Info
Op 25/07/2012 13:16, PavleK86 schreef: > Hi! > I'm stuck with this for a 3 days, and I really need your help. > I have generated document, and I need to add footer to look like > table. I'm sending you attached document to see what it looks like > (this one is generated in MS Word). > > I look fo

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:51, Pravin Wagh schreef: Hi, When we have i/p as multipage Pdf and when we split those pdf using following code ..*- * You're code isn't OK, it throws away all interactivity and properties from the original document. * *is there any possibility of loosing the Properties

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:31, Pravin Wagh schreef: > Hi, > > Can i get background color for the PDF in itext. No, not in a trivial way. > > Could you please help me to read the table in the exsiting PDF in iText. No > > and to read the background color of Cell from table.. > > No.

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread Harsha Kaundinya
The logic used to set the code to Arial Unicode MS is there below - str is an arabic string that comes from a database. BaseFont bfArialUni = BaseFont.createFont("C:\\Windows\\Fonts" + "\\ARIALUNI.TTF", BaseFont.IDENTITY_H, BaseFont.EMBEDDED);

Re: [iText-questions] How to place the same character at the beginning of each line, i.e. also when the line breaks automatically

2012-07-27 Thread iText Info
Op 26/07/2012 9:19, Georg Nozicka schreef: > So the question is, if there is an easy way to achieve this behavior? At first sight, there isn't. -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: [iText-questions] (no subject)

2012-07-27 Thread iText Info
Op 26/07/2012 11:50, Juan Manuel Fandiño Boullon schreef: > I have a pdf file similar to this > http://www.datages.net/datages/ayudalaboral/images/Ejemplo_Listado_Confeccion_TC2_Antiguo_Borrador.jpg > I want to create a copy of the original for each value in the column > "NIF" with the underlined

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread iText Info
Op 27/07/2012 4:30, Harsha Kaundinya schreef: > Then how can i achieve converting arabic characters to arial unicode > MS font? If you have Arabic text in a digital document (flat text? database field? HTML?), there's a 99% chance that the glyphs you see are expressing in unicode characters. If

Re: [iText-questions] Problem with Setting Arabic characters with Arial Unicode MS Font type

2012-07-27 Thread Paulo Soares
How the hell do I know what's going on? Did you show us your code? Are we all psychic to guess what you are doing? iText does what it's told to do. You are doing something wrong but didn't bother to tell us about your code. Paulo On Fri, Jul 27, 2012 at 3:30 AM, Harsha Kaundinya wrote: > Then h