Skip to content

Instantly share code, notes, and snippets.

@aspose-cloud
Last active January 22, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspose-cloud/1353292694555ceec8aa4f701158df73 to your computer and use it in GitHub Desktop.
Save aspose-cloud/1353292694555ceec8aa4f701158df73 to your computer and use it in GitHub Desktop.
aspose-html-cloud-csharp
this.ConversionApi = new ConversionApi(configuration.AppKey, configuration.AppSid, configuration.ApiBaseUrl + "/v1.1");
var response = ConversionApi.GetConvertDocumentToMarkdown("a.html");
this.ConversionApi = new ConversionApi(configuration.AppKey, configuration.AppSid, configuration.ApiBaseUrl + "/v1.1");
var response = ConversionApi.GetConvertDocumentToMHTML("file.html");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment