PdfUtilLinearize Method (String, String, String, Int32)

Printer API Documentation
Linearize PDF for fast web view.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static void Linearize(
	string inputFileName,
	string outputFileName,
	string printerName,
	int timeoutMilliseconds
)

Parameters

inputFileName
Type: SystemString
File name of PDF document to linearize.
outputFileName
Type: SystemString
Name of output PDF document.
printerName
Type: SystemString
Name of installed PDF printer. This is used to localize some of the libraries needed for this operation.
timeoutMilliseconds
Type: SystemInt32
Maximum wait time for running external programs needed in the conversion.
See Also

Reference