[iText-questions] [SPAM] Re: How to read underline text from TextRenderInfo

2014-02-26 Thread mkl
Barath, Barathvaj wrote > I want to identify whether the text is underlined or not. Is there any way > that i can find out whether the text is underlined like font or fillcolor. In contrast to the font, the color, the rendering mode, etc, being underlined or not in PDF is not a property of the dr

Re: [iText-questions] 5.2.0.0 - Image extraction still not passing through for .jbig2 images

2014-02-26 Thread Abedellatif Hussein
Hello, I am having the same issue with extracting .jbig2 images from a pdf file. I thought of doing a virtual print for this type pf images as jpgs! do you know if iText library supports virtual prints of pdf pages? or is doing a virtual print of the pdf pages is a doable workaround? Thanks, Abed

[iText-questions] Create a Tagged PDF

2014-02-26 Thread Rajani Muraleedharan
Hi, I want to create a Tagged PDF with all the elements tagged using ITextSharp. It is possible in IText(Java) by using writer.setTagged() function. But it is not working in ITextSharp. Do I have to add any code for the same in ITextSharp. Can you help me on this. Thanks & Regards

Re: [iText-questions] Create a Tagged PDF

2014-02-26 Thread iText Info
Rajani Muraleedharan schreef op 26/02/2014 7:08: > > It is possible in IText(Java) by using writer.setTagged() function. > > But it is not working in ITextSharp. > Which version of iTextSharp are you using? Creating tagged PDF was introduced only recently. The best way to test if you're doing it r

Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-02-26 Thread Barathvaj
Any update on the same. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-do-i-get-the-Font-and-Location-information-of-each-and-every-character-tp4659772p4659790.html Sent from the iText - General mailing list archive at Nabble.com. --

[iText-questions] [java] A4 page size is wrong in PageSize.A4

2014-02-26 Thread linuxunil
Hello, I'm creating a pdf using com.itextpdf.text.PageSize.A4. Document document = new Document(PageSize.A4); When i open the output file in Adobe Acrobat X v10.1.9 The output file has the size: 595.0 X 842,0 pts (CORRECT) BUT 8.26 X 11.69 in (INCORRECT! 8.3 X 11.7 in) The p

[iText-questions] [SPAM] Re: [java] A4 page size is wrong in PageSize.A4

2014-02-26 Thread mkl
linuxunil wrote > 8.26 X 11.69 in (INCORRECT! 8.3 X 11.7 in) Which source tells you 8.3 X 11.7 in is the exact and only A4 size? First of all, 8.3 X 11.7 in is the 8.26 X 11.69 in rounded to one decimal digit, and even 8.26 X 11.69 in is not exact, merely rounded. Please be aware that the An for

Re: [iText-questions] [java] A4 page size is wrong in PageSize.A4

2014-02-26 Thread linuxunil
page size source http://en.wikipedia.org/wiki/ISO_216 -- View this message in context: http://itext-general.2136553.n4.nabble.com/java-A4-page-size-is-wrong-in-PageSize-A4-tp4659791p4659793.html Sent from the iText - General mailing list archive at Nabble.com. -