Re: [iText-questions] iText with VB or ASP

2006-12-04 Thread Anton Melser
On 04/12/06, Fabrizio Accatino <[EMAIL PROTECTED]> wrote: > Hello, > > you cannot call iText directly from Classic Asp or VB. But there is a > "long" solution walking through iTextSharp and writing an own wrapper COM > object. I'm not sure if it works perfectly and if its performances are good >

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread Fabrizio Accatino
Hello, you cannot call iText directly from Classic Asp or VB. But there is a "long" solution walking through iTextSharp and writing an own wrapper COM object. I'm not sure if it works perfectly and if its performances are good or bad. - download iTextSharp (NET version of iText) http://itexts

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread aparna jain
Thank you all of you for ur quick response, so i guess the bottom line is that we cannot use iText too easily with VB/ASP and so it is not recommended.. On 12/3/06, Bruno Lowagie <[EMAIL PROTECTED]> wrote: Anton Melser wrote: > Bruno, I think you missed the fact that he wants to use it in >

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread Bruno Lowagie
Anton Melser wrote: > Bruno, I think you missed the fact that he wants to use it in > "classic" VB/ASP - and that means <=VB6. I once studied Visual Basic because I had to teach a course about it. That was back in 1997. I never had a look at VB since. Maybe I shouldn't answer questions about some

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread Anton Melser
On 03/12/06, Bruno Lowagie <[EMAIL PROTECTED]> wrote: > aparna jain wrote: > > Hello All, > > > > I am a Java developer and I am not very familiar to VB and ASP. I have > > used iText in my java code. Now I need to find out if it can be used in > > VB/ASP. I have read that iText can be used with AS

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread Paulo Soares
It's not possible to use iTextSharp in classic VB/ASP unless you make a COM wrapper. Paulo - Original Message - From: "aparna jain" <[EMAIL PROTECTED]> To: Sent: Saturday, December 02, 2006 9:12 PM Subject: [iText-questions] iText with VB or ASP > Hello All, &

Re: [iText-questions] iText with VB or ASP

2006-12-03 Thread Bruno Lowagie
aparna jain wrote: > Hello All, > > I am a Java developer and I am not very familiar to VB and ASP. I have > used iText in my java code. Now I need to find out if it can be used in > VB/ASP. I have read that iText can be used with ASP.net but question is > regarding using iText with classic VB

[iText-questions] iText with VB or ASP

2006-12-02 Thread aparna jain
Hello All, I am a Java developer and I am not very familiar to VB and ASP. I have used iText in my java code. Now I need to find out if it can be used in VB/ASP. I have read that iText can be used with ASP.net but question is regarding using iText with classic VB/ASP applications. If this is poss