blob: 294a98f7aacf80defb3a3ea3c507e4681a3420e5 (
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
|
pdf-urls(1)
===========
NAME
----
pdf-urls - Extract URLs from a PDF file
SYNOPSIS
--------
*pdf-urls* 'FILE'
DESCRIPTION
-----------
Extract all URLs from a PDF file and print them, one per line, to
standard output.
OPTIONS
-------
-h, --help::
Print usage help.
-v, --version::
Print the program version.
EXAMPLES
--------
The following extracts URLs from the document 'file.pdf' and passes them
to *urlview* to be opened in a browser:
pdf-urls file.pdf | urlview
|