Link Search Menu Expand Document

IBookmarkRemoverRemoveBookmarks Method (String, String)

Removes bookmarks from PDF document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void RemoveBookmarks(
	string sourceDocument,
	string destinationDocument
)

Parameters

sourceDocument
Type: SystemString
Source PDF document file name to remove bookmarks.
destinationDocument
Type: SystemString
Output document file name.
See Also

Reference