[iText-questions] Problem While Creating Overlay Text Over Rounded Rectangle !...

2012-08-17 Thread pgandhi
Hi, I am using iText.2.1.3 jar to create dynamic pdf in our web application.Part of this dynamic pdf creation require create a overlay text over rounded rectangle.I had already implemented PdfPTableEvent tableLayOut method to draw round rectangle over table with same concept PdfContentByte round

Re: [iText-questions] itext - PdfCopy/SmartCopy vs PdfWriter

2012-08-17 Thread cmo
> You mean that PdfCopy/SmartCopy preserve the page boundaries and > rotation (so they do worry about paper size and rotation). Yes, excatly. > PdfWriter doesn't worry about the rotation (it doesn't look at the > rotation key in the MediaBox). As for the page size, it only looks at > the Media

Re: [iText-questions] itext - PdfCopy/SmartCopy vs PdfWriter

2012-08-17 Thread 1T3XT BVBA
On 17/08/2012 12:19, cmo wrote: > Why is it, that a PdfCopy/SmartCopy doe's not worry about paper sizes and > rotations when adding > an imported page via copy.addPage(page) and You mean that PdfCopy/SmartCopy preserve the page boundaries and rotation (so they do worry about paper size and rotati

Re: [iText-questions] How can I extract the alt text of an image wit iText?

2012-08-17 Thread 1T3XT BVBA
On 17/08/2012 15:33, Walter Cybis wrote: > Leonard, could you put me in touch with the iText consultancy? Your question has been forwarded to Frank Gielen at iText Software. He's in vacation today, but he'll be back on Monday. ---

Re: [iText-questions] How can I extract the alt text of an image wit iText?

2012-08-17 Thread Walter Cybis
Hi Leonard, I have already wrote a code extending TaggedPdfReaderTool. It gets the alt text as an attribute of a /span tag within a /figure tag (the way iText deals with alt text, see iText in Action page 510). But this is not the way Acrobat (and Word) deals with alt text attribute. In fact, Acr

[iText-questions] itext - PdfCopy/SmartCopy vs PdfWriter

2012-08-17 Thread cmo
Hi there, I have a hopefully simple question. Why is it, that a PdfCopy/SmartCopy doe's not worry about paper sizes and rotations when adding an imported page via copy.addPage(page) and a writer does worry via writer.addtemplate(page). Why im asking this? My problem is, that i want to merge pa

Re: [iText-questions] XFA check box

2012-08-17 Thread John Renfrew
I took the form into XFA Worker All the fields are on page 1 This is a summary of the output on screen http://www.xfa.org/schema/xfa-data/1.0/"; xfa:dataNode="dataGroup"/> ... http://www.xfa.org/schema/xfa-data/1.0/"; xfa:dataNode="dataGroup"/> I have a Groovy function w