I want to create reproducible PDFs with lualatex, so if no code to the change took place, two compilation runs should yield the same identical PDF. I was able to set the CreationDate and ModDate using hyperref, overwriting the ID however has no effect.
\documentclass{standalone}
\usepackage{hyperref}
\hypersetup{
pdfinfo={
Author={Just me},
Title={My title},
CreationDate={D:20222145000000},
ModDate={D:20222145000000},
ID = {6D2C23D7481FB94ACFBDA10EA47F3CB9},
}
}
\begin{document}
Hallo
\end{document}