[iText-questions] Re: Landscape XML-PDF

2005-04-06 Thread reza
Samuel Gabriel sgabriel at brainfuse.com writes: Thanks Bruno, you are the best, never thought it would be that easy :) Sam -Original Message- From: itext-questions-admin at lists.sourceforge.net [mailto:itext-questions-admin at lists.sourceforge.net] On Behalf Of Bruno Lowagie

[iText-questions] Problem with parsing TABLE tagsduring XHTML to RTF conversion

2005-04-06 Thread bilbo56
Hi, I have a task to convert crowd of XHTML files to RTF format. I try to do this using iTEXT. I use SAXmyHtmlHandler, which I've download together with iTEXT.jar. Everything OK, except files, where TABLE tags is used. It looks like iTEXT doesn't notice and convert TABLE tags at all. The

[iText-questions] Problem using forms and field-formatting

2005-04-06 Thread Stefan Pfingstl
Hello, ich have a problem when I'm using field-formatting in PDF. You can find an example on http://lxmayr9.informatik.tu-muenchen.de:8080/iText/ Output1.pdf without formflattening Output1.pdf with formflattening The following problem occures: I fill in the the fdf-data from data.fdf into

[iText-questions] Image in a war file

2005-04-06 Thread Bacchin Verdiana
Hi Bruno. I've a little problem. I'm trying to insert an image namefile.gif in a war file that is in a ear file. I try to use Image.getInstance(), but I don't catch the file. Examples URL theURL = new URL(\\webgrc.war!/images/logo.gif); Image logo = Image.getInstance(theURL);

Re: [iText-questions] Image in a war file

2005-04-06 Thread bruno
Bacchin Verdiana wrote: Hi Bruno. I've a little problem. I'm trying to insert an image namefile.gif in a war file that is in a ear file. I try to use Image.getInstance(), but I don't catch the file. Examples URL theURL = new URL(\\webgrc.war!/images/logo.gif); Image logo =

Re: R: [iText-questions] Image in a war file

2005-04-06 Thread Bruno Lowagie
Bacchin Verdiana wrote: The command Image.class.getClassLoader().getResourceAsStream(images/logo.gif) return null, why? Google for getResourceAsStream. Chances are the image is not where you expect it to be. br, Bruno --- SF email is sponsored

[iText-questions] setLeading problem?

2005-04-06 Thread Brendan Fagan
I'm having a problem with the Paragraph class. No matter what I do, iText seems to be ignoring any values set with .setLeading(). Actually, on further review, it's ignoring setSpacingAfter() as well. Anyone else have these problems iText 1.2? Here's my code: public Paragraph advDirQuestion1()

[iText-questions] Re: Cell.setNoWrap(false) does not wrap text

2005-04-06 Thread Jay Blanton
The question really is, when you want formatting in a Cell, you have to add a Phrase to the Cell. When you add any element to a Cell, other than a String, wrapping does not work. Is this the expected behavior? Thanks, -jay On Apr 5, 2005 9:44 AM, Jay Blanton [EMAIL PROTECTED] wrote: This

[iText-questions] stable release

2005-04-06 Thread Bruno Lowagie
Hello all, iText1.2.4 has now been released for a while, so I turned it in to a so-called 'stable' release iText1.3. The next version by Paulo will then be 1.3.1. The main reason for this release are the new tutorial chapters. I made some small changes and some examples will only work with

[iText-questions] Document output failure

2005-04-06 Thread Jay Blanton
I am building a pdf utilizing the PDFWriter and a PdfPageEvent. When a run a JUnit test locally, I have no problems generating the PDF everytime. When I hook up my J2EE application to have a JSP that sends a request to a SLSB which calls my pdf creation class, I return a byte array that gets

R: [iText-questions] Image in a war file

2005-04-06 Thread Bacchin Verdiana
The command Image.class.getClassLoader().getResourceAsStream(images/logo.gif) return null, why? Thanks, Verdiana Bacchin Verdiana wrote: Hi Bruno. I've a little problem. I'm trying to insert an image namefile.gif in a war file that is in a ear file. I try to use Image.getInstance(),

[iText-questions] Adding annotations while creating a document

2005-04-06 Thread Cuong Phan
How can I add an annotation (file attachment) to the current end of the document? Annotations require that you specify the absolute location. However, I am currently creating a document and would like to add the annotation in sequence. How do I find out where the current position is in my

[iText-questions] Fwd: clickable URLs aren't clickable after adding headers

2005-04-06 Thread Phil Thompson
Just wondering if anyone has ever seen the problem below and if so, do you know a workaround. I've been playing with this, but the URLs never seem to be clickable after running the old PDF through iText. If the answer is iText can't do that I'd love to know that too! I would RTFM if I knew

[Fwd: Re: [iText-questions] Document output failure]

2005-04-06 Thread Siegfried Goeschl
Original Message Subject: Re: [iText-questions] Document output failure Date: Wed, 06 Apr 2005 18:48:33 +0200 From: Siegfried Goeschl [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: [iText-questions] Document output failure

2005-04-06 Thread Siegfried Goeschl
Hi Jay, it should be part of JSP configuration parameters within the web.xml ... jsp-descriptor jsp-param param-nameprecompile/param-name param-valuetrue/param-value /jsp-param /jsp-descriptor Cheers, Siegfried Goeschl Jay Blanton wrote: I am not sure if I am using precompiled

[iText-questions] acrobat (professional) 7 (pdf 1.6), form fields and itext

2005-04-06 Thread Dmitri Colebatch
Hi everyone, I'm currently trying to get my head around acrobat 7, and am finding that if I take a pdf (with a form) that works fine, and edit it in acrobat 7 (without changing anything in the form) and save it, I can no longer find the form fields. Upon further investigation, I find that my