Prasad Potla wrote: > Hello Bruno, Hello Prasad, please don't mail me personally, post your question to the mailing list instead: [email protected]
> I have been having trouble in placing the text field where I want. The > text field is always coming in the top location. How would i specify the > co ordinates on the document. Have you tried changing the coordinates in this code snippet you sent me: > TextField tf = new TextField(writer, new Rectangle(68,785, > 340,800), "Who"); > tf.setBorderWidth(1); > tf.setBorderColor(Color.gray); > tf.setFontSize(12); > tf.setFont(bf); > tf.setMaxCharacterLength(65); > writer.addAnnotation (tf.getTextField()); br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
