Title: RE: [iText-questions] Form Field's detailed information

It never returns null even if there aren't any fields.

Best Regards,
Paulo Soares

    -----Original Message-----
    From:   wang yun [SMTP:[EMAIL PROTECTED]
    Sent:   Wednesday, December 10, 2003 14:42
    To:     Paulo Soares
    Cc:     [EMAIL PROTECTED]
    Subject:        RE: [iText-questions] Form Field's detailed information

    Dear Paulo,

    I am not sure how to get the AcroFields.  Here is my
    code. but, fields is null.  Thanks for your help.

    yun


    //////////////////////////////////////////////
    PdfReader reader = new PdfReader("i-134.pdf");

    PdfStamper stamp = new PdfStamper(reader, new
    FileOutputStream("test.pdf") );
                                   
    AcroFields fields = stamp.getAcroFields();







    --- Paulo Soares <[EMAIL PROTECTED]> wrote:
    > You have that information in AcroFields.
    >
    > Best Regards,
    > Paulo Soares
    >
    > > -----Original Message-----
    > > From:       [EMAIL PROTECTED]
    > [SMTP:[EMAIL PROTECTED]
    > On Behalf Of wang yun
    > > Sent:       Monday, December 08, 2003 14:54
    > > To: [EMAIL PROTECTED]
    > > Subject:    [iText-questions] Form Field's detailed
    > information
    > >
    > > Dear Support,
    > >
    > > I have a file with a form. 
    > >
    > > How can I get detailed information (field type,
    > > positon, string value, alignment, font name and
    > size)
    > > for each form field?
    > >
    > > Thanks for help,
    > >
    > > yun
    > >
    > >
    > >
    > >
    > >
    > >
    >
    -------------------------------------------------------
    > > This SF.net email is sponsored by: SF.net Giveback
    > Program.
    > > Does SourceForge.net help you be more productive?
    > Does it
    > > help you create better code?  SHARE THE LOVE, and
    > help us help
    > > YOU!  Click Here: http://sourceforge.net/donate/
    > > _______________________________________________
    > > iText-questions mailing list
    > > [EMAIL PROTECTED]
    > >
    >
    https://lists.sourceforge.net/lists/listinfo/itext-questions
    >

Reply via email to