Hello,
We have a plan of purchasing your EO.PDF dll. So, I am evaluating your tool based on the features that needed for us.
I am using HtmlToPdf.ConvertHtml() method for converting html content to the pdf file. I have image link in my HTML content, when this data is passed to the ConvertHtml() method it did converted into the pdf but the link was not resolved in the pdf file.
Please have a look into the below html content that I used has a input:
<html>
<body>
<h2>Norwegian Mountain Trip</h2>
<img border="0" src="/images/pulpit.jpg" alt="dsfsdfdsfPulpit rock" width="304" height="228" />
<p>
<a href="http://en.wikipedia.org/wiki/File:Tipu_Sultan%27s_Palace.jpg"
title=""Enlarge" ">
<img border=0 width=15 height=11 id="Picture 2"
src="C:\\Users\sunils\Desktop\Image%20Link_files\image002.png"
alt="Description: http://bits.wikimedia.org/static-1.20wmf7/skins/common/images/magnify-clip.png">
</a>
</p>
</body>
</html>
Please provide a sample code in C# that converts HTML image links to the PDF image links.
On the other end, I also saw that images are not inserted correctly into the page. Please have a look into the below link there I have placed the image of the PDF content.
ImagePDFPlease help me on the above issue.
Thanks,
sunil