DocumentConvert Method (String, PdfFormat, ConvertErrorAction) |
Convert document and save errors into the specified file.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Convert(
string outputLogFileName,
PdfFormat format,
ConvertErrorAction action
)
Public Function Convert (
outputLogFileName As String,
format As PdfFormat,
action As ConvertErrorAction
) As Boolean
public:
bool Convert(
String^ outputLogFileName,
PdfFormat format,
ConvertErrorAction action
)
member Convert :
outputLogFileName : string *
format : PdfFormat *
action : ConvertErrorAction -> bool
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:
BooleanThe operation result
See Also