Link Search Menu Expand Document

DocumentSplitterRemoveUnusedResources Method (String)

Removes unused resources from specified PDF document. This method is called internally when OptimizeSplittedDocuments property is true, so you may need it to optimize documents previously splitted without the optimization.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void RemoveUnusedResources(
	string documentFileName
)

Parameters

documentFileName
Type: SystemString
PDF document to remove unused resources.

Implements

IDocumentSplitterRemoveUnusedResources(String)
See Also

Reference