- This topic is empty.
-
AuthorPosts
-
June 12, 2002 at 1:30 am #2499
Anonymous
MemberI would like to fax HTML files in an unattended fasion and after searching these message boards it seems as most of the responses say that the only way to do this is to use something called ‘webbrowser control’.
I have no idea as to what this is – can someone enlighten me and possibly give me a vba snippet?
Much thanks!
June 14, 2002 at 3:23 am #4215JohnD
Participantset WinFax as the default printer, and then use the WebBrowser control on your form.
‘ get html or txt file and display it in the Webbrowser window
WebBrowser1.Navigate Filename
‘print it using ExecWB, no dialog/prompt
WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
July 31, 2002 at 5:51 pm #4216joesilver
MemberWhat about it you want to fax multiple html files in a single fax?
March 23, 2005 at 12:27 pm #4217jtsheppard
MemberIf you really wanted to do that, and you’d be mad if you wanted to go to the effort. Mayby try this,
Check out PDF995 which is a PDF creator that I think can concatinate print jobs.
Setup your webbrowser control (this will be a pain in the ass in itself as it is buggy) Print your Html pages to PDF995, then print your PDF to winfax.
Mayby theres another way, but that came to mind…I wouldnt even try though.
-
AuthorPosts
- You must be logged in to reply to this topic.