diff options
Diffstat (limited to 'doc/pdf-urls.1.txt')
-rw-r--r-- | doc/pdf-urls.1.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/pdf-urls.1.txt b/doc/pdf-urls.1.txt new file mode 100644 index 0000000..18ef69e --- /dev/null +++ b/doc/pdf-urls.1.txt @@ -0,0 +1,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 |