Hi all,
I have an HTML file that has images that are found on a central server so when they are emailed out the images do not show up. To get around this problem i am attempting to convert the html file into a pdf. From what i have been able to find out the way to do this is to use a dll called wnvhtmlconvert.dll and add it to your project. This i have tried to do and failed because it is for .net 2.0 and vs2005 - i am using vs2003 and cannot import this dll.
My question is:
Is there a way to acheive the conversion from html to pdf in vs2003?
Thanks in advance.