ARTICLE AD BOX
Problem: Remove the object present at a specific (x, y) point in a PDF using iText 7.
Current approach: Treat each q…Q block as an object, compute its bounding box from the enclosed operators, and refine to a polygon for precision.
Issue: The geometry calculation and initialization are slow, making object removal expensive.
Question: Is there a faster or more direct way in iText 7 to identify and remove the object at (x, y) ?
