Empty page created when converting certain PDF to HTML in .NET

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)

@Clemens_Pestuka

I’ve reproduced this issue. As soon as this issue is going to be fixed we’ll update you.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

  Issue ID(s): VIEWERNET-4210

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like