kkazinski
2012-09-21
Can I use PDF Clown from VBA? When I tried to create a reference to it I received an error.
Stefano Chizzolini
2012-09-22
If you want to call a CLI library from a COM-based application you need a COM interop bridge: you may recompile PDF Clown with COM-interop support or (preferably) create a helper assembly which does the heavy-lifting with PDF Clown and exposes to VBA just a minimal COM-interop interface.
Stefano