Use C++ library to split HTML files into parts. You can integrate the extracted HTML pages with other data and, as a result, get documents of the form and content that you require. Splitting HTML into parts makes it easier to collaborate on HTML files.
This software library provides C++ developers with a set of functions to split HTML into parts. Splitting a HTML into separate files can be used to make it easier to work with sections of a document in parallel. For example, if several people are working on one HTML at the same time, splitting HTML will allow them to speed up the process. The HTML splitting may be part of a technology for extracting text from HTML files and integrating data into automated information systems or databases.
Our library provides C++ developers with all the necessary functions to split HTML into parts and extract pages according to the specified mode. This is a stand-alone C++ solution that does not require Microsoft Word, Acrobat Reader or other applications installed.
Split HTML content using different criteria in C++ code. You can use the following page extraction modes for HTML files: 'split by headings', 'split by sections', 'split page by page', 'split by page ranges'.
After splitting your HTML into parts, you can export the result to the required file format using the 'Document.Save' method. You can also control how the HTML parts are exported to HTML and EPUB formats using the 'DocumentPartSavingCallback' property, which will also allow you to redirect output streams.
Split HTML documents easily with our solution for C++. The following example shows how to split a HTML using C++:
dotnet add package Aspose.Words.Cpp
Copy
using namespace Aspose::Words;
auto doc = MakeObject<Document>(u"Input.html");
for (int page = 0; page < doc->get_PageCount(); page++)
{
auto extractedPage = doc->ExtractPages(page, 1);
extractedPage->Save(String::Format(u"Output_{0}.html", page + 1));
}
There are three options to install Aspose.Words for C++ to your developer environment. Please choose one that resembles your needs and follow the step-by-step instructions:
You can use this C++ library to develop software on Microsoft Windows, Linux and macOS operating systems:
If you develop software for Linux or macOS, please check information on additional library dependencies (fontconfig and mesa-glu open-source packages) in Product Documentation.