You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to delete an object in a copied PDF file, the object is deleted visually, but still remains in memory. How to completely remove an object from a file?
I use:
inPDFWriter.GetObjectsContext().StartModifiedIndirectObject(xobjectID);
objectsRegistry.DeleteObject(xobjectID);