diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-13 14:00:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 08:23:01 +0700 |
commit | e538310f01461928c37c7f0d4888956271579f26 (patch) | |
tree | ed57bc5eaf452f24c8460bf915b10030bb37ea16 /office/jfbview/jpdfgrep.rst | |
parent | e53ed6886ff057ef214636807ff7f1878947050f (diff) |
office/jfbview: Added (framebuffer PDF and image viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/jfbview/jpdfgrep.rst')
-rw-r--r-- | office/jfbview/jpdfgrep.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/office/jfbview/jpdfgrep.rst b/office/jfbview/jpdfgrep.rst new file mode 100644 index 0000000000000..462488b4d9617 --- /dev/null +++ b/office/jfbview/jpdfgrep.rst @@ -0,0 +1,65 @@ +.. RST source for jpdfgrep(1) man page. Convert with: +.. rst2man.py jpdfgrep.rst > jpdfgrep.1 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 0.6.0 +.. |date| date:: + +======== +jpdfgrep +======== + +------------------------------------- +search for a string in a PDF document +------------------------------------- + +:Manual section: 1 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +jpdfgrep [*-P pass*] [*-w width*] **filename.pdf** **search-string** + +DESCRIPTION +=========== + +**jpdfgrep** searches for a string in the text content of a PDF +document and prints all matching lines. Despite the name, the +**search-string** is a fixed string, *not* a regular expression. +Also, be aware that the file and search string arguments must +be given in the opposite order from grep. + +**jpdfgrep** is part of the **jfbview** suite. + +OPTIONS +======= + +-P,--password=pass + Unlock PDF document with the given password. + +-w,--width=width + Specify result line width. The default is to autodetect terminal width. + +-h,--help + Show built-in help message. + +COPYRIGHT +========= + +jpdfgrep is distributed under the Apache License v2. + +AUTHORS +======= + +jpdfgrep was written by Chuan Ji. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +**jfbview**\(1), **jpdfcat**\(1), **pdftotext**\(1) |