Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle "Square" annotations, but don't attempt to capture text #47

Merged
merged 1 commit into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. Handle "Square" annotations, but don't attempt to capture text

    Per issue #46, Apple tools support "highlighting" PDFs where the hightlights
    are emitted as a Square annotation with a custom appearance that renders the
    markup. Figuring out the affected text would be a major undertaking, but
    with this change we (1) recognise the existence of the annotation rather than
    emitting an "unsupported annotation" warning, and (2) capture the contents
    (text note) of the annotation if any.
    0xabu committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9c7d742 View commit details
    Browse the repository at this point in the history