ASP.NET PDF file viewer control: how to add, remove, sort, replace PDF pages online using C#, mvc, azure
Introduction to Editing PDF Pages on ASP.NET Web Page and WebForms Application Using RasterEdge HTML5 PDF Editor Control for C#.NET
- Best Visual Studio .NET HTML5 PDF Editor SDK for editing PDF pages in ASP.NET application
- .NET framework library for editing PDF pages in both ASPX webpage and ASP.NET WebForms program
- Support ASP.NET MVC, IIS, ASP.NET Ajax, Azure cloud service, DNN (DotNetNuke) and SharePoint
- Variety of features for easily PDF pages manipulation on ASP.NET project
- Able to insert a blank page to PDF and add pages from another PDF file
- Able to delete selected pages out from PDF document
- Support to split PDF document and merge multiple PDF file into one
- Support to reorder PDF pages
- Ability to extract PDF pages out from PDF document
- Able to replace PDF page with another PDF file
Learn how to rotate, move, delete, extract, or renumber pages in a PDF in asp.net
To manipulate pages in a PDF, make sure that you have permissions to edit the PDF. You can edit the PDF document pages using EdgePDF Pages commands on the toolbar.
How to rotate pages in a PDF in ASP.NET using C#
You can rotate selected pages in a PDF document. Rotation is based on 90 increments. You can rotate pages using the rotate tools in the Page Rotation pane.
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Rotate
- Right-click the selected page, and choose the rotation angle from the popup menu list
How to extract pages from a PDF in ASP.NET using C#
Extraction is the process of reusing selected pages of one PDF in a different PDF.
Extracted pages contain not only the content but also all form fields, comments, and links associated with the original page content.
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Extract pages into one
- Specify the range of pages to extract.
How to split PDFs into multiple documents in ASP.NET using C#
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Split document into multiple files
- In the opened window, you can specify the maximum number of pages for each document in the split.
How to move or re-order pages in a PDF in ASP.NET using C#
You can use page thumbnails in the Navigation pane to move pages within a document.
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Split document into multiple files
- In the popup document thumbnail pane, drag the page into new position.
How to delete or replace pages in a PDF
How to delete pages, using the Delete command from toolbar
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Delete Pages
- In the opened window, you can specify the page range to delete
How to delete pages, using page thumbnails
- Open the PDF file in EdgePDF, and open the page thumbnail pane on the left side of the document pane.
- Right-click the selected page, and choose the command "Delete" from the popup menu list
How to replace the contents of a page in a PDF
- Open the PDF file in EdgePDF, and then choose Toolbar > Pages > Replace Pages
- Select the PDF document containing the replacement pages.
- Under Original, enter the pages to be replaced in the original document.
- Under Replacement, enter the first page of the replacement page range.
The last page is calculated based on the number of pages to be replaced in the original document.