I have a grails application which prints reports and certificates and I am trying to print a portion of html using jQuery printElement. My Html consist of watermark logos as well as some images which is not part of the application but stored in the server file system. Although i am able to print properly (pdf as well as using a printer) in Firefox , I have a problem printing in Google Chrome. My images and logos are not part of application rather the images are stored in a file system and are transferred to the browser using Java outputStreams. All the images are displayed properly in chrome but when I try to print to a file or using a printer using jQuery printElement , its unable to print the images which is showing in the html page, rather it prints without the images.I have a grails application which prints report