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/jpdfcat.1 | |
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/jpdfcat.1')
-rw-r--r-- | office/jfbview/jpdfcat.1 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/office/jfbview/jpdfcat.1 b/office/jfbview/jpdfcat.1 new file mode 100644 index 000000000000..646552f74536 --- /dev/null +++ b/office/jfbview/jpdfcat.1 @@ -0,0 +1,68 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "JPDFCAT" 1 "2022-01-13" "0.6.0" "SlackBuilds.org" +.SH NAME +jpdfcat \- extract and print the text content in a PDF document +.\" RST source for jpdfcat(1) man page. Convert with: +. +.\" rst2man.py jpdfcat.rst > jpdfcat.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +jpdfcat [\fI\-P pass\fP] \fBfilename.pdf\fP +.SH DESCRIPTION +.sp +\fBjpdfcat\fP extracts and prints the text content in a PDF document. It\(aqs +part of the \fBjfbview\fP suite. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-P,\-\-password=pass +Unlock PDF document with the given password. +.TP +.B \-h,\-\-help +Show built\-in help message. +.UNINDENT +.SH COPYRIGHT +.sp +jpdfcat is distributed under the Apache License v2. +.SH AUTHORS +.sp +jpdfcat was written by Chuan Ji. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +\fBjfbview\fP(1), \fBjpdfgrep\fP(1), \fBpdftotext\fP(1) +.\" Generated by docutils manpage writer. +. |