Hi. I have a simple html file with picture. Picture located in the same folder as html-file. But when I try to convert with PDFServicesSDK to pdf file - result file without that picture. Maybe I should set additional options ? Thanks.
This is code html-file (for example) :
<html>
<body>
<img src="./picture_1.jpg">
<span style="font-weight:bold; text-transform:uppercase; font-size : 6.400pt">"Some text in HTML file</span>
</body>
</html>