[iText-questions] list in table & setIndent in table

2003-02-17 Thread isha afisha
Hi, I used Table aTable = new Table( ); my work is almost done..but i have a few problem. First, How can I pun List listItem = new List in my Table.?? Second , How can I set Indent in Table. What I know in PdfPTable can do it. example in PdfPTable:table.getDefaultCell(). SetFollowingInden

RE: [iText-questions] Asking about TIF Image

2003-02-17 Thread Huy Ho
Dear Paulo, when I click the link, I received "the page cannot be found". Please tell or email me the way to solve it. I really need it. Thanks, Huy  Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

RE: [iText-questions] Is it a bug ?

2003-02-17 Thread Paulo Soares
It's probably a bug in failing to copy a null pdf object. Can you send me privately one on those pdf files? Best Regards, Paulo Soares > -Original Message- > From: David Nielsen [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 17:08 > To: [EMAIL PROTECTED] > Subject: [iTe

[iText-questions] PDF files and the browser

2003-02-17 Thread jousha
Hi, i'm working on reports using your package iText:the reports should be shown in a ava/jsp Web Application (we using the Application servers WebSphere 3.5). The pdf files are genereted correctly, but when we try to show them from the client the following happens: - Acrobat starts correctly - th

[iText-questions] Is it a bug ?

2003-02-17 Thread David Nielsen
In trying to do do this: import com.lowagie.text.*; import com.lowagie.text.pdf.*; import java.io.FileOutputStream; public class Split { public Split() { } public void doSplit(String filename) { try { PdfReader reader = new PdfReade

RE: [iText-questions] Polish fonts in Acrobat Reader CE

2003-02-17 Thread Paulo Soares
Using what fonts? Best Regards, Paulo Soares > -Original Message- > From: Marcin Stefaniuk [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 15:58 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Polish fonts in Acrobat Reader CE > > Hi! > Documents I prepare are used

[iText-questions] Polish fonts in Acrobat Reader CE

2003-02-17 Thread Marcin Stefaniuk
Hi! Documents I prepare are used to be open in Acrobat Reader CE. Is there any possibility to use polish fonts without embedding? Thanks for any help Marcin Stefaniuk --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. htt

RE: [iText-questions] Booklet

2003-02-17 Thread Paulo Soares
You must set the first page size before document.open(). Best Regards, Paulo Soares > -Original Message- > From: David Nielsen [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 14:47 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Booklet > > Hi, There. > > I have c

RE: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Paulo Soares
Use a PdfPTable with 2 columns and 3 rows without borders. Set the total width before placing the table. In your line drawing use cb.setRGBColorStroke() otherwise the values will only go from 0 to 1. The draw the line you have to call cb.stroke(). Best Regards, Paulo Soares > -Original Messag

Re: [iText-questions] Booklet

2003-02-17 Thread Bruno Lowagie
David Nielsen wrote: Hi, There. I have created a little program to create a booklet pdf of an existing multipage pdf. my problem is that the first page in the created booklet pdf has the original pagesize, it does not get the newWidth width, why is that ? You have to apply setWidth before ope

[iText-questions] Booklet

2003-02-17 Thread David Nielsen
Hi, There. I have created a little program to create a booklet pdf of an existing multipage pdf. my problem is that the first page in the created booklet pdf has the original pagesize, it does not get the newWidth width, why is that ? here is the program. import com.lowagie.text.pdf.*; import c

Re: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
I'm sorry for this extra message but the code had a bug (bad copy-paste)... Where you see: cb.setLineWidth(0.5F); cb.setRGBColorStrokeF(0xDF, 0xFF, 0xFF); cb.moveTo(10, img.plainHeight() + 25); // document's borders are 10, 10, img.plainHeight() + 25, 10 cb.line

Re: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
: :> How can i draw the line? I don't think PdfContentByte.lineTo(float :> x, float y) will work and i can't change :> line's width and color with this and i need to do it... :> : You can do everything with PdfcontentByte. : :> I also want to add an image to my header with onStartP

RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Paulo Soares
> -Original Message- > From: Joel Matos [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 11:49 > To: [EMAIL PROTECTED] > Subject: Re: RE: [iText-questions] headers and footers > > Hello!! I still have some doubts about this... > : > :> Hi! > :> Can i format the line that

Re: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
Hello!! I still have some doubts about this... : :> Hi! :> Can i format the line that page's header and footer put on the page :> (width, length, color)? :> : Width and color. :> Can i add an extra line without pdfPageEvent? :> : No. :> If not, should i do it with onStartPage event or

RE: [iText-questions] Asking about TIF Image

2003-02-17 Thread Paulo Soares
See http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg04182.h tml Best Regards, Paulo Soares > -Original Message- > From: Huy Ho [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 4:44 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Asking about TIF

[iText-questions] invalid class file format in ./com/lowagie/text/pdf/PdFWriter.class

2003-02-17 Thread Renate
Hello, I just downloaded and unpacked your program. First, I tried it with the included example. However, when I run javac Chap0101.java I get the following error message: error: Invalid class file format in ./com/lowagie/text/pdf/PdfWriter.class. invalid constant type: 0 Chap0101.java:25: Class

RE: [iText-questions] I can't encording Japanese

2003-02-17 Thread Paulo Soares
> -Original Message- > From: HIYAMA Yumiko [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 6:37 > To: [EMAIL PROTECTED] > Subject: [iText-questions] I can't encording Japanese > > Hi,All > > I have been trying to use i-Text to display Japanese, but > I still couldn't.