Hello,
We are converting an HTML content to PDF using Aspose.PDF for Java. We’ve noticed that if an html contains the <img> tag with a source that cannot be found, then the the html cannot be converted, the following ex…...</head> <body> <div> <img src="no_image.png"/> </div> </body> </html>...successful conversion without an image in the output pdf, or at least...