We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://www.blazor.zone/export-pdf-button 这个网页上导出pdf按钮,文本框、日期类型等控件数据都不能导出成pdf
控件中的数据应该能导出pdf文件中
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
https://www.blazor.zone/export-pdf-button
No response
NET8.0
The text was updated successfully, but these errors were encountered:
@oneguester01 Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem.
Sorry, something went wrong.
@oneguester01 已复现,我再研究一下想想办法
public async Task<Stream> PdfStreamAsync(string url) { await using var browser = await LaunchBrowserAsync(); await using var page = await browser.NewPageAsync(); await page.GoToAsync(url); return await page.PdfStreamAsync(); }
使用的是 PuppeteerSharp 的 PdfStreamAsync 方法,所以这个问题需要再找找资料解决
PuppeteerSharp
PdfStreamAsync
ArgoZhang
No branches or pull requests
Is there an existing issue for this?
Describe the bug
https://www.blazor.zone/export-pdf-button
这个网页上导出pdf按钮,文本框、日期类型等控件数据都不能导出成pdf
Expected Behavior
控件中的数据应该能导出pdf文件中
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
https://www.blazor.zone/export-pdf-button
Exceptions (if any)
No response
.NET Version
NET8.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: