HTMLDocumentSave Method |
Name | Description | |
---|---|---|
![]() | Save(String) |
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(Url) |
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(String, HTMLSaveFormat) |
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(String, HTMLSaveOptions) |
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(String, MarkdownSaveOptions) |
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(String, MHTMLSaveOptions) |
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(Url, HTMLSaveFormat) |
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(Url, HTMLSaveOptions) |
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(Url, MarkdownSaveOptions) |
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|
![]() | Save(Url, MHTMLSaveOptions) |
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + "_files".
|