Re: [iText-questions] Unable to view the Example PDF given in the tutorial

2003-11-19 Thread Anis h
Hello Bruno, Sorry I had sent the earlier mail just to your private id. I tried to print the following data using the japanese font below and iText prints as shown below ƒNƒŒ[ƒ€‡Œv but the unicode equivalent of the above string \u30AF\u30EC\u30FC\u30E0\u5408\u8A08 is getting printed

Re: [iText-questions] Unable to view the Example PDF given in the tutorial

2003-11-19 Thread Bruno
Quoting Anis h [EMAIL PROTECTED]: My DB access doesn't give me UNICODE. It's a DB setting. If you are the DB admin, you can change it. I had a similar problem with a website: I needed the fields from the DB in Latin 1, but the American hosting provider didn't want to change the DB settings.

RE: [iText-questions] Embedding of Fonts

2003-11-19 Thread Paulo Soares
It's your choice to embedd or not but, even if the font is available in the viewer machine, only embedding guarantees that the doc will be as you want it to be. Best Regards, Paulo Soares -Original Message- From: Sameer Karkhanis [SMTP:[EMAIL PROTECTED] Sent: Wednesday, November 19,

[iText-questions] colors and tables

2003-11-19 Thread Janne . Leino
Hello, I'm trying to build a PDF table where certain columns contain traffic light images (reg, green, yellow) to indicate status; however, the originally small images get scaled up to huge size because the cells are bigger than the images. I was unable to solve this problem, especially as the

[iText-questions] Image Right Alignment - 2 attachments

2003-11-19 Thread Alan Pocklington
Hi, I have a stange problem regarding image alignment. Left and center aligned images work fine for me, but I'm having trouble with right aligned images. When I try to add a right aligned image with Image.TEXTWRAP the image is left aligned but a gap in the text appears on the right of the

[iText-questions] Lists in tablecells

2003-11-19 Thread Ronald Stutz
Title: Nachricht Hi * Ineed to create ordered and unordered lists inside a table. The listitem chunks need tobe formated. The problem now is that in the resulting pdf there's a linebreak between each chunk. Any help very appreciated! used itext version 1.01 Thanks Ron ps:

[iText-questions] Re: Call to fitsPage returns true, but table doesn't fit {Scanned}

2003-11-19 Thread charles lao
I had the same problem, and I use fitsPage(PdfPtable, 1) as suggested, and it always still returns me true. Did I use it in the wrong way? thx, charles Paulo Soares [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Use fitsPage(margin) to be sure. The current leading is taken into

[iText-questions] Using only 1 page of a Multi-Page PDF

2003-11-19 Thread Eric Vandervort
Right now I have a multiple page form. I have each page stored in its own separate pdf file and I use the PdfReader to read in just that pdf file when I need it (I am using contentbyte to write over page 1 always). Is there anyway that I can store all of my different pages in one pdf file, and

RE: [iText-questions] colors and tables

2003-11-19 Thread Paulo Soares
Put the image inside a Chunk. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 14:18 To: [EMAIL PROTECTED] Subject: [iText-questions] colors and tables Hello, I'm trying to build a PDF table

RE: [iText-questions] Image Right Alignment - 2 attachments

2003-11-19 Thread Paulo Soares
I think the right align problem is fixed in the last version. Best Regards, Paulo Soares -Original Message- From: Alan Pocklington [SMTP:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 12:12 To: [EMAIL PROTECTED] Subject: [iText-questions] Image Right Alignment - 2

RE: [iText-questions] Illegal operation 'Q' inside text object.

2003-11-19 Thread Paulo Soares
The problem is elsewhere and it certainly is not caused by going from 1.00 to 1.01. Check your code for an out of place cb.restoreState(). You may post the pdf file somewhere or send it to me and I'll tell you where the problem is. Best Regards, Paulo Soares -Original Message- From:

RE: [iText-questions] Using only 1 page of a Multi-Page PDF

2003-11-19 Thread Paulo Soares
Assuming that you are not filling the fields but only getting their positions use PdfWriter.getImportedPage() to get any page. This requires the creation of a new document with PdfWriter. Best Regards, Paulo Soares -Original Message- From: Eric Vandervort [SMTP:[EMAIL PROTECTED] Sent:

Re: [iText-questions] Using only 1 page of a Multi-Page PDF

2003-11-19 Thread Eric Vandervort
I have the positions already stored in a XML file, I would be getting the page to write the fields to at the positions described in the xml file. I guess I'm not technically filling fields, because there are no fields, I just write the data on the pdf. - Original Message - From: Paulo

RE: [iText-questions] Using only 1 page of a Multi-Page PDF

2003-11-19 Thread Paulo Soares
You have in com.lowagie.tools.handout_pdf an example on how to place pages. The text is placed with PdfContentByte.showText(), for example. There are several examples on to place text at precise positions, tables, etc at itextpdf.sf.net. The tutorial also has some info in the chapter Advanced

[iText-questions] Converting a PDF to TIF

2003-11-19 Thread Chris . L . HOWELL
Does anyone know how to convert a PDF file to a TIF image using the iText API? It would be nice to be able to create multi-page tiffs, but not important. Just a single page tiff will do. Thanks for your help! Chris Howell Systems Analyst Oregon Department Of Transportation Phone (503) 378-4452

RE: [iText-questions] Image Right Alignment - 2 attachments

2003-11-19 Thread Paulo Soares
I'll put a hard-coded spacing of 4 points around the image in the next release. I don't think that another parameter is needed as there are other ways to do this things if precision is a must. Best Regards, Paulo Soares -Original Message- From: AJP [SMTP:[EMAIL PROTECTED] Sent:

[iText-questions] Column Text and more

2003-11-19 Thread Damjan Majstorovic
Hi, My problem seems complex, but a lot of people must of had it. I browsed the news group though, and couldnt find anything. I have stories with titles that I output on PDF. I have 2 columns per page and am using Column Text. Titles go over both columns! Each new story has title accross the

Re: [iText-questions] Converting a PDF to TIF

2003-11-19 Thread Leonard Rosenthol
At 9:21 AM -0800 11/19/03, [EMAIL PROTECTED] wrote: Does anyone know how to convert a PDF file to a TIF image using the iText API? You can't. But there are other Java libraries that can...See JPEDAL, MultiValent, etc. Leonard --

Re: [iText-questions] Converting a PDF to TIF

2003-11-19 Thread chicks
I don't think you can do that with iText. Here's a java wrapper for ImageMagick, which in turn uses GhostScript to convert PDF to TIFF: http://www.yeo.nu/jmagick/ --- [EMAIL PROTECTED] wrote: Does anyone know how to convert a PDF file to a TIF image using the iText API? It would be nice to

[iText-questions] table in RtfHeaderFooter

2003-11-19 Thread Yazdani, Flora
Title: Message I have been trying to add a table to an RtfHeaderFooter. I add the table to the phrase that already has other phrases in there. The fileprocessedfine but when I want to open the rtf file, Words just freezes. I close the frozen file which comes up and says "Program is not

[iText-questions] very strange error with itext, please help

2003-11-19 Thread Gagaliya
Hello, I am generating pdf using itext from a db source through a servlet on weblogic6.1 and displays the pdf back in a webpage. The input for generating the pdf are just a bunch of user selected filters on a webpage. I encountered a very strange bug: java.lang.OutOfMemoryError no stack trace