[iText-questions] Re :Re: Conversion : Word points to iText floating points.

2008-02-01 Thread NILADRI BHATTACHARYYA
sual Studio 2008.http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___iText-questi ons mailing [EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/itext-questionsBuy the iText book: http://itext.ugent.be/itext-in-action/ ****** Nil

[iText-questions] Conversion : Word points to iText floating points.

2008-02-01 Thread NILADRI BHATTACHARYYA
Hi,    Is there any conversion available for MS Word points to iText points. For example, i need to configure table borders in iText , where the border thickness is given as 0.5 pt. How to convert this 0.5pt to iText floating point size?ThanksNiladri. ** Niladri

[iText-questions] Re :Re: Re :Re: Multiple PDFs generation from single jsp.

2008-01-25 Thread NILADRI BHATTACHARYYA
PNG, RTF,...The answer to your question would be the same for any of those binary formats.That's why your question is off-topic on this list.Please post it on a Struts forum.br,Bruno

[iText-questions] Re :Re: Multiple PDFs generation from single jsp.

2008-01-23 Thread NILADRI BHATTACHARYYA
window.>> Please help if possible.It's not possible to answer this question. This can only be explainedin a two or three day course (this is a personal estimation). Pleasesearch for a company teaching these technologies in your neighborhood.best regards,Bruno ***

[iText-questions] Multiple PDFs generation from single jsp.

2008-01-22 Thread NILADRI BHATTACHARYYA
. ** Niladri Bhattacharyya Bangalore Cell: 9448168545 **- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

[iText-questions] Custom HashMap access inside a Page Events class.

2008-01-07 Thread Niladri Bhattacharyya
Hi All, I want to access a HashMap which is created in the servlet to be available in the Page Events class which puts some dynamic information in the Footer. Now I do not know how to get some custom data inside a page events class as the signatures of the class methods cannot be change

[iText-questions] Custom HashMap access from Page Events class.

2008-01-07 Thread Niladri Bhattacharyya
Hi All, I want to access a HashMap which is created in the servlet to be available in the Page Events class which puts some dynamic information in the Footer. Now I do not know how to get some custom data inside a page events class as the signatures of the class methods cannot be change

Re: [iText-questions] Problem with Font creation.

2008-01-04 Thread Niladri Bhattacharyya
Glad you got this resolved. Regards, Schalk Neethling From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 04 January 2008 10:56 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Problem with Font creation. Hi Thanks a l

Re: [iText-questions] Problem with Font creation.

2008-01-04 Thread Niladri Bhattacharyya
e font doesn't allow it to be embedded. Paulo - Original Message ----- From: "Niladri Bhattacharyya" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, January 04, 2008 5:30 AM Subject: Re: [iText-questions] Problem with Font creation.

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
e, do I have > that right? Any reason you cannot move it outside the WAR? > > > > ____ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Niladri Bhattacharyya > Sent: 03 January 2008 03:33 PM > To: Po

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
> > Niladri, > > > > So you fonr file is contained inside a WAR file, do I have > that right? Any reason you cannot move it outside the WAR? > > > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Be

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
2008 8:44:03 PM Subject: Re: [iText-questions] Problem with Font creation. Niladri, So you fonr file is contained inside a WAR file, do I have that right? Any reason you cannot move it outside the WAR? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Se

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
ubject: Re: [iText-questions] Problem with Font creation. Ok, how about ServletContext.getRealPath(fileLoc); From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 03 January 2008 03:28 PM To: Post all your questions about iText here Subject: Re:

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
t iText here Sent: Thursday, 3 January, 2008 6:33:48 PM Subject: Re: [iText-questions] Problem with Font creation. Do you have access to your web.xml? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 03 January 2008 02:50 PM To: Post all your questi

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 03 January 2008 02:50 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Problem with Font creation. yes, the font file is located inside my webapp folder of my web application The

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 03 January 2008 02:10 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Problem with Font creation. Hi Schalk, Thanks a lot for your solution provided but for me that s of no use becayse

Re: [iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
ont bf = BaseFont.createFont(configProps.getString("verdana"), BaseFont.WINANSI, BaseFont.NOT_EMBEDDED); HTH! Schalk Neethling From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niladri Bhattacharyya Sent: 03 January 2008 12:47 PM To: itext-questions@lists.sourceforge.net

[iText-questions] Problem with Font creation.

2008-01-03 Thread Niladri Bhattacharyya
Hi I am unable to create the Font inside my servlet and my page events class. How to get the actual path of the Font file , can somebody help me ? the code written is : BaseFont bf = BaseFont.createFont(fontPathName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED); Now this font path name must be t

Re: [iText-questions] PDF Page events problem.

2007-12-24 Thread Niladri Bhattacharyya
class. In the onEndPage method it never goes. Thanks Niladri. - Original Message From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, 24 December, 2007 3:50:30 PM Subject: Re: [iText-questions] PDF Page events problem. N

Re: [iText-questions] PDF Page events problem.

2007-12-24 Thread Niladri Bhattacharyya
etOutputStream out = response.getOutputStream(); baos.writeTo(out); Please help me if possible. Thanks Niladri. - Original Message From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, 24 December, 2007 2:47:30 PM Subject: Re: [iText-

[iText-questions] PDF Page events problem.

2007-12-23 Thread Niladri Bhattacharyya
Hi All, I am facing problem in adding Header and Footer for my document in these lines : PdfWriter writer = PdfWriter.getInstance(document, response.getOutputStream()); writer.setPageEvent(new PdfPageEvents()); These lines used to work for stand-alone exemples but not going to th