Hi,
First off, loving Bullzip so thanks
Now to a slight issue I'm having. When I print a webpage via Internet Explorer manually the background images in the resulting PDF look lovely and show up fine but when I try to use the PDF printer via code the background images from the web page are missing?! If I try to print a .doc via my code everything works fine... it's just printing html files via code that gives an issue.
Is there a runonce setting for background images or something that I'm missing?
Printing HTML Page
Moderator: jr
Re: Printing HTML Page
Does your code run as the same user as you? Printing background images is an optional setting in Internet Explorer. Make sure it is turned on for the user context in which the code is running.