[iText-questions] RE: PDF generation JSP problem

2002-02-07 Thread Nitesh Arora
Hi. After going thru the calendar servlet, I found that the Servelt's doget method has request.getParameter() for some fields. There fields are to be provided. How do i do it. Also the JSP is there in teh ste of examples on ur site. Has anyone tested that example. If so plz let me know. Thanx &

[iText-questions] Re: PDF generation JSP problem

2002-02-07 Thread bruno
Nitesh Arora writes: > Hi. > > can u throw some light on the it. No, I don't use JSPs. I think you know more about the subject than I do. > what about the calendar application.??? It's a Servlet application. It doesn't involve JSPs. I have paid my provider for Servlet support recently, so

[iText-questions] Re: Watermark, DocumentException: "not a supported GIF-file"

2002-02-07 Thread bruno
Sullivan, Sean C - MLG writes: > > I am using iText version 0.81 > > I am trying to use a GIF file as a Watermark. > > (the image separator '0x2c' is not found after > reading the color table). > Where is this documented? http://www.lowagie.com/iText/faq.html#images > Why does this happe

[iText-questions] Re: iText Libaray Question

2002-02-07 Thread bruno
Derrick Christ writes: > My company is trying to solve a specific problem with PDFs and I wanted to > see if this library would help me out. > > Basically we have two PDF files (file1 and file2). We want to open up > file1, look for a specific bookmark, and insert all of file2 into file1 at >

[iText-questions] Watermark, DocumentException: "not a supported GIF-file"

2002-02-07 Thread Sullivan, Sean C - MLG
Title: Watermark, DocumentException: "not a supported GIF-file" I am using iText version 0.81 I am trying to use a GIF file as a Watermark. Here is the exception that I observe: com.lowagie.text.DocumentException: file:/c:/web/www/webapp/foobar/images/blah.gif   is not a supported GIF

RE: [iText-questions] Re: PDF generation JSP problem

2002-02-07 Thread Paulo Soares
WebSphere 3.0, not 3.022, had a bug in that it opened the OutputStream too soon and gave this kind of errors. In any case it's bad practice to send binary data from a JSP; it's best to do a redirect to a servlet. Best Regards, Paulo Soares > -Original Message- > From: Nitesh Arora [SMTP:

[iText-questions] Re: Bookmarks in pdf files

2002-02-07 Thread bruno
Jason Essington writes: > That part wasn't clear until I looked at the source. Thanks for the feedback, I'll update that Chapter soon. kind regards, Bruno ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinf

Re: [iText-questions] Re: Bookmarks in pdf files

2002-02-07 Thread Jason Essington
On Thursday, February 7, 2002, at 12:52 AM, [EMAIL PROTECTED] wrote: > Jason Essington writes: > >> O.K. so I figured it out (used the source, DUH!) > >> I just had to create the outline manually. which in reality was less >> code than using chapters and sections. > > You could also have read

RE: [iText-questions] Re: PDF generation JSP problem

2002-02-07 Thread Nitesh Arora
Hi. As such there is no deplytool with Websphere. I place all the jsp files in the /web directory and they work fine. can u throw some light on the it. And what about the calendar application.??? Thanx & regards Nitesh Arora -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

[iText-questions] RtfWriter

2002-02-07 Thread Mark
Sorry, not the best of my days today. Here's the file Ashamed Greetings, Mark Hall /* * $Id: RtfWriter.java,v 1.2 2001/08/30 08:36:35 blowagie Exp $ * $Name: $ * * Copyright 2001 by Mark Hall * * This library is free software; you can redistribute it and/or modify it * under the terms o

[iText-questions] RtfWriter

2002-02-07 Thread Mark
Hi, Sorry to bother you again, but I somehow forgot to include one of Steffen's bugfixes. This bugfix fixes a problem with the page size. I'll have a look at the errorhandling. Greetings, Mark Hall ___ iText-questions mailing list [EMAIL PROTECTED]

[iText-questions] Re: RtfWriter Update

2002-02-07 Thread bruno
Mark writes: > Hi > > This is an update to the RtfWriter. THX, also to Steffen Stundzig! I have uploaded your code to CVS. I don't know if you have looked at the release I made yesterday. Paulo has added a class ExceptionConverter to improve errorhandling (debugging). Maybe you want to use t

[iText-questions] RtfWriter Update

2002-02-07 Thread Mark
Hi This is an update to the RtfWriter. Bugfixes: * Rowspan & Colspan now work correctly(contributed by Steffen Stundzig) * setWidths(...) works correctly now(contributed by Steffen Stundzig) * Paragraphs in Cells are displayed correctly * Anchors in Paragraphs and Phrases work correctly

[iText-questions] Re: PDF generation JSP problem

2002-02-07 Thread bruno
Nitesh Arora writes: > OutputStream already obtained > java.lang.IllegalStateException: OutputStream already obtained at I tested the example using the J2EE reference application server. I got the same error at first because I didn't deploy the JSP the right way. After using the deploytool corre

[iText-questions] RE: PDF generation JSP problem

2002-02-07 Thread Nitesh Arora
Hi. I tried the JSP example (pdf.jsp) to generate the "Hello World' pdf using a JSp. I'm getting the Following error. OutputStream already obtained java.lang.IllegalStateException: OutputStream already obtained at java.lang.RuntimeException.(RuntimeException.java:49) at java.lang.IllegalStateExc

[iText-questions] concat HTML files

2002-02-07 Thread Antoine BLANC
hello everybody ! I try to concat html file with Html document generated by iText. It work well, except that iText replace "<" by "<" in the HTML source and I don't want it. So is there a way to have "<" and ">" instead of "<" and ">" in the HTML source (Attached the full java code and the