[iText-questions] iText pdfViewer?

2009-08-01 Thread Dale Klein
Does IText include a pdfViewer? I'd like to use it from within an applet. Thanks, Dale H. Klein ez9...@yahoo.com -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

Re: [iText-questions] Space after new line character ignored

2008-03-27 Thread Dale Monti
ginal Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Dale Monti >> Sent: Thursday, March 27, 2008 4:02 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Space after new line character ignored >

[iText-questions] Space after new line character ignored

2008-03-27 Thread Dale Monti
Hi, I just upgraded to version 2.0.8 from a very old version and have found some code that behaves differently. new Paragraph(9.0f, " test\ntest\n test", font); In the version 2.0.8 the space after the new line character is not recognized. In the old version it is. Is there an alignment setting

[iText-questions] Space after new line character ignored.

2008-03-26 Thread Dale Monti
Hi, I just upgraded to version 2.0.8 from a very old version and have found some code that behaves differently. new Paragraph(9.0f, " test\ntest\n test", font); In the version 2.0.8 the space after the new line character is not recognized. In the old version it is. Is there an alignment settin

[iText-questions] PdfPTable & widthPercentage (itext-1.02b.jar)

2004-09-28 Thread Dale Hefner
oversight? thanks, Dale -- sig2 Dale Hefner Java Developer Philibert Software Group (770) 667-3001 x21 [EMAIL PROTECTED] --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us

[iText-questions] nested table width (itext-1.02b.jar)

2004-09-16 Thread Dale
The following test code will demonstrate my problem. When a nested table with a width that is less than the parent cell is added, its width is rendered to fill the parent cell width not the one specified.. import java.io.FileOutputStream; import java.io.IOException; import java.util.*; import com