Quote:
Originally Posted by Terisa de morgan
I have a problem with PDF 1.6, and I don't know if you can help me. I think I've used all the ineptpdf I found (2, 3, 5, 6) but they don't work. The program always say OK but the result file is encrypted and corrupt. It looks like the programs don't recognize the encryption (Flat Decode). I don't know if the difference is the structure. In a file ineptpdf treats well:
Code:
<</Length 10 /Filter /FlateDecode>>stream
In the wrong file :
Code:
<</Filter /FlateDecode /Length 3890>>stream
Thanks in advance
|
Flatdecode just means it's decoded in ASCII Code - there is only a difference in the Length value - the rest is not relevant.
I suggest you read earlier posts about the pdf dump method problem ... which most probably is the root of all evil

.