Hello Aspose,
I tried to remove a page from a Document.PageCollection:
Aspose.Pdf.PageCollection.Remove(Page item)
It throws a NotSupportedException always.
If this API exists, why is it not supported?
In my situati…...pdfDocument = new Document("path/to/your/document.pdf"); // Delete...PDF document pdfDocument.Save("path/to/your/updated_document.pdf");...