Skip to content

Conversation

@VenkadaSubramanian-Durai
Copy link
Collaborator

When attempting to print a PDF document using the Blazor PDF Viewer, each page of the PDF is retrieved as a byte array and converted into an image in Base64 format. This process is memory-intensive, especially for documents with a large number of pages. As the browser handles this resource-heavy operation, it can lead to freezing or unresponsiveness, particularly in environments with limited system resources.

To resolve this issue, we customized the primary toolbar of the SfPdfViewer in the sample. The solution enhances the printing functionality and ensures a smoother performance

@KameshRajendran KameshRajendran merged commit 1bead4e into master Jan 10, 2025
1 check passed
@VenkadaSubramanian-Durai VenkadaSubramanian-Durai deleted the 933125_largepdfprint branch February 20, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants