How do i remove specific word in form of text or image from pdf?
Posted by Single-Creme194@reddit | programming | View on Reddit | 2 comments
Posted by Single-Creme194@reddit | programming | View on Reddit | 2 comments
programming-ModTeam@reddit
r/programming is not a support forum.
Choice_Past7399@reddit
pdfs are notoriously difficult to edit. And, sometimes the pdf is actuallly just an image.
If all you want to do is remove the word, you might be able to do that by opening the pdf in its raw format, removing the string, and saving, but I've never tried that.