DocumentConvert Method (DocumentCallBackGetHocr)
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(
	DocumentCallBackGetHocr callback
)

Parameters

callback
Type: Aspose.PdfDocumentCallBackGetHocr
Action for objects that can not be converted

Return Value

Type: Boolean
The operation result
See Also