[iText-questions] Problem is check underline/overstrike status of a character in PDF

2013-03-25 Thread wwkloo
Dear all, I am trying to check the underline and overstrike status of characters in a PDF. I heard that underline and overstrike are achieved by graphical objects in PDF. So I tried to detect the rectangle and line objects first. Based on their position and the bounding box position of characters

Re: [iText-questions] ICC Profile for Images

2013-03-25 Thread Paulo Soares
Please provide an image with that profile so that the problem can be reproduced. Paulo On Mon, Mar 25, 2013 at 6:08 PM, Mandeep wrote: > Hi, > I am currently working on generating pdf using Itext, and I am not able to > save the ICC profile of the image in the pdf that have sRGB > IEC61966-2.1(8

[iText-questions] [SPAM] Re: [SPAM] Re: How to get style of the text of a PDF document

2013-03-25 Thread mkl
Kausik Porel wrote > TextRenderInfo objects give me the font details and position. Is it > possible to find the margin details also? I'm able to find the height and > width of the document but I could not get any information about margin. There is nothing like a margin in a PDF, at least not as an

Re: [iText-questions] ICC Profile for Images

2013-03-25 Thread Mandeep
Hi, I am currently working on generating pdf using Itext, and I am not able to save the ICC profile of the image in the pdf that have sRGB IEC61966-2.1(8bpc). I checked the images for ICC profile using hasICCProfile() and this returns false even though when I open the same images in Photoshop,

Re: [iText-questions] Fwd: Issue in rendering Custom Urdu Font

2013-03-25 Thread Paulo Soares
I mean that to display arabic you need four representations for each character: isolated, initial, medial, final. You font only has the isolated forms. Compare with arialunicode to see the missing characters. Paulo On Mon, Mar 25, 2013 at 3:21 PM, Adnan Siddiqi wrote: > > > -- Forwarded

[iText-questions] Fwd: Issue in rendering Custom Urdu Font

2013-03-25 Thread Adnan Siddiqi
-- Forwarded message -- From: Adnan Siddiqi Date: Monday, March 25, 2013 Subject: Issue in rendering Custom Urdu Font To: Post all your questions about iText here < itext-questions@lists.sourceforge.net> Can you elaborate it further what do you mean by that? p.s: I have even attac

Re: [iText-questions] Image only correct size on first page - images on other pages have smaller size

2013-03-25 Thread 1T3XT BVBA
On 25/03/2013 16:10, Marc Kleinebrummel wrote: I am using iText version 5.3.5 right now. And that explains your problem. It was fixed in 5.4.0. -- Everyone hates slow websites. So do we. Make your web apps faster with Ap

Re: [iText-questions] Image only correct size on first page - images on other pages have smaller size

2013-03-25 Thread Marc Kleinebrummel
I am using iText version 5.3.5 right now. Von: 1T3XT BVBA [mailto:i...@1t3xt.info] Gesendet: Montag, 25. März 2013 15:48 An: Post all your questions about iText here Betreff: Re: [iText-questions] Image only correct size on first page - images on other pages have smaller size On 25/03/2013 15:07

Re: [iText-questions] PDFTK Problem with two polish characters

2013-03-25 Thread Arek Malczewski
W dniu 2013-03-25 13:50, 1T3XT BVBA pisze: > On 25/03/2013 12:52, Arek Malczewski wrote: >> I'm developing application using pdftk to fill forms with self >> compiled version 1.4.5. As I know pdftk uses iText library. > Please ask the people who created PdfTk. Tell them they are using an > iText ve

Re: [iText-questions] Image only correct size on first page - images on other pages have smaller size

2013-03-25 Thread 1T3XT BVBA
On 25/03/2013 15:07, Marc Kleinebrummel wrote: As I cannot find any obvious reason for this behavior, I hope someone in this mailing list has an idea why this happens Which version of iText are you using? Maybe you're experiencing a problem described in the changelog of iText 5.4.0: http://itex

[iText-questions] Image only correct size on first page - images on other pages have smaller size

2013-03-25 Thread Marc Kleinebrummel
Hello, I am having trouble with generating a multi-page PDF document. Background: I have written a GUI program that enables users to select flasks of chemicals and their different sizes to print a flask label. On this label, there has to be a safety warning in some cases. This safety warning ha

Re: [iText-questions] PDFTK Problem with two polish characters

2013-03-25 Thread 1T3XT BVBA
On 25/03/2013 12:52, Arek Malczewski wrote: > I'm developing application using pdftk to fill forms with self > compiled version 1.4.5. As I know pdftk uses iText library. Please ask the people who created PdfTk. Tell them they are using an iText version that hasn't been supported for years. I'm

[iText-questions] PDFTK Problem with two polish characters

2013-03-25 Thread Arek Malczewski
Hi, I'm developing application using pdftk to fill forms with self compiled version 1.4.5. As I know pdftk uses iText library. There is need to use of Polish characters encoded in UTF. And I have found very strange issue.

Re: [iText-questions] Text box of non-BMP character with zero width

2013-03-25 Thread wwkloo
Additional information: - I run the code in iTextSharp 5.4.0 for getting the bounding box. - If you want to get the character code of the first character properly, need to use the svn code. Thanks. Regards, wwkloo -- View this message in context: http://itext-general.2136553.n4.nabble.com/Tex

Re: [iText-questions] Issue in rendering Custom Urdu Font

2013-03-25 Thread Paulo Soares
>From what I can see that font only has the isolated arabic forms. Paulo On Mon, Mar 25, 2013 at 8:14 AM, Adnan Siddiqi wrote: > Hi > > I had asked this question on Stackoverflow before I cane to know about > mailing list. My concern is posted here: > > http://stackoverflow.com/questions/1560973

Re: [iText-questions] Licensing question

2013-03-25 Thread Jérôme Marant
Hi, I guess this link http://lowagie.com/license answers the question. The programs has to be AGPL. Jérôme. - Mail original - De: "Jérôme Marant" À: itext-questions@lists.sourceforge.net Envoyé: Samedi 23 Mars 2013 10:59:29 Objet: [iText-questions] Licensing question Hi, When using iT

[iText-questions] Text box of non-BMP character with zero width

2013-03-25 Thread wwkloo
Dear all, I am processing PDF of Asian Unicode characters. I need to get the bounding boxes for every character inside the PDF. When I try to extract the bounding box using the following code, I found that the box for a non-BMP character (the first Asian character) has zero width. However, it is

[iText-questions] Issue in rendering Custom Urdu Font

2013-03-25 Thread Adnan Siddiqi
Hi I had asked this question on Stackoverflow before I cane to know about mailing list. My concern is posted here: http://stackoverflow.com/questions/15609734/itextsharp-does-not-render-custom-urdu-font iTextSharp is not displaying any text when I use Custom Fonts. Text displays fine when I use