Hi, how dow I stop IE from asking the questions
"Do you want to open the document or save
the document?" and just open the PDF?
Thanks Ron
Hi, is there a way to put a more appropriate
message for the to see when downloading a pdf file created via a
servlet than what is showing now on the
attached file.
In case you cannot view the attached jpg it goes
like this
"You have chosen to download a file from this
location."
"...V2P
ilename and path (My Documents)
Quoting Ronald Tooley <>:
> Hi, I am calling a servlet that creates the PDF file
from a JPS. How do I set
> the filename and path for this file. I would like
the path to be the users
> "My Documents" directory.
>
> Document
How do I get a footer on the first page?
I know when a footer is defined it starts on the next
page, which is fine. But how do I get around this for
the first page of the document?
Thanks Ron
__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FI
Hi, I am calling a servlet that creates the PDF
file from a JPS. How do I set the filename and path for this file. I would like
the path to be the users "My Documents" directory.
Document document = new Document();
ByteArrayOutputStream baos = new ByteArrayOutputS
Hi, is there away to set default table fonts? ie
set the following for all text in the table?
FontFactory.getFont(FontFactory.HELVETICA, 10,
Font.NORMAL);
Thanks Ron
Hi , I have two question:1) How do I
control the height of each row in a table to make it smaller?What I am
trying to do is compress the table. There is too much room betweenline in
the default table.setCellspacing(0) so I set it totable.setCellspacing(-2);
Question, should I be doing this?
Guys, I know you have posted the response to my
question in the FAQ but it simply is not working for me. What am I
missing?
Why is your OutSimplePDF.java servlet displaying a
blank screen in IE5.00 SP2? This code works fine in NetScape. All of the below
is in your examle except generate_
Hi, how do I get a table header to also be a
bookmark? The only way I know how to add a bookmark is through addSection but I
want this as a table header. How is this possible?
Thanks Ron