EvoPdf loading images from Dropbox

125 Views Asked by At

I have an application that I put some drop box images like (https://www.dropbox.com/sh/u3xjkrah9fzm7ju/AAB_TLn83FQH456O79od0_moa/3286Z.png?dl=1) and then I convert the page to a PDF using EVOPDF, but these images aren't rendered.

1

There are 1 best solutions below

1
On

Problem solved.

I just set to download all resources before the render

Dim converter As New EvoPdf.HtmlToPdfConverter() converter.DownloadAllResources = True