Is there any way to remove objects from the PDF?
Summary The problem at hand is to efficiently remove objects from a PDF at a specific (x, y) point using iText 7. The current approach involves treating each q…Q block as an object, computing its bounding box, and refining it to a polygon for precision. However, this method is computationally expensive due to slow geometry … Read more