Dear,

To parallel the standard properties setter/getter like SetAuthor/GetAuthor,... 
it might be wise to add:

        const PdfString & PdfInfo::GetCustomKey(const PdfName &sName) const;
        {
                return this->GetStringFromInfoDict(sName);
        }

to PdfInfo.h to balance the SetCustomKey public method.  Or to have a public 
way to enumerate the keys from InfoDict.  Is there such thing that I would have 
missed?

-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to