This example demonstrates how To convert document without using cloud sTorage. Use this method To directly convert any document, using conversion options.
Method parameters:
Name Type Description Comment format string Requested conversion format Required. File binary Input file To convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages To convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data converToptions ConverToptions Conversion options Form data Resource URI HTTP PUT ~/conversion...new ConvertDocumentDirec ( "pdf" , fileStream , null , null ...new ConvertDocumentDirec ( "pdf" , file , 1 , 0 , loadOptions...