Features
Now, specific pages in pdf resources can be addressed using a notation with syntax:
pdf:[some content id]!/p[some page number]
page (sub)ranges are supported similar to the line:
notation -
Examples of Content-based Page Addressing
page 20 of Anderson 1912 as identified by hash://md5/56384a6778e2c67bbd8ebe4d63f770cf
pdf:hash://md5/56384a6778e2c67bbd8ebe4d63f770cf!/p20
pages 20-24 of Anderson 1912:
pdf:hash://md5/56384a6778e2c67bbd8ebe4d63f770cf!/p20-p24
pages 2-4 and pages 20-24
pdf:hash://md5/56384a6778e2c67bbd8ebe4d63f770cf!/p2-p4,p20-p24
These page addresses can be combined with preston commands cat
:
preston cat\
'pdf:hash://md5/56384a6778e2c67bbd8ebe4d63f770cf!/p2-p4,p20-p24'\
> some.pdf
as well as preston in server mode, with example of https://linker.bio -
https://linker.bio/pdf:hash://md5/56384a6778e2c67bbd8ebe4d63f770cf!/p2-p4,p20-p24