Batch printing HTML Documents

M

Mitchell Vincent

I've had this trouble in every language I've tried for Windows.
Apparently the problem is with the underlying controls or something..

When I loop through and use a hidden web gadget to load and summarily
print many HTML docs (say, over 5) I get them out of order, some don't
print, and some print all unformatted. It's the strangest thing I've
seen.. I've always checked to make sure the document was finished
loading before issuing the print but it doesn't seem to do any good.

Does anyone know a reliable way to batch print HTML documents? I'm even
open to calling an external program if needed, I just need these things
to print correctly!

The code I'm using to print is something like :
ExecWB(#OLECMDID_PRINT, #OLECMDEXECOPT_DONTPROMPTUSER, 0, 0)

(that's not in VB, but the same function applies, I think)

Thanks!!
 
P

Peter Huang [MSFT]

Hi

Based on my research, I can not find any dedicated html batch printing tool.
Also can you provide some sample html files and your code to reproduce the
problem so that we can troubleshoot the issue?

Thanks!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top