Hello,
We are having problems when rendering images. Some of the images that appears in the rendered pdf are just partially rendered.
We are using the ConvertUrl method (HtmlToPdf.ConvertUrl(this.url, path, configuration))
And we have tried these configurations options:
1. Eo pdf default options
2. noCache="true" autoFitX="ScaleToFit" autoBookmark="true" sSLVerificationMode="None" generatePageImages="false" headerHtmlPosition="0.4" minLoadWaitTime="0" maxLoadWaitTime="30000" headerHtmlFormat="HeaderFormat" footerHtmlFormat="FooterFormat"
<additionalHeaders>
<additionalHeader name="HeaderName" value="HeaderValue"/>
</additionalHeaders>
<cookies>
<cookie name="HeaderName" value="HeaderValue"/>
</cookies>
and result is always the same.
You can see the problem by using your demo page (
demo page), entering the url:
http://www.ubs.com,
the generated pdf does not render the ubs logo properly.
Any idea?
Thanks.