Printing HTML Page

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
milo_pod
Posts: 1
Joined: Fri Jan 06, 2012 10:24 pm

Printing HTML Page

Post by milo_pod »

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?
admin
Posts: 64
Joined: Fri Oct 28, 2011 8:09 pm

Re: Printing HTML Page

Post by admin »

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.
Post Reply