Hello,
I am attempting to convert Markdown file to HTML and then to PDF. Using following code:
// Convert Markdown to HTML
document = com.aspose.html.converters.Converter.convertMarkdown(sourceFilePath);
com.aspose.ht…...convertHTML(document, options, outputFilePath);...