Re: [iText-questions] TextField appears upside-down and at the wrong place in FF

2013-11-04 Thread iText Info
Kostas schreef op 4/11/2013 13:53: > > OK in all PDF viewers except the viewer in Firefox(it uses somePDF > vieweradd-in as far as I can tell). > It uses pdf.js which is an unfinished PDF viewer. > There it is displayedupside-down and at the wrong place. > If the field appears to be correct in

Re: [iText-questions] TextField appears upside-down and at the wrong place in FF

2013-11-04 Thread Leonard Rosenthol
o:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] TextField appears upside-down and at the wrong place in FF Hello. I add some TextFields in a PDF like so: var txtFld = new TextField(stamper.Writer, new Rectangle(cRightX - c

[iText-questions] TextField appears upside-down and at the wrong place in FF

2013-11-04 Thread Kostas
Hello. I add some TextFields in a PDF like so: var txtFld = new TextField(stamper.Writer, new Rectangle(cRightX - cWidthX, cTopY3, cRightX, cTopY), cFieldName) { Font = bf