[iText-questions] header bold

2002-11-21 Thread isha afisha
Hi all, i've created header using pageEvents( ); and my header look nice and ok.. but the problem is...how can i bold the header to look nicer.. pls help me... thanks.. isha. __ Get your Horse Year 2002 horoscope forecast today! http://www.skali.c

[iText-questions] where can i get com.lowagie.text.xml.*;

2002-11-21 Thread Mark Goking
Title: where can i get com.lowagie.text.xml.*; hi. my first time in this mailing list. and of course i have a question (because i have a problem) im studying the part where you read an xml file and convert it to a pdf file. problem is, im not sure if i-text.0.95.jar is lacking files becaus

[iText-questions] Simple PDF

2002-11-21 Thread tnelson
Hi All, I'm a new iText user and have a very simple PDF with an odd problem. The PDF is nothing more than a repetition of a simple block: [2 row table] [horizontal line] repeat N times [2 Paragraph summary] All works fine if the document fits on the 1st page. The problem occurs when the do

[iText-questions] how to send password to PDF with command line?

2002-11-21 Thread Michael Foo
Hi, I have a question about how to launch PDF at DOS prompt with password protected document. In Tutorial Chapter 1, writer.setEncryption(PdfWriter.STRENGTH128BITS, "userpass", "ownerpass", PdfWriter.AllowCopy | PdfWriter.AllowPrinting); When you double click the document on window explorer, t

[iText-questions] merging of multiple PDFs

2002-11-21 Thread rramostalo
is it possible to merge multiple PDFs into one pdf file with iText??? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing lis

[iText-questions] Vertical Alignment does not seem to be working

2002-11-21 Thread David Abrames
Hi, I noticed the remark in the tutorial for Tables that the Cell.setVerticalAlignment cannot be trusted. Is this a bug in iText? Is there a work around? Regards David Abrames Konica Business Technologies, Inc. --- This sf.net email is spo

[iText-questions] HtmlParser

2002-11-21 Thread Beukelman, Ken
I am trying to drop in the ability to generate a PDF file into an existing program that generarates HTML. I used the code in the attachment in this attempt. The portion that returns the string works (it is what generated the existing report). When I run this I get this error (only part of the st

[iText-questions] Page formatting and numbering

2002-11-21 Thread David Abrames
Hi, I am creating a report using the Table class with the "Table has to fit page" attribute set to true. I'm using the Table class because I have to be able to output in HTML and PDF format. The source data has a fixed number of columns but the data in each column is of variable length. This ca

RE: [iText-questions] How to make bold chinese??

2002-11-21 Thread Paulo Soares
Use this: BaseFont bfChinese = BaseFont.createFont("MHei-Medium,Bold", "UniCNS-UCS2-H", BaseFont.NOT_EMBEDDED); Font BoldChinese = new Font(bfChinese, 12); Best Regards, Paulo Soares > -Original Message- > From: Tertr T. [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 17:33

[iText-questions] How to make bold chinese??

2002-11-21 Thread Tertr T.
I have some difficulties in outputting bold traditional chinese words to pdf using itext. I use the following codes to setup the font object for writing chinese word. But the chinese words can only be shown in normal style (without bold). What is my problem? Can anyone show me the correct code

RE: [iText-questions] FontFactory and ttc files

2002-11-21 Thread Paulo Soares
FontFactory has a bug and the index is one off. The line 526: trueTypeFonts.setProperty(names[i], path + "," + (i + 1)); should be: trueTypeFonts.setProperty(names[i], path + "," + i); You can fix it yourself or wait for the next release. Best Regards, Paulo Soares > -Original Message--

RE: [iText-questions] FontFactory and ttc files

2002-11-21 Thread Kevin Kennedy
Paulo- I am using FontFactory.register("c:\\winnt\\fonts\\msgothic.ttc") to register the fonts and Fontfactory.getRegisteredFonts() to get the registered fonts to populate a dropdown. I then use FontFactory.getFont(fontname) passing the font name which was returned from the getRegisteredFonts

RE: [iText-questions] Problems with PdfPTable

2002-11-21 Thread Khaled Alakhras
Paulo, Thank you for the quick response. I think that images should be rendered within the boundries of the containing PdfPCell and not extend to the adjacent cells. It is very usefull to have the image scaled down to fit in a table cell. Thanks,Khaled  Paulo Soares <[EMAIL PROTECTED]> wrote: > -

RE: [iText-questions] Problems with PdfPTable

2002-11-21 Thread Paulo Soares
> -Original Message- > From: Khaled Alakhras [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 12:43 > To: iText List > Subject: [iText-questions] Problems with PdfPTable > > The following problems have been identified with PdfPTable, please advise > if you have a solut

RE: [iText-questions] FontFactory and ttc files

2002-11-21 Thread Paulo Soares
How are you registering the fonts? The ttc only has 3 fonts inside so, the allowed indexes are 0, 1, and 2. You gave the number 3. Best Regards, Paulo Soares > -Original Message- > From: Kevin Kennedy [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 16:44 > To: [EMAIL PROTE

[iText-questions] Problems with PdfPTable

2002-11-21 Thread Khaled Alakhras
The following problems have been identified with PdfPTable, please advise if you have a solution: 1. Images are not scaled correctly in a PdfPCell.2. List and ListItem are not rendered as a list at all. Thanks,KhaledDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now