Link Search Menu Expand Document

IDocumentSplitterRemoveUnusedResources 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
void RemoveUnusedResources(
	string documentFileName
)

Parameters

documentFileName
Type: SystemString
PDF document to remove unused resources.
See Also

Reference