DocumentConvert Method (String, PdfFormat, ConvertErrorAction)
Convert document and save errors into the specified file.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Convert(
	string outputLogFileName,
	PdfFormat format,
	ConvertErrorAction action
)

Parameters

outputLogFileName
Type: SystemString
Path to file where the comments will be stored.
format
Type: Aspose.PdfPdfFormat
The pdf format.
action
Type: Aspose.PdfConvertErrorAction
Action for objects that can not be converted

Return Value

Type: Boolean
The operation result
See Also