Re: [iText-questions] PdfAcroForm question

2002-10-31 Thread Paulo Soares
You can use PdfFormField.setMKRotation() but I admit that this should be done by iText. Best Regards, Paulo Soares --- Leonard Rosenthol [EMAIL PROTECTED] wrote: At 3:33 PM -0500 10/30/02, bin shi wrote: I am using PdfAcroForm to create TextField, CheckBox and etc in PDF. when I create I

Re: [iText-questions] PdfAcroForm question

2002-10-31 Thread bin shi
Thanks, but it doesn't tell how to use the parameter of setMKRotation(int rotation) in the API specification, is it a angle? And after I call this function, what else should I do? like this: PdfFormField pdfFF = acroForm.addSingleLineTextField(name, your name, helv, fontSize, 171, 400, 350,

[iText-questions] PdfAcroForm question

2002-10-30 Thread bin shi
Hi, everyone I am using PdfAcroForm to create TextField, CheckBox and etc in PDF. when I create I a rotate document, like this: com.lowagie.text.Document pdfDocument = new com.lowagie.text.Document(PageSize.A4.rotate());, texts in all these fields show vertically. I changed to normal

Re: [iText-questions] PdfAcroForm question

2002-10-30 Thread Leonard Rosenthol
At 3:33 PM -0500 10/30/02, bin shi wrote: I am using PdfAcroForm to create TextField, CheckBox and etc in PDF. when I create I a rotate document, like this: com.lowagie.text.Document pdfDocument = new com.lowagie.text.Document(PageSize.A4.rotate());, texts in all these fields show vertically.