[iText-questions] AcroForms setting field type

2005-09-01 Thread pmendoza
I have a problem using AcroForms.  My source code is PdfStamper stamp = new PdfStamper(reader, fos); AcroFields form = stamp.getAcroFields();                         Map mfields = form.getFields(); Set setFields = mfields.keySet(); Iterator iFields = setFields.iterator();                      

[iText-questions] PdfString

2005-08-29 Thread pmendoza
Hello, I have a problem using class PDFString My source code is:  PdfString pdfString2 = new PdfString("Test");  Document document = new Document(PageSize.A4, 80, 50, 30, 65);  pdfString2.toPdf(PdfWriter.getInstance(document, new FileOutputStream("test.pdf")), new FileOutputStream("test.pdf"));

[iText-questions] iText question

2005-07-12 Thread pmendoza
Hello, I have seen that you have many pages talking about iText library.   I hope not to bother you, but maybe you can easyly help me The library is great, but i have a small problem with it. The thing is that I have a pdf form with some fields. Easily I get to set the value I want in the field