This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Use Folder Images to be shown in pdf

mauliks1990 wrote on 2014-01-27:
Hi
i have image in folder where html file is there which i converted to pdf

i want image to be also shown in pdf
support wrote on 2014-01-27:
Hello,

If you use convertHtml or convertFile, you have these options:

1/ Make the images accessible over Internet and use an absolute URL. For example
<img src="http://example.com/images/myimage.png" />


2/ Or zip the folder with the images together with the HTML file and send the zipped archive using the convertFile method.