I need to hide text from a pdf. Is there any Ruby or python Library for parsing pdf and getting the co-ordinates of a specific word or word.
Please help me out to solve the problem.
Thank you and regards.
I need to hide text from a pdf. Is there any Ruby or python Library for parsing pdf and getting the co-ordinates of a specific word or word.
Please help me out to solve the problem.
Thank you and regards.
I wonder if this might solve part of your problem: PDF::Writer ... and perhaps this Stack Overflow: Ruby: Reading PDF files might help you extract the text from your inputs. You might be able to stitch together some sort of extract-filter-encode function by carefully reading these and any code examples to which they refer.