Certain Pdf file cannot be converted image properly .net

Hi. I tested many pdf libraries converting pdf to image. aspose.pdf is very good. But certain pdf can not converted properly. Please make it correct. thanks.

public override void DoIt()
{
Aspose.Pdf.License license = new Aspose.Pdf.License();
license.SetLicense(“Aspose.PDF.NET.lic”);
var files = GetPdfFiles();
Resolution resolution = new Resolution(1200);
JpegDevice jpegDevice = new JpegDevice(resolution);
jpegDevice.RenderingOptions.InterpolationHighQuality = true;
jpegDevice.RenderingOptions.IgnoreResourceFontErrors=true;
foreach (var file in files)
{
Document pdfDocument = new Document(file.FullName);

            using (FileStream imageStream =
                new FileStream(GetSaveFilename(file), FileMode.Create))
            {
                jpegDevice.Process(pdfDocument.Pages[1], imageStream);
                imageStream.Close();
            };
        }
    }

pdf to image only outline
240222-2847788-1.pdf (504.0 KB)

240222-2847788-1.jpg (142.8 KB)

@jsabraham
The problem has been reproduced, thank you for writing to us - I will create a task for the development team.

@jsabraham
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): PDFNET-56665

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.