Skip to content

media9 creates Widget annotation at corner of every page #868

Open
@teepeemm

Description

@teepeemm

It appears that ocgbase.sty (required by media9.sty) is creating a "Widget" annotation at the top left corner of every page in the pdf.

\DocumentMetadata{
  lang        = en,
  pdfversion  = 1.7,
  pdfstandard = ua-2,
  pdfstandard = a-4,
  testphase   = latest
}
\documentclass{article}
\usepackage{media9}
\title{My Title}
\begin{document}
\thispagestyle{empty}
Some text
\end{document}

PDF Accessibility Checker then complains "Widget" annotation not nested inside a "Form" structure element.

Something that confuses me is if I cp $(kpsewhich media9.sty) mymedia9.sty and cp $(kpsewhich ocgbase.sty) myocgbase.sty and then change the former to \RequirePackage{myocgbase}, then the annotations go away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions