Replies: 2 comments
-
Converted to Discussion as this is unlikely a bug that can be fixed in
Have you tried generating a PDF with those dimensions in If generating a You can potentially use https://github.com/hardkoded/puppeteer-sharp for this, you'd need to make sure the versions you were testing with match (which they won't by default). You can also try version
In future please provide actual formatted code rather than an image, I cannot copy and paste an image.
Again, in future please provide formatted text instead of an image, cannot copy and paste from the image. The call stack is deep within |
Beta Was this translation helpful? Give feedback.
-
I have yet to find the exact cause and report a bug, but Chrome has been running out of memory when attempting to generate PDFs with a few hundred pages with SVGs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We want to export SVG image of height 70 inches and width 165 inches to a PDF file. Print settings for PrintToPdfAsync method are as follows:
When version 108.4.130 is used, CefSharp.BrowserSubprocess memory size increases up to 12 Gb and CefSharp.BrowserSubprocess crashes.
When previous version like 86.0.24 is used, CefSharp.BrowserSubprocess memory size increases up to 4 Gb and PDF is created successfully.
Callstack before the crash:
Beta Was this translation helpful? Give feedback.
All reactions