What I am trying to do is this. I think I'm being a little more granular than podofo intends.I have extracted the stream I want and passed it to the input buffer for the decode function. I also want to add DecodeParms. From what I'm looking at there seems no easy way to do it without loading the whole document into a Pdf Memory document and getting all the objects and then having Podofo do all the work. Basically what I'm asking is, is there any way to just add the DecodeParms to the last argument for the PdfFilter->Decode Function?
From: abdom...@hotmail.com To: podofo-users@lists.sourceforge.net Date: Fri, 15 Aug 2014 19:39:14 +0930 Subject: Re: [Podofo-users] DecodeParms, how to use? I realize it's just a map. Just figured it out. Is it as simple as loading it with just a:<key, size_t> . I'm assuming the key name remains important for identifying each parameter?From: abdom...@hotmail.com To: podofo-users@lists.sourceforge.net Date: Fri, 15 Aug 2014 18:21:09 +0930 Subject: [Podofo-users] DecodeParms, how to use? Hello Would someone be able to tell me how to apply DecodeParms to the PdfDictionary? If the below is my decode parms, how is it applied. <</DecodeParms<</Columns 4/Predictor 12>> Is it via an array like this. PdfDictionary myarray[2];myarray[1] = 4;myarray[2] = 12; and then myarray is transferred to the Decode Function? I'm a little confused on this. Thanks ------------------------------------------------------------------------------ _______________________________________________ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users ------------------------------------------------------------------------------ _______________________________________________ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users
------------------------------------------------------------------------------
_______________________________________________ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users