I have many PDFs that are generated and uploaded to my server. The problem is they contain the same page three times (3 pages in total with the same content). My goal is to edit the PDF with PHP so that it contains only one page. Is there any library that allows me to simply load a PDF and keep only the first page?
Thank you!