Posted 5 October 2024, 1:14 pm EST
Hello,
I am experiencing an issue with PDF export in SpreadJS where some shapes are not consistently rendered. In certain cases, the shapes are exported correctly, while at other times they are missing from the output.
Details:
The issue occurs with both simple and complex shapes (e.g., rectangles, circles).
There seems to be no consistent pattern; sometimes the shapes are included in the exported PDF, and sometimes they are not.
I am using the gc.spread.sheets.print module for PDF export, and the shapes are correctly displayed in the SpreadJS sheet itself prior to export.
I have already checked the print settings and confirmed that all visible content is supposed to be printed.
Steps I’ve taken:
Ensured that the SpreadJS version is up to date.(v16)
Verified that all shapes are fully within the page boundary before export.
Cleared browser cache to rule out caching issues.
Could this be related to certain configurations in the PrintInfo class, or is there any known issue with shape rendering during PDF export? Any advice or solutions would be greatly appreciated.
Thank you in advance for your help!