Skip to content

Commit

Permalink
add example, add issue to changelog issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Nov 21, 2023
1 parent aa79f72 commit 3a0d4bb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]

### Added
- 2023-11-20: l3pdfmeta.dtx: support for PDF declarations in XMP metadata.
- 2023-11-20: l3pdfmeta.dtx: support for PDF declarations in XMP metadata, issue #58

## [2023-11-17]
Version: 2023-11-17, 0.96c
Expand Down
27 changes: 27 additions & 0 deletions l3pdfmeta.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,33 @@
% It is up to the author to ensure and validate
% that the document actually follows the standard.
%
% \subsubsection{Declarations}
% PDF knows beside standards also a more generic method to declare conformance
% to some specification by adding a declaration,
% see \url{https://pdfa.org/wp-content/uploads/2019/09/PDF-Declarations.pdf}).
% Such declarations can be added as a simple url which identify the specification or
% with additional details regarding date and credentials. An example would be
%
% \begin{verbatim}
% \DocumentMetadata{}
% \documentclass{article}
% \ExplSyntaxOn
% \pdfmeta_xmp_add_declaration:e {https://pdfa.org/declarations\c_hash_str iso32005}
% \pdfmeta_xmp_add_declaration:ennnn
% {https://pdfa.org/declarations\c_hash_str wcag21A}{}{2023-11-20}{}{}
% \pdfmeta_xmp_add_declaration:nnnnn
% {https://github.com/TikZlings/no-duck-harmed}
% {Ulrike~Fischer}{2023-11-20}{Bär}{https://github.com/u-fischer/bearwear}
% \pdfmeta_xmp_add_declaration:nnnnn
% {https://github.com/TikZlings/no-duck-harmed}
% {Ulrike~Fischer}{2023-11-20}{Paulo}{https://github.com/cereda/sillypage}
% \ExplSyntaxOff
% \begin{document}
% text
% \end{document}
%
% \end{verbatim}
%
% \subsubsection{Dates}
% \begin{itemize}
% \item
Expand Down

0 comments on commit 3a0d4bb

Please sign in to comment.