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
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
>
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
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
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
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