PDF to HTML conversion not happening in .NET

Can any one help me here. PDF to HTML conversion is not happening for the mention file.is there any specific configuration that need to use here. Please help me out.

using (Converter converter = new Converter(filePath))
        {
            var possibleConversion = converter.GetPossibleConversions();
            var convertOptions = possibleConversion["html"].ConvertOptions;
       
                
                MarkupConvertOptions objMark = new MarkupConvertOptions() { FixedLayout = true, 

FixedLayoutShowBorders = false };

                converter.Convert(outputPath + i + ".html", objMark);
              
            
        }

Please refer below link to see the PDF file.
https://drive.google.com/file/d/17XWUf4wQkTPkwtho3ose5BoiB67loNo_/view?usp=sharing

1 Like

@ashishsinghvi,

This issue is reproduced at our end. Hence, we’ve logged it in our internal issue tracking system with ID CONVERSIONNET-3826. As there’s any update, you’ll be notified.

@ashishsinghvi

CONVERSIONNET-3826 is now fixed in API version 20.8.

The issues you have found earlier (filed as CONVERSIONNET-3826) have been fixed in this update. This message was posted using Bugs notification tool by yevgen-nykytenko