[iText-questions] Table displaying problem

2005-01-28 Thread ravi shankar
i all I have started using iText PDF since two weeksI am creating PDFs which basically display a table of data...and also after the table data i am displaying summary of totalsAt the end of the all this i need to display a 'signature text' for signing of the authority in the right corner a

[iText-questions] Anyone using itext w/xcode/cocoa/java?

2005-01-28 Thread Eric Esser
My hello world application hangs after writing a pdf. I'm using xcode 1.5 on mac osx 10.3.7. The doc writes OK, but I have to kill the app. Is anyone using itext with a cocoa java app? Thanks Eric Esser [EMAIL PROTECTED] --- This SF.Net ema

[iText-questions] iText Hello World hangs java/xcode/mac/osx

2005-01-28 Thread Eric Esser
Hi there - I'm just getting start with development on OSX, and I'm using xcode. I've created a very very simple java/cocoa app using the basic xcode project template, and added essentially one button to a cocoa window/form. In the button handler, I pasted the hello world example code for creatin

Re: [iText-questions] Vertical alignment in a table cell

2005-01-28 Thread Steve Appling
Vertical alignment in table cells was broken in version 1.02b and previous. It should be working in all subsequent versions (including current). If you are having problems with the current version, please post a simple example in Java. - Original Message - From: "Bhasker Konakanchi" <

[iText-questions] Vertical alignment in a table cell

2005-01-28 Thread Bhasker Konakanchi
Hi, I am using iText with CFMX. For this I have wrapped some of the frequently used iText API inside cfc.   I am trying to add a simple text element to a cell and set the vertical alignment of the cell to the middle. It does not look like it is working for me. The text sticks to the bo

[iText-questions] Patch to make PdfGraphics2D use TexturePaint anchor location

2005-01-28 Thread Chris Nokleberg
Hello, PdfGraphics2D currently ignores the x/y coordinates of the TexturePaint anchor rectangle. The following patch against CVS fixes the bug. Thanks, Chris *** PdfGraphics2D.java.~1.35.~ Wed Jan 26 23:10:52 2005 --- PdfGraphics2D.java Thu Jan 27 00:23:26 2005 *** *** 1348,1353 ***

RE: [iText-questions] Patch to make PdfGraphics2D use TexturePaint anchor location

2005-01-28 Thread Paulo Soares
Thank you. I'll include the patch in the next release. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Chris Nokleberg > Sent: Thursday, January 27, 2005 8:31 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Patch to m

RE: [iText-questions] adding XMP to an existing PDF

2005-01-28 Thread Paulo Soares
http://article.gmane.org/gmane.comp.java.lib.itext.general/9891 Use PdfStamper and add it to PdfReader.getCatalog(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Malloy, James > Sent: Wednesday, January 26, 2005 6:56 PM > To: itext-questions

[iText-questions] What fonts are supported in the Itext HTML to PDF Convertor

2005-01-28 Thread Ricardo Coutinho
Hi all,   I am using itext 1.2 to to the conversion and it works great. However when  I try to use the "Book Antiqua" int he HTML, itext ignores this font. What are the limitations of using fonts   Below is the code I am using to do the conversion   ByteArrayOutputStream streamPDF = new By

[iText-questions] iText and OS X Server

2005-01-28 Thread Gary Gerber
Hi, Question: Is there any way to run the iText libraries on OS X Server's tomcat distribution? I have written an entire reporting system for the University of Utah using the iText libraries. I really love what Lowagie and friends have done. We recently changed over to an Apple X Serve. OS X S

[iText-questions] What fonts are supported in the Itext HTML to PDF Converter

2005-01-28 Thread Ricardo Coutinho
Hi all,   I am using Itext 1.2 to to the conversion and it works great. However when  I try to use the "Book Antiqua" int he HTML, itext ignores this font. What are the limitations of using fonts   Below is the code I am using to do the conversion   ByteArrayOutputStream streamPDF = new By

Re: [iText-questions] iText and OS X Server

2005-01-28 Thread David Teran
Hi, this has nothing to do with osxserver. Its quite simple: your application tries to use java.awt which in turn tries to connect to the window server. If user 'appserver' is not logged in, then user 'appserver' cannot connect to the window server, only root can do this if 'he' is not logged in.

[iText-questions] Using several PdfContentBytes to print a JTable

2005-01-28 Thread kgnurps
Hi, I'm trying to print a big JTable using several ContentBytes. I have to do it like this, because using only one ContentByte causes an OutOfMemory-Exception. Some Code: PdfContentByte cb = writer.getDirectContent(); AffineTransform at = new AffineTransform(); at.translate(95.5, 71); cb.saveSta

[iText-questions] What fonts are supported in the Itext HTML to PDF Convertor

2005-01-28 Thread Ricardo Coutinho
Hi all,   I am using itext 1.2 to to the conversion and it works great. However when  I try to use the "Book Antiqua" int he HTML, itext ignores this font. What are the limitations of using fonts   Below is the code I am using to do the conversion   ByteArrayOutputStream streamPDF = new Byt

RE: [iText-questions] Why are the results of" Image.getInstance(URL uRL)" and "Image.getInstance(Image image, Color color)" different ?

2005-01-28 Thread Paulo Soares
Your results are impossible. In the first case the size should be much bigger. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rochana Attale > Sent: Friday, January 28, 2005 7:06 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Why are th

[iText-questions] Re: iText website

2005-01-28 Thread bruno
Jon Mitchell wrote: Message body follows: I would like to view information about iText on your website, but I can't seem to get to it. When will it be available? http://www.lowagie.com/iText/ http://itext.sourceforge.net/tutorial/ Specifically I am interested in merging several PDF documents