You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large PDFs (Greater than 512mb) should be generated.
Actual behavior
Exception
Cannot create a string longer than 0x1fffffe8 characters
Microsoft.Playwright.PlaywrightException: Cannot create a string longer than 0x1fffffe8 characters
at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 206
at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 532
at Microsoft.Playwright.Core.Page.PdfAsync(PagePdfOptions options) in /_/src/Playwright/Core/Page.cs:line 891
Additional context
It looks like in playwright this issue is caused by base64. Maybe it can help to solve: #14675
Environment
- Operating System: [Windows 11]
- CPU: [x64]
- Browser: [Chromium]
- .NET Version (TFM): [net8.0]
- Other info:
The text was updated successfully, but these errors were encountered:
Version
1.50.0-beta-2
Steps to reproduce
Exception if the resulting pdf-file is greater than 512mb
Expected behavior
Large PDFs (Greater than 512mb) should be generated.
Actual behavior
Exception
Additional context
It looks like in playwright this issue is caused by base64. Maybe it can help to solve: #14675
Environment
The text was updated successfully, but these errors were encountered: