Re: [iText-questions] pdf print?!?

2004-01-10 Thread chicks
--- [EMAIL PROTECTED] wrote: > aha,.. can you tell me any company? > > the file does not have to be displayed anytime, i > need only a printout > function. so i wont transfer the normal pdf file > The example I showed, and products like ActivePDF's PDFPrint require Adobe Reader on the clien

Re: [iText-questions] Need information about your product

2004-01-10 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: I need some information about who and where iText was developed What country was the software developed in? Originally Belgium, but also Portugal, Austria, the US, Germany,... How large of a group of people developed it? That's a difficult question, since the number of a

Re: [iText-questions] Create new page

2004-01-10 Thread Bruno
Quoting Philip Stephen Medcraft <[EMAIL PROTECTED]>: > How can I create a new page? > Is there any method newPage()? Yes, it has the name you already guessed. Document.newPage() br, Bruno --- This SF.net email is sponsored by: Perforce Softwar

[iText-questions] Re: Why is my table so compact?

2004-01-10 Thread Bruno
Quoting [EMAIL PROTECTED]: > > > > > I am writing a table to pdf doc, but it's always compacted. How to achieve > some space above and below to text ( How to increase cell height?). What if you change the leading of the Cell? > My code follows: > > public void doGet(HttpServletRequest req,

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-10 Thread Gao, Ping
Title: RE: stamped.java example /Merging PDF files I'm experimenting the example encrypted.java (as following), and changed the permission to "AllowModifyContents", and after I generated the encrypted.pdf file, the content can't be modified. Did I misunderstand something? Please help me on

[iText-questions] Help with Bug in Html To PDF

2004-01-10 Thread mark . hanfland
Testing converting some simple HTML to PDF using iText HtmlParser class. Colored Italic Text The output PDF "Colored Italic Text" is just italic not colored blue as it should be. The problem seems to be that since the font tag attributes (color="#ff") are not a

[iText-questions] Need information about your product

2004-01-10 Thread Thomas . LaVecchia
To whom it may concern     I need some information about who and where iText was developed     What country was the software developed in? How large of a group of people developed it? How was it funded? Does a corporation own it, if so what is the name and address of the corporation?    

[iText-questions] Printing pdf files

2004-01-10 Thread Susan Wang
Hi, I have problems to print pdf files generated by iText through a servlet. The file can be viewed in the browser just fine, but it does not print. The problem only happens when Netscape7.1 and AcrobatReader6.0 are used. We have tried IE and other versions of AcrobatReader, they all seem w

[iText-questions] Create new page

2004-01-10 Thread Philip Stephen Medcraft
Hi, I need a report listing the sellers of our shops. I want a page to contain only the sellers of one shop! So... When a finish listing the sellers of a shop, I need to create a new page to list the sellers of the next shop. Ok? How can I create a new page? Is there any method newPage()? Thank