Very slow while convert pdf document to html

var doc1 = new Aspose.Pdf.Document(“E:\bkp\MyData\VistaarFiles\FILESORG_1\TempFiles\asdf.pdf”);
HtmlSaveOptions newOptions = new HtmlSaveOptions();
newOptions.PartsEmbeddingMode = HtmlSaveOptions.PartsEmbeddingModes.EmbedAllIntoHtml;
newOptions.RasterImagesSavingMode = HtmlSaveOptions.RasterImagesSavingModes.AsEmbeddedPartsOfPngPageBackground;

                    doc1.Save("E:\bkp\MyData\VistaarFiles\FILESORG_1\TempFiles\\asdf.html", newOptions);

This topic has been moved to the related forum: Very slow while convert pdf document to html - Free Support Forum - aspose.com