I need to use PDFbox dll in QTP vbscript , initially I tried to convert PDFbox jar to respective PDFbox dll with help of ikvmbin-7.2.4630.5, it was successfully so that i can use pdfbox.dll in c# and VB.NET similarly i need to use it with vbscript - QTP . Initially tried to access the converted PDFbox.dll using DotNetFactory.CreateInstance
Set TestPDFDoc = DotNetFactory.CreateInstance("org.apache.pdfbox.pdmodel.PDDocument","D:\\PDF\\PDF\\pdfbox-1.7.1.dll")
while executing it throws me but it throws me Type 'org.apache.pdfbox.pdmodel.PDDocument' not found in any loaded assembly
can anyone help me out Thanks