Re: PDF to TIFF hash - Avoid date/time reference
Chris Liddell <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <CAGy8pWq8qKB5H8or=POYgODUZZO67z8g7Lzr+3VG5P87JZOU5A@mail.gmail.com> |
On 1 December 2015 at 10:05, Giacomo Boccardo <[email protected]> wrote: > When I have some time, I'll check the gs source, and see if it is > something we control, or if it's something libtiff does automagically > > Thanks, It would be very helpful. I did track down where it happens, and I've added a command line option to prevent the DateTime tag being written: -dTIFFDateTime=false The commit is this one: http://git.ghostscript.com/?p=user/chrisl/ghostpdl.git;a=commitdiff;h=368d1c87 It will be in the next Ghostscript release scheduled for next March. Chris