Click or drag to resize

PdfDocumentRepair Method (String, String, String, String, RepairOptions)

Note: This API is now obsolete.

Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This method is obsolete. Use Repair(string inputPath, string outputPath, RepairOptions options, SecureString userPassword, SecureString ownerPassword) instead.", 
	false)]
public static void Repair(
	string userPassword,
	string ownerPassword,
	string inputPath,
	string outputPath,
	RepairOptions options
)

Parameters

userPassword
Type: SystemString
The user password for the document. Can be null.
ownerPassword
Type: SystemString
The owner password for the document. Can be null.
inputPath
Type: SystemString
The path to the file containing the input PDF.
outputPath
Type: SystemString
The path to the file which will contain the output PDF.
options
Type: Atalasoft.PdfDoc.RepairRepairOptions
The repair options.
See Also