Missing text when editing PDF file in .NET

Hi,

I tried to edit / convert a certain PDF file as HTML, but the resulting file is missing a lot of information.
I was using the attached file as input and GroupDocs.Editor 24.8.
Aspose Sample (Word).pdf (940.4 KB)

The following code was used:

            string documentPath = "Aspose Sample (Word).pdf";
            using (var editor = new Editor(documentPath))
            {
                var opts = new PdfEditOptions();
                using (var doc = editor.Edit(opts))
                {
                    doc.Save("edit.html");
                }
            }

It seems, that it somehow stopped at “Subtitle #2” and completely skipped “Subtitle #3” and "Subtitle #4.
I did set the GroupDocs.Total license file, so I think it should edit everything.
Can you please take a look?

1 Like

@Clemens_Pestuka
This issue is reproduced at our end. Therefore, 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): EDITORNET-2852

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