Posted 6 February 2018, 7:22 pm EST
We are using ExcelIO to export the SpreadJS to PDF document (version 10.0.0).
Exporter exporter = new Exporter(spreadJson);
exporter.SavePdf(stream, pdfSettings, 0);
The background images are not rendered in the pdf, even if we embed the image in the cell. Is there a way to get the background image in the pdf?
Please note that this is using the export using the C# classes on the server.
The client side SpreadJS is able to export the background image, but errors out for data larger than 50 pages, so we cannot use that.
