I am trying to solve the doc to pdf conversion as described here.
Since there is no a Delphi component (with source code) that creates pdf from doc, I was wondering how it is possible to "register the COM at runtime".
I AM NOT USING AN INSTALLER, I just deploy the exe. So the idea was to simply put the ActiveX dll in the resources and register it at program startup (or the first time I need to use it). Anyway for sure this will give problems in Vista or 7... Can anyone suggest how this can be accomplished?
Keep in mind that I want to keep deployemnt super easy = replace an exe.
COMMENT: Of course If there was a Delphi component for doing this I would have no problem since that functionality would already be there in the exe.