Daffi wrote:
> I have some pdf files on which I created some Acroforms with Adobe Acrobat
> Professional 6. I manage to write on the fields, but I cannot set font type
> (I would like Courier) nor size.
This is wrong:
> form.setFieldProperty("cognome","textfont",FontFactory.getFont(FontFactory.COURIER),null);
FontFactory.getFont() returns a com.lowagie.text.Font object.
You need a com.lowagie.text.pdf.BaseFont object
(use BaseFont.createFont() instead of FontFactory.getFont())
> my first post is being moderated for 2 hours and a half.
I know that some questions are waiting, but apparently
the Mailman service at SourceForge is down. When I log in
into the administrative interface I get:
Bug in Mailman version 2.1.8
We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited,
but the webmaster can find this information in the Mailman error logs.
br,
Bruno
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/