Re: ID string in final PDF vs. same PDF checksum for sameinputs

"Akira Kakuto" <kakuto-/k5Uodmu4m/[email protected]> Tue, 7 Feb 2017 13:15:10 +0900
Newsgroups gmane.comp.tex.pdftex
Message-ID <AB65EF73DCA546408B5C86761567F8B7@CJ3001517A>
> I am currently trying to create PDFs with
> the same checksum for the same inputs.

If you are using TeX Live 2016, try to set environment
variables like
SOURCE_DATE_EPOCH=1486439625
SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1

The latter will be changed in TeX Live 2017 as
FORCE_SOURCE_DATE=1

Best,
Akira