[iText-questions] using iText with php and java

2005-11-01 Thread Andy Nagai
hi I have installed php/java bridge in my php environment and sdk 1.4. Im having trouble creating instance of itext. i have created the correct path in php.ini, java.classpath setting. I have copied the itext jar file to the dir specified in path. I keep getting class not found exception when tryi

Re: [iText-questions] Some help with doing watermarking in a servlet.

2005-11-01 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Liles wrote: > > So I have hacked up the servlet example from the website to get my pdf > looking how I want it to. I would like to add a watermark. The example for > the watermarking uses a PdfContentByte object. From looking at the other >

Re: [iText-questions] Can ImageWMF handle enhanced meta files?

2005-11-01 Thread Paulo Soares
Just WMF. - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "itext" Sent: Wednesday, November 02, 2005 12:20 AM Subject: [iText-questions] Can ImageWMF handle enhanced meta files? > Hi; > > > > Is ImageWMF for emf files too? Or just wmf? > > > > Thanks - dave > > > > >

[iText-questions] Can ImageWMF handle enhanced meta files?

2005-11-01 Thread David Thielen
Hi; Is ImageWMF for emf files too? Or just wmf? Thanks - dave David Thielen www.windwardreports.com 303-499-2544 --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Downl

[iText-questions] Some help with doing watermarking in a servlet.

2005-11-01 Thread Chris Liles
So I have hacked up the servlet example from the website to get my pdf looking how I want it to. I would like to add a watermark. The example for the watermarking uses a PdfContentByte object. From looking at the other examples, to get a PdfContentByte I need to "writer.getDirectContent()" wi

Re: [iText-questions] global underline setting

2005-11-01 Thread Paulo Soares
There's no gloabal way. - Original Message - From: "Yann Massard" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 01, 2005 3:42 PM Subject: [iText-questions] global underline setting > Hello Mr Soares, > > in an old newsgroup post you wrote: > > > I'll make it configurable at the globa

[iText-questions] Re: Print Signature Value on the PDF Document

2005-11-01 Thread Jeffrey Edwins
Paulo Soares consiste.pt> writes: > > That's not possible. The signature value is only calculated after all the > content is written. wouldn't it be possible to set a reference to the contents entry? so the visualization of the signature value on the pdf would happen after signing the docume

Re: [iText-questions] iText output is garbled on Japanese AIX, works on Windows

2005-11-01 Thread Justin Yesudasan
Thanks for the input, the text was garbled when using PdfContentByte.createGraphicsShapes().. Hence the fix i had found for this was to put msgothic.ttc font in jre/lib/fonts folder then the characters come through fine.. Thanks for the help... From: "Paulo Soares" <[EMAIL PROTECTED]> Reply-To

RE: [iText-questions] PdfPTable Cell Borders

2005-11-01 Thread Mitch Freed
I'm not sure if I am using useVariableBorders() correctly, or what, but if I set useVariableBorders for the cell with the different border width, the outside of the table doesn't line up with the cell (see cell_variableborders.pdf). If I turn on variableBorders for all the cells, I get doubl

[iText-questions] PdfPTable Cell Borders

2005-11-01 Thread Mitch Freed
I have a table(PdfPTable) using a border and have specified one cell to use a large border width. I have the BorderPadding set to True (setUseBorderPadding), which sets the padding to include the border width -- that's working great. The border of the cell however, moves into and outside of

RE: [iText-questions] PdfPTable Cell Borders

2005-11-01 Thread Mitch Freed
Just found it -- useVariableBorders(bool)   Thanks,   -Mitch   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitch FreedSent: Tuesday, November 01, 2005 1:17 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] PdfPTable Cell Borders I have a table(Pdf

Re: [iText-questions] Re: RTF anchor doesn't work

2005-11-01 Thread Mark Hall
On Friday 28 October 2005 19:30, Stefano wrote: > If in my example your don't set the reference on anchor1, you get the error > i wrote here in the first post. The example you gave only uses the PdfWriter HtmlWriter. These support document internal anchors. The RtfWriter2 does not and will not in

[iText-questions] Cell Vertical Align doesn't seem to work

2005-11-01 Thread Chris Liles
Why can't I get my table cells to align their text vertically? Horizontal alignment works fine, the text in the headers just print at the bottom of the cell. I am trying to center the text in the cell. I have all my text in chunks so I can set the font. What am I doing wrong?

[iText-questions] Re: error on tutorial: Chapter 7 example 3

2005-11-01 Thread Bruno Lowagie
Julia wrote: Hi, Please help: I am new to the iText. When I run the example in the tutorial, I got the following error: You probably don't have the file that is needed as a resource. This isn't exactly an example you can run without thinking about what it is expected to do. br, Bruno --

[iText-questions] Re: error on tutorial: Chapter 7 example 3

2005-11-01 Thread Julia
Yes, I do have the resource files: Chap0703.xml and tagmap0703.xml I got them from: http://www.lowagie.com/iText/examples/tagmap0703.xml and http://www.lowagie.com/iText/examples/Chap0703.xml --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Julia wrote: > > >Hi, > > > >Please help: > >I am new t

[iText-questions] error on tutorial: Chapter 7 example 3

2005-11-01 Thread Julia
Hi, Please help: I am new to the iText. When I run the example in the tutorial, I got the following error: This is the example: public static void main(String[] args) { System.out.println("Chapter 7 example 3: parsing an XML document with custom tags"); // step 1:

[iText-questions] global underline setting

2005-11-01 Thread Yann Massard
Hello Mr Soares, in an old newsgroup post you wrote: I'll make it configurable at the global level and at the Chunk level, both the position and the line width. Best Regads, Paulo Soares For Chunks, this is setUnderline(), but what about the global way of making the setting? Thank you! Ya

Re: [iText-questions] cell border

2005-11-01 Thread Paulo Soares
You can use a PdfPCellEvent to cutonize your borders. - Original Message - From: "Daniel Łaś" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 01, 2005 9:34 AM Subject: [iText-questions] cell border Hi I need to create PdfPCell with bottom border bigger than others. When I set borderbo

[iText-questions] cell border

2005-11-01 Thread Daniel Łaś
Hi I need to create PdfPCell with bottom border bigger than others. When I set borderbottom for this cell, the bottom border is inside the cell and previously set border is ignored. How can I avoid this ? Regards -- Daniel Łaś <[EMAIL PROTECTED]> e-direct Polska sp. z o.o. ul. 1-go Maja 9 45-

[iText-questions] Re: jagged text in images ...

2005-11-01 Thread Bruno Lowagie
Bruno Lowagie wrote: Kunal Kundu wrote: Hi, I am generating a Chart object through a third party software If it's JFreeReport, you can add the chart without using java.awt.Image. I meant to write JFreeChart. br, Bruno --- This SF.Ne