English

Remove Pages from PDF in Java

When an old document is updated; the outdated, obsolete, or even highly confidential pages are required to be removed from the latest version of the document. In this article, we will learn how to programmatically remove such pages from the PDF documents in Java. Further, we will discuss different ways to remove list of pages, pages range, even and odd pages of PDF document.
· Shoaib Khan · 4 min

Remove Pages from PDF using C#

We often require removing the unwanted, obsolete, highly confidential pages from the documents while sharing or finalizing the drafts. In this article, we will learn how to programmatically remove such pages from the PDF document using C#. Requirements may differ at times, so we will discuss different ways to remove the different sets of pages within the PDF document.
· Shoaib Khan · 3 min