Search:

Type: Posts; User: Tjstretch

Search: Search took 0.11 seconds.

  1. Re: extract selected text out of a pdf file using java

    Regular expressions do not require an external library, I provided a link to a tutorial on using javas regular expression package. An example of cycling through a small phrase [Small enough to keep...
  2. Re: extract selected text out of a pdf file using java

    Well if you don't expect to be finding any similiar strings, you could use a regular expression and parse each one. The regular expression would look something like


    "\\d{4}\\D{2}\\d{6}"

    ...
Results 1 to 2 of 2