Conversie Excel -> pdf .... image ontbreekt

Beste,
Ik heb ik bijlage een originele Excel. Als ik deze converteer naar pdf verkrijg ik ‘Resultaat Aspose Excel.pdf’ als resultaat, zie 1ste blz waar het plaatje ontbreekt. Frapante is dat als ik het via jullie online demo doe het wel goed geconverteerd wordt!

Onderstaand fragment doet de conversie:
var request = new PutConvertWorkbookRequest
{
File = new Dictionary<string, Stream> { { Path.GetFileName(fullQualifiedFileName), fileStream } },
format = “pdf”,
onePagePerSheet = false, // generates multiple pages
checkExcelRestriction = false
};

        Task<Stream> convertTask = cellsApi.PutConvertWorkbookAsync(request);

Wat is het probleem?

docs.zip (906,7 KB)

@softsoluser

After testing, the API you mentioned is working correctly. Could you please provide more details about your environment and usage scenario? We will continue to investigate and update you if we find any issues.

@softsoluser Hello, could you please provide the client ID used for the calls? This would help us investigate and compare the differences between the two calls.

  "ClientId": "e9ece7aa-858e-4a49-82e6-f153967785e7"

@softsoluser Thank you for providing this. We are currently conducting comparative tests and will notify you immediately once there is any progress.