Problem
When HTML documents are output using SilentPrint, the linked images within are not printed.
Solution
Images are not printed because they are relative links and not absolute links within the HTML document.
You can overcome the problem in one of two ways:
- Copy the HTML document and paste it as a shortcut within the appropriate SilentPrint Watched folder. SilentPrint will detect the shortcut in the Watched folder and print the associated HTML document from it's original location - thus maintaining the integrity of any relative image link.
- Make all the image links within the HTML document absolute.





