Closed GoogleCodeExporter closed 9 years ago
The only guaranteed stable APIs are those in the public/ directory. If your
code is calling into PDFium's C++ code directly, then you risk breakage such as
the above, as we tidy the code to incorporate better programming practices.
These are private because they are not called outside of the class in PDFium
itself.
Original comment by tsepez@chromium.org
on 8 Sep 2015 at 5:22
Oh, I see. I understand your grand plan.
And, also I found FPDFLink_Enumerate function on fpdfdoc.cpp.
But, sometimes, we need deeper access to PDF internals because the current
pdfium implementation does not cover all of the PDF features.
More specifically, all I need is direct access to the dictionaries. But it
seems pdfium does not provide us with the access.
Do you have any future plan to support such access?
Original comment by espresso...@gmail.com
on 8 Sep 2015 at 5:46
Original issue reported on code.google.com by
espresso...@gmail.com
on 5 Sep 2015 at 2:18