aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pdf-urls.1
blob: 7554d457089b477d5b495ededd498fc684b0dc9d (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
'\" t
.\"     Title: pdf-urls
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: 11/02/2019
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "PDF\-URLS" "1" "11/02/2019" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pdf-urls \- Extract URLs from a PDF file
.SH "SYNOPSIS"
.sp
\fBpdf\-urls\fR \fIFILE\fR
.SH "DESCRIPTION"
.sp
Extract all URLs from a PDF file and print them, one per line, to standard output\&.
.SH "OPTIONS"
.PP
\-h, \-\-help
.RS 4
Print usage help\&.
.RE
.PP
\-v, \-\-version
.RS 4
Print the program version\&.
.RE
.SH "EXAMPLES"
.sp
The following extracts URLs from the document \fIfile\&.pdf\fR and passes them to \fBurlview\fR to be opened in a browser:
.sp
.if n \{\
.RS 4
.\}
.nf
pdf\-urls file\&.pdf | urlview
.fi
.if n \{\
.RE
.\}