a couple of changes:
authorjohn <john>
Sun, 20 Apr 2003 15:28:23 +0000 (15:28 +0000)
committerjohn <john>
Sun, 20 Apr 2003 15:28:23 +0000 (15:28 +0000)
commit14e3b126e9dfe5ca43ea5daa47295681d8a31896
treed5d4615764f4306ba6f6292d196b152f9057ef52
parent2a77b4229ece08e034478ca22a62d8dd428d0627
a couple of changes:
-pdf font and font size is configurable via config.properties

-PDFGenerator is a lot cleaner(refactored into functional methods, rather than one big add article method)
 this will make it easier to have it be localized, i hope

-added some "brakes" to stop iText from looping for ever if it was trying to put text in a line at a time, but the lineHeight was
 set too small, so it doesn't put any text, so it still has text left over, so it tries to put text in a line at a time.....you
 get the idea
source/default.properties
source/mircoders/pdf/PDFGenerator.java