Hi,
I’m trying to delete some pages from a PDF file but the resulting file still has the contents inside even if the pages are now hidden.
I have tried with 2 methods:
1 - new PdfFileEditor().Delete(stream, int[], str…...Document(stream).Pages.Delete(int[])...wrong? If not, isn’t the documentation (and the method name) a...