DocumentConvert Method (String, LoadOptions, String, SaveOptions)
Converts source file in source format into destination file in destination format.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public static void Convert(
	string srcFileName,
	LoadOptions loadOptions,
	string dstFileName,
	SaveOptions saveOptions
)

Parameters

srcFileName
Type: SystemString
The source file name.
loadOptions
Type: Aspose.PdfLoadOptions
The source file format.
dstFileName
Type: SystemString
The destination file name.
saveOptions
Type: Aspose.PdfSaveOptions
The destination file format.
See Also