Bookmark_SaveWebDocBinary

Top  Previous  Next

sub Bookmark_SaveWebDocBinary(Handle, sFilename As String)

 

Saves the downloaded document in its original binary format. You have to use that function if you want to convert a downloaded binary file into a HTML file (eg. pdf to html) via an external conversion tool.

 

Parameters

 

Handle ... Bookmark-Handle that is passed to the Event function.
sFilename ... String expression. Absolute path and filename of the target file.

 

Example:

Bookmark_SaveWebDocBinary(Handle, "c:\temp\myfile.pdf")