[iText-questions] Signature format

2005-04-18 Thread Kirsi Koskenkorva
Hi, I am really pleased with the library you guys created! It's is excellent! I was able to create a small program which signs digitally a PDF file. I realized that the PdfSignatureAppearance class always uses the CN from the certificate. In the code Line 338: buf.append(Digitally signed by

[iText-questions] CMYK text color problem

2005-04-18 Thread Matt White
I'm trying to make some basic PDF's with wrapped, hyphenated text, with a non-black font colour. The text goes in fine using the paragraph.add method with a chunk - hyphenates nicely, wraps, properly etc. Problem is that I can only set the forecolor of the text using RGB values (or

RE: [iText-questions] Signature format

2005-04-18 Thread Paulo Soares
You don't have to change anything. Use PdfSignatureAppearance.setLayer2Text(). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kirsi Koskenkorva Sent: Monday, April 18, 2005 9:35 AM To: itext-questions@lists.sourceforge.net Subject:

RE: [iText-questions] CMYK text color problem

2005-04-18 Thread Paulo Soares
Use CMYKColor() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt White Sent: Monday, April 18, 2005 9:02 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] CMYK text color problem I'm trying to make some basic PDF's

RE: [iText-questions] Embedding fonts in an EXISTING document

2005-04-18 Thread Paulo Soares
It might help to see one of those files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Kaplan Sent: Friday, April 15, 2005 6:22 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Embedding fonts in an EXISTING

[iText-questions] image stretching.

2005-04-18 Thread Amit Gijare
Hi, Is it possible to stretch an image when cell height is not known. I have a table with a cell consisting an image of the line. I want this line to extend itself as per the cell height of the othercells in the same row. Currently what you see is the small line in the first cell and the other

Re: [iText-questions] image stretching.

2005-04-18 Thread bruno
Amit Gijare wrote: Hi, Is it possible to stretch an image when cell height is not known. I have a table with a cell consisting an image of the line. I want this line to extend itself as per the cell height of the other cells in the same row. Currently what you see is the small line in the

[iText-questions] no border around table for an .rtf document

2005-04-18 Thread vbrown
I am creating a table for an rtf document which I don't want to have borders around the cells, see the following code: Table table = null; { table = new Table(2); Cell cell = new Cell(CAPTION_LNN); cell.setBorder(Cell.NO_BORDER);

Re: [iText-questions] no border around table for an .rtf document

2005-04-18 Thread Mark Hall
On Monday 18 April 2005 15:49, [EMAIL PROTECTED] wrote: Even though I have specifed a border of NO_BORDER I still get borders, am I doing something stupid or is this a bug? any help appreciated. Are you still getting the borders when you print the documents? Word displays faint table outlines

[iText-questions] Reading fonts and images as resources in a WAR

2005-04-18 Thread Jeff Smith
I would like to place various external font files and images into a web application. When the application runs, i want to be able to use the classloader to find the resources (fonts and images) as opposed to having them placed on a file system and having to code a pathname. All of the examples I

[iText-questions] calculate the position Y

2005-04-18 Thread Ana Heitor
Hi I have a PdfPTable and I add this table to direct content in position (x,y). In the end of table I have to add a phrase like xpto xpto (add to direct content). The number of rows is dynamic. How can I calculate the position Y? Thanks in advance. Ana

RE: [iText-questions] iText font to SWT font

2005-04-18 Thread Paulo Soares
Whatever you do BaseFont (and the pdf format) requires a font file. If you can extract the font file from org.eclipse.swt.graphics.Font it will work, otherwise, no. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Wu Sent: Friday, April 15,

[iText-questions] CMYK Image

2005-04-18 Thread Bill Ensley
I realize this isn't the proper mail group for this question, but does anyone out there have a good way of getting a CMYK image, either tif or jpg, into Java? I heavily use PdfGraphics2D and would like to be able to pass a CMYK image in some cases. Bill Ensley Bear Printing

[iText-questions] raw image data

2005-04-18 Thread Madhur Telang
Hi, I am creating an instance of Image class using Image.getInstance(byte[] img). these image bytes i m getting from FileNet Content Engine.Its API uses TransportInputStream. Pls go through following code : Image tiffImage=null; byte[] data= new