Quoting Ralf Dannhauer <[EMAIL PROTECTED]>:
> Hi
>
> Is it possible with iText to encode all the stream sections (that normally
> contains binary data) so that the resulting pdf contains only ascii
> characters ?
I have read Paulo's answer. He is right.
But maybe you didn't really mean 'only ascii characters'.
Maybe you just want to turn of the flateDecode.
That's easy. Just change 1 static variable:
Document.compress = false;
and the PDFs will not be compressed...
You will be able to read what is in the stream,
but it will still be a binary file.
(If you change it, your Reader will complain...)
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions