RE: [iText-questions] moveTo, lineTo - what are the coordinates?

2003-01-13 Thread Paulo Soares
Maybe a round cap (style 1). Best Regards, Paulo Soares > -Original Message- > From: David Thielen [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, January 11, 2003 20:25 > To: itext > Subject: Re: [iText-questions] moveTo, lineTo - what are the > coordinates? > > For the problem I'm fa

RE: [iText-questions] examples

2003-01-13 Thread Paulo Soares
The classpath should be ".:./itext-0.96.jar:./itext-xml-0.96.jar" if you want to compile files in the current directory. Best Regards, Paulo Soares > -Original Message- > From: Alle Meije Wink [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, January 12, 2003 3:22 > To: [EMAIL PROTECTED] > Subje

[iText-questions] iText documentation

2003-01-13 Thread Dieter Zysk
Hi all, I'm a beginner on iText and need some documentation. I do not mean the detailed class Javadoc documentation, but something more about the coneptual use of iText: when to use which class for example. Much thanks and with best regards Dieter -

RE: [iText-questions] iText documentation

2003-01-13 Thread Paulo Soares
www.lowagie.com/iText for the tutorial that can also be downloaded, together with the examples, from http://prdownloads.sourceforge.net/itext/. Best Regards, Paulo Soares > -Original Message- > From: Dieter Zysk [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 11:15 > To: [EMAI

Re: [iText-questions] iText documentation

2003-01-13 Thread Bruno
Quoting Dieter Zysk <[EMAIL PROTECTED]>: > Hi all, > > I'm a beginner on iText and need some documentation. > I do not mean the detailed class Javadoc documentation, but something more > about > the coneptual use of iText: when to use which class for example. If you are looking for a tutorial: h

[iText-questions] Acrobat 5.0 Plugin problem with browser

2003-01-13 Thread Mahammad Rafi S
HI , I am Using latest version of itext jar to generate pdf reports within jsp pages. I wanted to display the generated pdf file in browser. So i am setting the content type to application/pdf and acquiring the servlet output stream and writing the content bytes to browser. If the client is install

[iText-questions] FW: Acrobat 5.0 Plugin problem with browser

2003-01-13 Thread Mahammad Rafi S
HI , I am Using latest version of itext jar to generate pdf reports within jsp pages. I wanted to display the generated pdf file in browser. So i am setting the content type to application/pdf and acquiring the servlet output stream and writing the content bytes to browser. If the client is instal

[iText-questions] Unpack the downloads

2003-01-13 Thread Dieter Zysk
Hi to all ! I've tried to download docs.tar.gz from the download center. On Windows NT WinZip opens the docs.tar.gz and asks me for an extention. Which should I use ? with best regards dieter --- This SF.NET email is sponsored by: FREE SSL

[iText-questions] Highlighting PDF files

2003-01-13 Thread [EMAIL PROTECTED]
I would like to highlight PDF Files. I use Lucene to index PDF. To highlight with Acrobat Reader, I'll have to associate a XML file which contains the position of the words i want to highlight. The problem is I don't know how to get the position of a given word in a PDF File. Thanks. Jacques.

[iText-questions] Page breaks for long PdfPTable

2003-01-13 Thread Kenny G. Dubuisson, Jr.
I'm pulling data from a database that generates rows in a PdfPTable. There are more rows than fit on one page. The problem I have is that I can't get the table to page break at the end of the page and continue on the next page (with a new header). What I want it like in http://www.lowagie.com/iT