jpdfgrep.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .. RST source for jpdfgrep(1) man page. Convert with:
  2. .. rst2man.py jpdfgrep.rst > jpdfgrep.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.6.0
  5. .. |date| date::
  6. ========
  7. jpdfgrep
  8. ========
  9. -------------------------------------
  10. search for a string in a PDF document
  11. -------------------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. jpdfgrep [*-P pass*] [*-w width*] **filename.pdf** **search-string**
  19. DESCRIPTION
  20. ===========
  21. **jpdfgrep** searches for a string in the text content of a PDF
  22. document and prints all matching lines. Despite the name, the
  23. **search-string** is a fixed string, *not* a regular expression.
  24. Also, be aware that the file and search string arguments must
  25. be given in the opposite order from grep.
  26. **jpdfgrep** is part of the **jfbview** suite.
  27. OPTIONS
  28. =======
  29. -P,--password=pass
  30. Unlock PDF document with the given password.
  31. -w,--width=width
  32. Specify result line width. The default is to autodetect terminal width.
  33. -h,--help
  34. Show built-in help message.
  35. COPYRIGHT
  36. =========
  37. jpdfgrep is distributed under the Apache License v2.
  38. AUTHORS
  39. =======
  40. jpdfgrep was written by Chuan Ji.
  41. This man page written for the SlackBuilds.org project
  42. by B. Watson, and is licensed under the WTFPL.
  43. SEE ALSO
  44. ========
  45. **jfbview**\(1), **jpdfcat**\(1), **pdftotext**\(1)