PdfFileEditor Class
Working with PDF documents includes various functions. Managing the pages of a PDF file is an important part of this job. ‘aspose.pdf.facades’ provides the PdfFileEditor class for this purpose.
The PdfFileEditor class contains the methods that help manipulate individual pages; this class doesn’t edit or manipulate the contents of a page. You can insert a new page, delete an existing page, split the pages, or you can specify imposition of the pages using PdfFileEditor.
What you can do with PdfFileEditor
The features provided by this class can be grouped into page editing, PDF imposition, and document splitting workflows. These articles show how to rearrange pages, combine multiple PDFs, prepare files for printing, and extract sections from existing documents without manually editing the source file.