PDF to HTML coversion takes too long to process

Hai,

I am trying convert a pdf document into html, but it takes too long to convert, Here I am sharing the code and the document I am using:

Code:
Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(FileName);

        // Instantiate HTML SaveOptions object
        HtmlSaveOptions htmlOptions = new HtmlSaveOptions();

        // Specify to split the output into multiple pages
        htmlOptions.SplitIntoPages = true;
        pdfDocument.Save(path + "MultiPageHTML_out.html", htmlOptions);

and the pdf document is : Business problems and Solutions (1).pdf (2.1 MB)

and the conversion times takes is around 18-19sec,
Is there any way to reduce this to less than 10 sec?

@pooja.jayan

We have logged this problem in our issue tracking system as PDFNET-50997. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.