PdfDocument.Repair Method |
Name | Description | |
---|---|---|
Repair(Stream, Stream, RepairOptions) |
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
Repair(String, String, RepairOptions) |
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
| |
Repair(Stream, Stream, RepairOptions, SecureString, SecureString) |
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
Repair(String, String, RepairOptions, SecureString, SecureString) |
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
| |
Repair(String, String, Stream, Stream, RepairOptions) | Obsolete.
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
Repair(String, String, String, String, RepairOptions) | Obsolete.
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
|