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 &
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
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
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
>
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
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:
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
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
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
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
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]
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
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
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
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
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
16 matches
Mail list logo