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

Allow e.g. /FitH destinations without additional parameter (bug 1907000) #18421

Merged
merged 1 commit into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. Allow e.g. /FitH destinations without additional parameter (bug 1907000)

    According to the PDF specification these destinations should have a coordinate parameter, which may however be `null`, but it shouldn't be omitted; please see https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf#G11.2095870
    
    Hence we try to work-around bad PDF generators by making the coordinate parameter optional when validating explicit destinations in both the worker and the viewer.
    Snuffleupagus committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    403d023 View commit details
    Browse the repository at this point in the history