[Podofo-users] Difference between PdfObject::GetReference() and PdfObject::Reference()

2018-01-12 Thread Georg Funk
Dear podofo-developers, could you please describe the difference between PdfObject::GetReference() and PdfObject::Reference()? I need a way to access PdfObjects from within a PfVecObjects vector by their object and generation number. Further I need a function to follow indirect references of an

Re: [Podofo-users] Difference between PdfObject::GetReference() and PdfObject::Reference()

2018-01-13 Thread Dmitry Salychev
Hi, Georg. I'm not a developer of PoDoFo and don't know any details lying deep there. You may just take a look at the src/base/PdfObject.h and src/base/PdfVariant.h to understand the difference between these two functions: inline const PdfReference & Reference() const; inline const PdfRef

Re: [Podofo-users] Difference between PdfObject::GetReference() and PdfObject::Reference()

2018-01-16 Thread Dmitry Salychev
Georg, no problem (: It's nice that this code helped. Regards, - Dmitry -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot__

Re: [Podofo-users] Difference between PdfObject::GetReference() and PdfObject::Reference()

2018-01-16 Thread Georg Funk
Thanks Dimitry, for this hint! Regards, Georg Am 13.01.2018 um 13:25 schrieb Dmitry Salychev mailto:darkness@gmail.com>>: Hi, Georg. I'm not a developer of PoDoFo and don't know any details lying deep there. You may just take a look at the src/base/PdfObject.h and src/base/PdfVariant.h to