I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...Add(page); HtmlSaveOptions saveOptions = new HtmlSaveOptions();...Save(dataDir + "output.html", saveOptions); }...