Bookmark_SaveWebPageAsRaw
Sub Bookmark_SaveWebPageAsRaw($filename As String)
Saves the downloaded document in its original format. You must use this function if you want to convert a downloaded binary file into an HTML file, for example, from PDF to HTML, by using an external conversion tool.
Parameters
- $filename ... String expression. Absolute path and filename of the target file.
Example:
Bookmark_SaveWebPageAsRaw("c:\temp\myfile.pdf")