09-25-2013, 12:11 AM
The "print" verb is set up by some complicated registry entries.
http://msdn.microsoft.com/en-us/library/...s.85).aspx
You could make your own registry entries to create new print verbs, or change existing ones. But it, seems like a lot of trouble.
Also, some random program's installer might change the print verb for some filetype and break it.
How about OpenOffice or LibreOffice and print HTML directly?
(Prints document to named printer and exit).
or just
(Print document to default printer and exit).
Even with HTML you have to escape things, though.
http://msdn.microsoft.com/en-us/library/...s.85).aspx
You could make your own registry entries to create new print verbs, or change existing ones. But it, seems like a lot of trouble.
Also, some random program's installer might change the print verb for some filetype and break it.
How about OpenOffice or LibreOffice and print HTML directly?
(Prints document to named printer and exit).
or just
(Print document to default printer and exit).
Even with HTML you have to escape things, though.
