blob: 18ef69e9b5205734561a4ea87118352fd0847493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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.
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
|