Silent Printing HTML

  • Thread starter Thread starter Sean McKaharay
  • Start date Start date
S

Sean McKaharay

I have a issue. I need to create a command line application/or windows
application that will take 2
parameters and will print to the default printer without any popups. the
first parameter is the html file name(location) second is a switch that will
tell the app to print in landscape or protrait. Basicly I when I type in
(for example) PrintApp "c:\printthis.html" \L it should print the file
printthis.html in landscape. I have tried everything and I have some apps
that will write but with a prompt and others that will write but it will not
print the html correctly (because I am not rendering it). Does anyone have
any clues?


I need to open the app, Print then close without the user knowing
 
Back
Top