Re: clean/smudge filters for pdf files

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael J Gruber
Date: Friday, October 24, 2008 - 1:10 am

Leo Razoumov venit, vidit, dixit 24.10.2008 03:40:

For a different file format I use the pair "gzip -c, gunzip -c" without
any problems, so zlib is not a problem. I do see the effect that
checkouts on different machines may have different compressed files
(same gzip version), but this is a non-issue.

Your experience with pdftk confirms mine. It shuffles things around
becauses it parses the files into objects and then writes them out again
in possibly different order. This is no problem for pdf because it uses
"pointers" (it's a bijection up to reordering), but it's a weird design,
and complicates things for us.

I'm still looking for something viable, I'll let list know when I've
found something...

Michael
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
clean/smudge filters for pdf files, Leo Razoumov, (Thu Oct 23, 12:44 pm)
Re: clean/smudge filters for pdf files, Pierre Habouzit, (Thu Oct 23, 2:32 pm)
Re: clean/smudge filters for pdf files, Leo Razoumov, (Thu Oct 23, 6:40 pm)
Re: clean/smudge filters for pdf files, Michael J Gruber, (Fri Oct 24, 1:10 am)
Re: clean/smudge filters for pdf files, Michael J Gruber, (Fri Oct 24, 1:44 am)