summaryrefslogtreecommitdiffstats
path: root/office/jfbview/jpdfgrep.rst
blob: 462488b4d96179c276b21740b19262cd00c65f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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)