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

@Clemens_Pestuka

We weren’t able to reproduce the issue on our end. We tested using this project, specifically the EditPdf.cs file, that has almost the same case for all target frameworks.

Could you provide more details about your setup? For instance, have you made any specific customizations or configurations to the project? If possible, please share a link to the exact GitHub repository (or attach the project here) you’re using so we can ensure we’re testing the same version.
See following files:
SampleDoc1_enablePagination.zip (95.0 KB)
SampleDoc1_disablePagination.zip (93.3 KB)

1 Like

@atir.tahir

I was using GroupDocs.Total in a .NET Framework 4.7.2 console application.
Other than that, can’t think of anything else that would be special.
Attaching my project file here:
GroupDocsEditorMissingText.zip (5.4 KB)

@Clemens_Pestuka

We’ll continue investigation using GroupDocs.Total and notify you in case of any update.

1 Like