[iText-questions] Re: Question/Problem with mailing list?

2005-04-06 Thread bruno
Andreas Meyer wrote: I sometimes need to insert extra space a) in a single line of text or b) between two lines of a paragraph. In case of a single line, a possible solution is to enter a chunk containing a space character and use setHorizontalScaling() to get the number of points I need. A way to

[iText-questions] Modify PDF.

2005-04-06 Thread Bharath
I have a requirement where i need to put at GIF image at an absolute position on an existing PDF. Is this possible through iText. Plz let me know. Thanks, Bharath.B. --- SF email is sponsored by - The IT Product Guide Read honest & candid r

[iText-questions] Re: stable release

2005-04-06 Thread Carsten Hammer
Hi Bruno, Bruno Lowagie wrote: 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 ex

[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 fiel

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 ...            precompile        true     Cheers, Siegfried Goeschl Jay Blanton wrote: I am not sure if I am using precompiled JSPs...I need to take a look. Is there a way to find this out in WebLogic? Al

[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]

[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 w

[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 do

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.getInstanc

[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 disp

[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 iTex

[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 m

[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() t

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 sponsore

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 = Image.getInstance(th

[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); ---

[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 Formular.

[iText-questions] Problem with parsing 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 tags is used. It looks like iTEXT doesn't notice and convert tags at all. The correspondent frag