Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarksToHTML method

PdfBookmarkEditor::ExtractBookmarksToHTML method

Exports bookmarks to HTML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarksToHTML(const System::String &pdfFile, const System::String &cssFile)
ParameterTypeDescription
pdfFileconst System::String&The PDF file which bookmarks will be exported.
cssFileconst System::String&The CSS file to display HTML file, can be null.

Deprecated

Use PdfBookmarkEditor.ExportBookmarksToHtml instead.

See Also