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
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
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
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
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.
--
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
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
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.
-