Using PDF Creator Pilot on ASP.NET Web Pages without Visual Studio
Thursday, March 6th, 2008To do work with ASP.NET, we must perform three steps:
- Create an Interop-wrapper
- Copy the wrapper into a specific folder
- Attach the namespace libraries to the application
To create the Interop-wrapper of PDF Creator Pilot (i.e. a wrapper that would make it possible to call unmanaged COM-object code of the library from the managed code of an ASP.NET application), we should use one of the standard utilities from the .NET SDK – TlbImp.exe (C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\TlbImp.exe)