Converting the attached PDF to HTML results in an empty HTML page.
This happens using GroupDocs.Viewer 22.11 without any special conversion options.
using (var viewer = new Viewer(documentPath))
{
var options = HtmlViewOptions.ForEmbeddedResources("output_viewer{0}.html");
viewer.View(options);
}
Empty page PDF to HTML.zip (446.7 KB)
Using GroupDocs.Conversion results the same problem. (for me it’s enough if it works in the Viewer)