Use Interop.Acrobat assembly in c# web app without registration
Is there a way I can use the Interop.Acrobat interop assembly on an application running on a server without the COM registration? Does anyone have an example of this? I am aware that there are libraries out here that already provide Adobe functions, but I'm providing my own API to users.
I've tried to Embed the assembly but that doesn't work on the server. It still errors out with a COM registration error.
