Blazor PDF Viewer Example - Organize Pages
This sample demonstrates the page organization features in the PDF Viewer, including inserting, deleting, rearranging, copying, importing, undoing, redoing, and rotating pages. You can also select all pages for bulk actions, save changes directly in the viewer, or download the edited document.
Organize Pages
Save AsSaveTotal 0 Pages
Comments
No Comments Yet
This sample illustrates the PDF Viewer's page organization features for efficiently managing document pages.
- Insert new pages to add content.
- Delete unnecessary pages.
- Rotate pages clockwise or counterclockwise to fix orientation.
- Select all pages to apply bulk changes.
- Rearrange pages by dragging and dropping thumbnails.
- Copy selected pages; duplicates are inserted next to the originals.
- Import another document using the Import Documents toolbar icon. If a thumbnail is selected, the pages are inserted next to it; otherwise, they appear first.
- Use Undo and Redo in the Organize Pages dialog.
- Click Save to apply changes immediately in the viewer.
- Use Save As to download the modified document.
- Zoom page thumbnails with the toolbar zoom control or keyboard accessibility.
In this demo, the SfPdfViewer is initialized with a default PDF document.
More information about using SfPdfViewer in Blazor Server apps can be found in this documentation section.