Hi Kalyan, Thanks for your patch. I commited the fix.
> Secondly, How to process symbols especially when they represented in "\024" > format. I am not sure what you mean? Processing inside of PdfString should work transparently. In content streams you have to handle them by yourself. Maybe you could use PdfString though by preparing a string which you set using SetRawData. Cheers, Dominik On Thu, May 10, 2012 at 11:54 AM, kalyan chakravarthy <[email protected]> wrote: > Hi, > > The small patch is for PdfDifferenceEncoding.cpp for the scenario in which > "Differences" key can be Indirect object. > > 2362c2362 > < const PdfArray & rDifferences = this->GetObject()->GetIndirectKey( > PdfName("Differences") )->GetArray(); > --- >> const PdfArray & rDifferences = >> this->GetObject()->GetDictionary().GetKey( PdfName("Differences") >> )->GetArray(); > > Secondly, How to process symbols especially when they represented in "\024" > format. > > > ~kalyan. > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Podofo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/podofo-users > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
