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

implementing optional content radiobutton groups #18825

Merged
merged 1 commit into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Optional Content (OC) radiobutton (RB) groups implemented. Resolves m…

    …ozilla#18823.
    
    The code parses the /RBGroups entry in the OC configuration dict and adds the property `rbGroups' to instances of the OptionalContentGroup class. rbGroups takes an array of Sets, where each Set instance represents an RB group the OptionalContentGroup instance is a member of. Such a Set instance contains all OCG ids within the corresponding RB group. RB groups an OCG is associated with are processed when its visibility is set to true, as required by the PDF spec.
    agrahn committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    441efe4 View commit details
    Browse the repository at this point in the history