Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToHtml method

PdfBookmarkEditor::ExportBookmarksToHtml method

Exports bookmarks to HTML file.

static void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToHtml(const System::String &inPdfFile, const System::String &outHtmlFile)
ParameterTypeDescription
inPdfFileconst System::String&Input PDF file which bookmarks will be exported.
outHtmlFileconst System::String&Output HTML file

See Also