Fax Software

Community Forums

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2499
    Anonymous
    Member

    I 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!

    #4215
    JohnD
    Participant

    set 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

    #4216
    joesilver
    Member

    What about it you want to fax multiple html files in a single fax?

    #4217
    jtsheppard
    Member

    If 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.