[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

Re: [iText-questions] omit header and footers while copying page

2002-07-14 Thread monojit
Hi Is it possible to omit the header and footer when copying a page into another document? In another sense,is it possible to copy only specific parts of a document? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. h

[iText-questions] How to specify FITB

2002-07-14 Thread KuMi
Hello all,   I want my generated PDF to fit in window vertically and horizontally when it will open. I know there are PdfWriter.setOpneAction() and PdfDestination.FITB, .. But I don't understand how to use them. Please someone let me know how to apply FITB to my PDF as an OpenAction.   Th