Phantomjs - page.evaluate - including images in html

hello all,

I am new to phantomjs so please bear with me. I’m using phantomjs + highcharts and I’m able to print the charts to pdf just fine. however, in addition to the chart, I have an html page which has an image in it. obviously, when I load the page from the browser, the image is there but NOT when I access it using phantomjs and save it to pdf. is there any setting I need to be aware of? I have the following in my code already

page.settings.loadImages = true;
page.settings.javascriptEnabled = true;

thanks in advance