View Single Post
Old 01-16-2010, 05:48 AM   #639
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,753
Karma: 4382688
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X C
Quote:
Originally Posted by Terisa de morgan View Post
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 .

Last edited by joblack; 01-16-2010 at 05:51 AM.
joblack is offline   Reply With Quote