Expand my Community achievements bar.

Convert HTML-file to PDF (PDFServicesSDK).

Avatar

Level 1

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>

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies