Rob Vause
Rob Vause

Reputation: 11

How do I access itextsharp methods using vbscript?

I have not been programming for a while and am used to com interface. I understand that itextsharp uses 100% managed code. How do I access itextsharp 5.5.9 methods using vbscript?

Upvotes: 1

Views: 584

Answers (1)

Ansgar Wiechers
Ansgar Wiechers

Reputation: 200323

You don't. VBScript can't use .Net classes unless they expose a COM object. Either switch to PowerShell or find a PDF component with a COM interface.

Upvotes: 1

Related Questions