-1

I didn't find any exact solution to find and replace the text of pdf file in java language. Please help me to short out this problem.

  • From [the help centre](http://stackoverflow.com/help/on-topic): "Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: [Stack Overflow question checklist](http://meta.stackexchange.com/questions/156810/stack-overflow-question-checklist)." – Bernhard Barker Oct 04 '13 at 09:12
  • `iText in Action` will be great reference book for you. – Masudul Oct 04 '13 at 09:22

2 Answers2

0

You can use PDFBox, a nice library with some examples provided.

Got it from here. I recommend using a google search with "site:stackoverflow" before asking question.

Eel Lee
  • 3,513
  • 2
  • 31
  • 49
-1

Try iText. Read this side and search for examples and if you than has already problems, ask here a new, concret question.

JulianG
  • 1,551
  • 1
  • 19
  • 29