fuxialexander / org-pdftools

A custom org link type for pdf-tools
GNU General Public License v3.0
331 stars 35 forks source link

add page-number support #100

Open lytex opened 11 months ago

lytex commented 11 months ago

Add an optional page-number support to import only specific pages instead of all the pages. I think the problem it solves is pretty common:

  1. Make some annotations on a pdf
  2. Export the skeleton to an org file
  3. Add more annotations on a pdf
  4. Selectively add annotations from a page range instead of the whole pdf

I want to create some interactive functions to make it easier to use before merging, thus the draft status.