Link Search Menu Expand Document

DocumentOptimizerOptimizeDocument Method (String, String)

Optimizes PDF document with default options.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void OptimizeDocument(
	string sourceFileName,
	string destFileName
)

Parameters

sourceFileName
Type: SystemString
Source PDF file name.
destFileName
Type: SystemString
Destination PDF file name.

Implements

IDocumentOptimizerOptimizeDocument(String, String)
See Also

Reference