RE: [iText-questions] Itext problem

2003-03-14 Thread Paulo Soares
Are you sure you need to do it? There's a Unicode range that has full width forms including roman characters. It starts at \uff00. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 6:57 To: '[EMAIL

[iText-questions] Problem with TIFF

2003-03-14 Thread Frank Sharpless
Hello All, I am trying to convert a TIFF file into a PDF format. I tired the Java example on the web page (example 11 and 12) verbatim, but I am having trouble. The problem is that when I open the PDF containing the TIFF image, the PDF page is only displaying the top 10% of the original

RE: [iText-questions] Problem with TIFF

2003-03-14 Thread Paulo Soares
See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04182 Best Regards, Paulo Soares -Original Message- From: Frank Sharpless [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:24 To: '[EMAIL PROTECTED]' Subject: [iText-questions] Problem with TIFF Hello All,

[iText-questions] total width of PDFTable not recognised

2003-03-14 Thread Christian Kriebel
Hi I try to set the total width of a table (should fill the page horizontally between page margins). document.addTable( table ) doesn't work, table.writeSelectedRows() works ? Using the last approach isn't really useful, because it would be really hard to calculate the x, y positions. Can

[iText-questions] Group 3 TIFF compression

2003-03-14 Thread Aaron Kelley
I have a tiff with Group 3 compression and I am having trouble putting the image into a PDF with iText. I have a piece of code to detect the compression (similar to Chap0612.java) and it is coming up as compression = Image.CCITTG3_1D; The PDF is being generated basically blank (very

RE: [iText-questions] total width of PDFTable not recognised

2003-03-14 Thread Paulo Soares
Use setWidthPercentage(). Best Regards, Paulo Soares -Original Message- From: Christian Kriebel [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 17:03 To: [EMAIL PROTECTED] Subject: [iText-questions] total width of PDFTable not recognised Hi I try to set the total

RE: [iText-questions] Group 3 TIFF compression

2003-03-14 Thread Paulo Soares
It's probably a multi-strip image. See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04182 Best Regards, Paulo Soares -Original Message- From: Aaron Kelley [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 18:43 To: [EMAIL PROTECTED] Subject: [iText-questions] Group 3

RE: [iText-questions] Layers?

2003-03-14 Thread Paulo Soares
You can place items precisely in the page with PdfContentByte. Here the problem is not the precision but what kind of layout do you need; you can do everything but it takes some work. Best Regards, Paulo Soares -Original Message- From: Andrew McLaughlin [SMTP:[EMAIL PROTECTED] Sent:

Re: [iText-questions] Layers?

2003-03-14 Thread Andrew McLaughlin
Yeah, I was planning on using PdfContentByte since it provides complete access to the Postscript language set. I just wanted to start in the text package and make it part of the whole API rather than skipping straight to PDF. As for the kind of layout, you know how art directors are. They