Skip to content

Export option makes problems with Tagging #4

Description

@leomayer

I try to use your package and want to use PDF-Tags in the document. I add an alt description to the code and this is not preserved. This could be fixed with the following rearrangement.

\DocumentMetadata{
    pdfstandard = ua-2,
    pdfversion = 2.0,
    testphase=latest,
}
\documentclass{article}

\usepackage[Export]{adjustbox} 
\makeatletter
\adjbox@copy@key{alt}
\adjbox@copy@key{artifact}
\adjbox@copy@key{actualtext}
\makeatother
\begin{document}
Image test
\includegraphics[alt={Letter A as gif}]{example-image}%
\end{document}

More details: https://tex.stackexchange.com/a/740249/48642

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions