Search MHTML Formats in C++
Native and high performance MHTML document search using server-side Aspose.Words for C++ APIs, without the use of any software like Microsoft or Adobe PDF.
How to Search MHTML File Using C++
In order to search MHTML file, we’ll use
API which is a feature-rich, powerful and easy to use document searching API for C++ platform. You can download its latest version directly, just open
package manager, search for Aspose.Words.Cpp and install. You may also use the following command from the Package Manager Console.
Command
PM> Install-Package Aspose.Words.Cpp
Steps to Search MHTML Files in C++
A basic document search using Aspose.Words APIs can be done with just few lines of code.
- Load MHTML file by instantiating Document Class object.
- Use get_Range()->Replace method with relevant pattern and parameters.
- Save MHTML file using Save() method.
System Requirements
Aspose.Words for C++ supports on all major platforms and Operating Systems. Please make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Aspose.Words for C++ DLL referenced in your project.
Search MHTML Files - C++
// Load MHTML document
System::SharedPtr<Document> mhtml = System::MakeObject<Document>(u"sourceFile.mhtml");
// Find and replace the text
mhtml->get_Range()->Replace(u"sad", u"bad", System::MakeObject<FindReplaceOptions>(FindReplaceDirection::Forward));
// Save the document
mhtml->Save(u"output.mhtml");
About Aspose.Words for C++ API
Aspose.Words API can be used to load, view and convert Microsoft Word and OpenDocument Formats like DOC, DOCX, ODT to PDF, XPS, HTML and various other formats. You can also create new documents from scratch and save them in the supported formats. Aspose.Words is a standalone API that is suitable for server side and backend systems where high performance is required. It does not depend on any software like Microsoft or OpenOffice. Online MHTML Search Live Demos
MHTML What is MHTML File Format
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. These resources include anything linked to the webpage such as images, applets, animations, audio files and so on. MHTML files can be opened in a variety of applications such as Internet Explorer and Microsoft Word. Microsoft Windows uses MHTML file format for recording scenarios of problems observed during the usage of any application on Windows that raises issues. The MHTML file format encodes the page contents similar to specifications defined in message/rfc822 which is plain text email related specifications. The actual specifications of the format are as detailed by RFC 2557.
Read MoreOther Supported Search Documents
Using C++, one can also search other files including.