[iText-questions] Opening a PDF in IE

2002-07-14 Thread Ronald Tooley
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

[iText-questions] File download

2002-07-03 Thread Ronald Tooley
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

[iText-questions] FileName for a PDF output to screen from a servlet

2002-06-11 Thread Ronald Tooley
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

[iText-questions] Footer on first page

2002-06-10 Thread Ronald Tooley
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

[iText-questions] filename and path (My Documents)

2002-06-02 Thread 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 document = new Document();       ByteArrayOutputStream baos = new ByteArrayOutputS

[iText-questions] PdfPTable fonts

2002-05-30 Thread Ronald Tooley
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

[iText-questions] Table - Row Height

2002-05-27 Thread Ronald Tooley
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?

[iText-questions] MSIE display problems

2002-03-28 Thread Ronald Tooley
  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_

[iText-questions] Bookmark as a header

2002-03-28 Thread Ronald Tooley
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