Save PDF with form fields as an image

Hi, I am trying to save a pdf file as an image. However, the values of the form fields are not being reflected. Is there something I’m missing?

This is my code:

DocumentModel document = DocumentModel.Load(@"C:\temp\input.pdf");
document.Save(@"c:\temp\output.jpeg");

I have attached the expected output, the actual output does not have the values in the field text:

Hi,

Can you send us your “input.pdf” so that we can reproduce this issue and investigate it?

Regards,
Mario