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
> or bad.
>
>  - download iTextSharp (NET version of iText)
> http://itextsharp.sourceforge.net/
>  - write your own wrapper class of iTextSharp and expose it as a COM object
> (search on MSDN or Google)
>  - register the resulting COM (regsvr32) and call it from VB or Asp
>
> The big work and propblem is the "wrapper class": I thinks it is impossible
> to write a complete wrapper of all itextsharp. But if you need few features
> it could be possible.
> A better solution: write a NET class with your logic and pass to it only the
> required parameters:
>  VB/Asp -->  COM object  --> Your NET Class --> iTextSharp.

I heartily second this solution, if you can't go .net of course !
Cheers
Antoine

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to