The reality is that to produce the simplest of the PDFs you need a lot of
things going on. It would be interesting to compare the memory footprint
with other libraries of similar capabilities.
Paulo
- Original Message -
From: "Chad Loder" <[EMAIL PROTECTED]>
To: "Post all your question
See http://itextdocs.lowagie.com/tutorial/#part3.
Paulo
- Original Message -
From: "Kyle Pickens" <[EMAIL PROTECTED]>
To:
Sent: Saturday, June 09, 2007 1:18 AM
Subject: [iText-questions] Can't create BaseFont with known registered fonts
>I am getting a DocumentException trying to crea
I am getting a DocumentException trying to create a BaseFont with the
following:
BaseFont bf = BaseFont.createFont("arial",BaseFont.CP1252,
BaseFont.EMBEDDED);
In place of "arial" I have tried several known registered fonts, which I
have verified with FontFactory.getRegisteredFonts() (after