Question How to concurrently, efficiently remove repeated instances of the same text in a PDF?

scherz0

Junior Member
Aug 24, 2008
12
0
66
This purchased PDF (that I didn't create) repeats the text, underlined in green, under each diagram. Undeniably, deleting each instance one by one is too inefficient! How can I delete this text productively, synchronously, at one fell swoop?

W2nOk_1_bviawc.jpg
 

reallyscrued

Platinum Member
Jul 28, 2004
2,618
5
81
I don't think you know what concurrently or synchronously means in modern programming contexts.

Nonetheless, this library for Java should help, but looks like the example is for overwriting a block of area with a solid color, and you'd have to know the exact coordinates on the page of the block you wish you color in - so that wouldn't be very programmatic if you're looking for a specific line of text to overwrite.


Another option might be this (which could be more programmatic by searching for a particular phrase), but I haven't used it:


There's a .NET flavor too
 
Last edited:
Sep 29, 2004
18,656
67
91
You can do it in iText in Java.

You'd probably have to look in the dictionary to find the specific info.

I'll be frank .... you are better off just doing it by hand. Try using Foxit maybe ..... and do a search/replace all