Ram,
As I mentioned in my posting, I have the disposition set to "inline" i.e.,
the doc. is opened directly in the browser. This is a requirement and cant
be changed. It is in this setting that I want to get the file name
correctly.
> -Original Message-
> From: Ram Guttikonda [mailto:[EM
You might want to do something like this..
HttpServletResponse _hsr = _requestContext.getResponse(); //get the servlet
response
_hsr.setContentType("application/pdf");
String disposition = "attachment; filename=" + ;
_hsr.setHeader("Content-disposition", disposition);
Hope that helps.
Chee
Bob,
I generate the doc. dynamically and it opens in the (IE) browser directly
(inline). I am NOT writing to a file. The problem occurs when I try to save
this generated doc.
> -Original Message-
> From: Robert Badaracco [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 1:06
Define the path to your file as a String and then
declare a writer object like:
PdfWriter writer = PdfWriter.getInstance(document, new
FileOutputStream(filepath));
Bob
--- Ramakrishna Kuppa <[EMAIL PROTECTED]>
wrote:
> I am able to generate the file properly. However,
> when I try to save it
> u
I am able to generate the file properly. However, when I try to save it
using the "Save" button, the filename that appears is the long query string
related to my generation servlet. How can I set the filename properly?
Thanks
Ramakrishna
---
T
At 3:59 PM -0400 10/7/02, Lomvardias, Christopher wrote:
>Any chance of adding digital signature functionality to iText?
>
AFAIK, the only server-based digital signature tool for PDF
files is SecurSign from Appligent (http://www.appligent.com).
Leonard
--
-
Not in the near future, if ever.
Best Regards,
Paulo Soares
> -Original Message-
> From: Lomvardias, Christopher [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 20:59
> To: '[EMAIL PROTECTED] '
> Subject: [iText-questions] Digital Signature functionality?
>
> Hi,
>
> A
Hi:
Sounds like 1.4 may help. Oracle 8i is compatible with 1.2 only. I guess we
have to change the architecture and process the files on webserver instead.
Thanks for the help.
Regards,
Shahzad
Original Message Follows
From: "Jose Sandoval" <[EMAIL PROTECTED]>
To: "Shahzad Latif"
<
No workaround. Probably this jvm only has placeholders for the awt classes.
Or maybe it's missing an X11 server. I suppose you are having problems with
gifs because jpeg always work. Soon gifs will be fully supported by iText.
Best Regards,
Paulo Soares
> -Original Message-
> From: Shahz
Hi,
Any chance of adding digital signature functionality to iText?
Thanks,
Chris
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
iText-questions
Java 2 version 1.4 has a solution for headless environments. So you should
use the newer JDK (Perhaps Oracle a newer version to solve this problem).
Here is what Sun says about that:
http://java.sun.com/j2se/1.4/docs/guide/awt/AWTChanges.html
Regards,
--
Jose'
> -Original Message-
> Fr
11 matches
Mail list logo