File tree Expand file tree Collapse file tree
GroupDocs.Conversion.Cloud.Examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ static void Main(string[] args)
1919 Common . MyAppSid = "XXXX-XXXX-XXXX" ;
2020 Common . MyAppKey = "XXXXXXXXXX" ;
2121
22- // Uploading sample test files from local to defult storage under folder 'conversions'
22+ // Uploading sample test files from local to default storage under folder 'conversions'
2323 Common . UploadSampleTestFiles ( ) ;
2424
2525 // Get All Possible Conversions Formats
2626 Get_All_Possible_Conversions . Run ( ) ;
2727 // Get All Possible Conversions Formats For Provided Document
2828 Get_All_Possible_Conversions_For_Document . Run ( ) ;
2929 // Get All Possible Conversions Formats For Provided Extension
30- Get_All_Possible_Conversions_For_Extension . Run ( ) ;
30+ // Get_All_Possible_Conversions_For_Extension.Run();
3131
3232 // Quick Convert to Any Desired Output Format and Get Output File Url
3333 Convert_To_Any_Format . Run ( ) ;
You can’t perform that action at this time.
0 commit comments