[iText-questions] Re: How to add Image and Phrase to PdfPCell? that is used in PdfPTable

2004-01-23 Thread Paulo Soares
Add the text and image to a Phrase and construct a PdfPCell with that Phrase. Best Regards, Paulo Soares - Original Message - From: "Michael Korolyov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 23, 2004 19:19 Subject: How to add Image and Phrase to PdfPCell? that is

[iText-questions] Help, I need to Change the MetaData in an Existing PDF, can anyone help?

2004-01-23 Thread garettDaBland
  I have an existing PDF with Author = "Joe Brown", is there a way in iText to open the existing PDF and change the Author to "Samual Adams"? I have looked at the PDFReader, but do not see a way to write back to it without wiping out the existing file. I would prefer not to "Copy"

[iText-questions] Re: Thai bookmarks

2004-01-23 Thread Mike Jurjovec
Please excuse my ignorance on this subject - I'm new to the multi-lingal scene. The pdf was generated on a unix machine and opened on my local windows xp box. All other language bookmarks work correctly in the same scenario. Why is Thai different than Chinese Traditional? I embed the Arial

[iText-questions] How to add Image and Phrase to PdfPCell? that is used in PdfPTable

2004-01-23 Thread Michael Korolyov
Hello, I need to have PdfPTable with Cell that has Image and Phrase next to Image (in one cell). I've looked at example of Chap0615 , where Table is used, here all clear. But, PdfPCell doesn't have "add" method. What I'm missing? thanks Best Regards. Michael. <>

RE: [iText-questions] Thai bookmarks

2004-01-23 Thread Leonard Rosenthol
At 5:33 PM + 1/23/04, Paulo Soares wrote: It's the responsability of the OS to show the bookmarks. You may have to use a localized Thai windows version to see it. Or a Unicode-savvy OS (windows NT/2K/XP or Mac OS X). Leonard -- ---

RE: [iText-questions] fonts get changed when concatenating PDF files

2004-01-23 Thread Paulo Soares
Title: RE: [iText-questions] fonts get changed when concatenating PDF files It may happen with broken PDFs. Call PdfReader.shuffleSubsetNames() and see if something happens. If you  still have problems send me privately a couple of those PDFs and runnable code to test it. Best Regards, Paul

RE: [iText-questions] Thai bookmarks

2004-01-23 Thread Paulo Soares
Title: RE: [iText-questions] Thai bookmarks It's the responsability of the OS to show the bookmarks. You may have to use a localized Thai windows version to see it. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Mike J

RE: [iText-questions] Problem with Barcodes, PdfStamper.close() and Acrobat v4

2004-01-23 Thread Paulo Soares
Title: RE: [iText-questions] Problem with Barcodes, PdfStamper.close() and Acrobat v4 It's a bug. It will be fixed in the next release. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Noah Mattern Sent:   Thursday, Ja

[iText-questions] Thai bookmarks

2004-01-23 Thread Mike Jurjovec
I am having a bit of trouble with Thai bookmarks. The Thai is appearing correct in the PDF itself (using 'Arial Unicode MS'), but when added as a bookmark, the same text appears as ''. All other langs work perfect (i.e. Chinese-Simplified & Traditional, Japanese, etc.). Any thought

Re: [iText-questions] XML To PDF

2004-01-23 Thread jones henry
Bruno, Thanks for pointing me in the right direction. I think the itext.dtd still says the attribute as font instead of font-family in the entity font.attributes. May be I am missing something here. I'll check it out UJAC this weekend. Thanks, Jones. PS: I accidently found the iText package. F

[iText-questions] Re: PDFPCell.cellPadding()

2004-01-23 Thread Ujjwala Kadam
Hi, I am sorry, I meant PdfPCell.setLeading() Sorry for creating confusion Thanks and regards Ujjwala --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth o

[iText-questions] PDFPCell.cellPadding()

2004-01-23 Thread Ujjwala Kadam
Hi, I am setting the default cell padding in my PDF document. I have not added any cell of different cell padding in the table, still its not taking the default cell padding set. Where am I going wrong?   Thanks and regards Ujjwala Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Tr

Re: [iText-questions] PDF Printng through javascrips

2004-01-23 Thread Leonard Rosenthol
At 10:26 AM +0800 1/23/04, Reynaldo S. Tamayo wrote: this script doesnt work. It doesn't work where? Why? is there any way to run a javascript for printing PDF file in java classes. You mean for immediate printing on the server side? No, that you need to do using a different set of tools...

Re: [iText-questions] iText RTF Document Table of Contents

2004-01-23 Thread Mark Hall
On Thursday 22 January 2004 20:04, Sri wrote: > I've noticed there are classes designed, but I have problem putting > them to work. I noticed some methods that help PDF documents to generate > TOC (reorderPages in PDFWriter) are missing in RTFWriter. You should be able to generate a TOC by calling

Re: [iText-questions] XML To PDF

2004-01-23 Thread Bruno
Quoting jones henry <[EMAIL PROTECTED]>: > It seems it is not taking the "font" attribute. It always puts font="unknown". See http://itext.sourceforge.net/src/com/lowagie/text/FontFactory.java more in specific the method: public static Font getFont(Properties attributes) As you can see, you have

Re: [iText-questions] Re: iText

2004-01-23 Thread Bruno
Quoting Naim Imami <[EMAIL PROTECTED]>: > I really like the iText product. > I am a Java developer and > I was wondering what are the legal issues if I want to use the > iText in my applications? what is the cost? If you leave iText as-is and you just use it in your (open or closed source, comme

[iText-questions] XML To PDF

2004-01-23 Thread jones henry
Hi all, I am trying to use iText to convert XML document to PDF. When I tried one of the given examples, it worked fine. (Example Chap0703) Then I want to change the font using the tagmap as But it did not work. Then I also generated the XML file along with PDF. It seems it is not t

[iText-questions] iText RTF Document Table of Contents

2004-01-23 Thread Sri
We have an application in which we need to generate RTF documents with Table of Contents. Iam pleased with iText capabilities to generate RTF. Iam not able to figure out generating "Table of Contents". I've noticed there are classes designed, but I have problem putting them to work. I

[iText-questions] Re: iText

2004-01-23 Thread Naim Imami
> Original Message > > > I really like the iText product. > > I am a Java developer and > > I was wondering what are the legal issues if I want to use the > iText > > in my applications? what is the cost? > > > > Thanks so much, > > > > NI. > > > > -- > > > > > > > > >