diff options
author | Teddy Wing | 2019-10-30 22:16:22 +0100 |
---|---|---|
committer | Teddy Wing | 2019-10-30 22:16:22 +0100 |
commit | 612842e55541d112ae4dbf56d49a6026319d1165 (patch) | |
tree | 3c29c147aa9af6dfbbf52eaba449aa5a24b27643 /Cargo.toml | |
parent | bb634a8a68c575b0c7b3c93f772331c37594b785 (diff) | |
download | pdf-urls-612842e55541d112ae4dbf56d49a6026319d1165.tar.bz2 |
Inspect an example PDF file using the 'lopdf' crate
Walk the different objects in the PDF to discover how hyperlinks are
stored and how I can access them.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ version = "0.0.1" edition = "2018" [dependencies] +lopdf = "0.23.0" |