Hello,
We're using EO.PDF to convert the body of HTML emails to a PDF. Those emails may some time contain images with their "src" attribute pointing to some external servers (e.g.
http://my-very-own-server.com/images/signature.png). When the conversion starts, EO.PDF attempts to download those images so they can be rendered in the PDF. However, our environment does not have internet connection so obviously there's no way for those images to be downloaded, while each attempt to do so takes
very long (approximately 1 minute per each image). This drastically slows down the whole conversion and sometimes even results in a timeout exception being thrown.
How can we configure EO.PDF to prevent it from attempting to download such images?
Thank you in advance.