Dne 9.9.2013 15:58, Kami Young napsal(a):
> How to create a pdf without flateEncoded(zlib)?
>
> In the Creation Test , I find out that all the stream created by
> PdfPainter are encode with FlateEncode automatically.
>
> So I wonder how to write into a PdfPage a normal stream without
> FlateEncode(zlib) through PdfPainter?

        Hi,
maybe you found out yourself already, but in case you did not, there is 
no way to do this "from the outside", but you can open PdfStream.cpp 
file and comment all lines (I have two) which contain 
ePdfFilter_FlateDecode. That way the default streams will not be encoded.
        Bye,
        zyx


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to