Re: [iText-questions] New List member with possible bug report.

2008-03-26 Thread 1T3XT info
Greg Vilardi wrote: > Thank you for the quick response. The main reason I didn't use > composite mode was that I didn't know it existed. I'll research it once > I get my copy of chapter 7 in (hopefully) a few minutes. OK. > P.S. Is this behavior caused by something goofy in the PDF specs or is

Re: [iText-questions] New List member with possible bug report.

2008-03-25 Thread 1T3XT info
Greg Vilardi wrote: > Phrase pLabel = new Phrase("This should be BOLD. ", fHead); > pLabel.add(new Phrase("This should be NORMAL. ", fBody)); To avoid font propagation issues, you should try: Phrase pLabel = new Phrase(); pLabel.add(new Phrase("This should be BOLD. ", fHead)); pLabel.add(new Phra

[iText-questions] New List member with possible bug report.

2008-03-25 Thread Greg Vilardi
Hi. I've just subscribed, and have no idea of the prevailing nettiquette here, but am pressed for time. I have an issue with iText version 2.0.8 running on the Sun JVM 1.5.0_14 and 1.6.0-b105 on Debian etch. Please forgive me if I break any of the local rules, and let me know if I missed a cruc