The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have multiple pages of pdf loaded into PdfDocumentView and when I call PdfDocumentView.Print(), it prints all pages. Is there anyway to print only required pages, like page number 2 and 3 only ?
KGKrithika Ganesan Syncfusion Team November 25, 2024 09:46 AM UTC
Hi John,
In the WPF PdfDocumentView,
you can use the PrintFromPage
and PrintToPage
APIs to print a specific range of PDF pages. For your reference, we have
provided a code snippet and a sample below to demonstrate how to print a
specific range of pages.