DescriptionAdd initial Document::getAnnot support
CL implements the first step in order to support
Annotations manipulation in PDFium: Document::getAnnot.
The method takes two arguments, an integer (page number)
and a string (annotation name).
When called, it iterates over the annotations on
the given page number, searching for the one whose name
matches the string in the second parameter.
If found, then an Annot instance (see Annot.cpp/g added by this
CL), is bound to a Javascript object and returned.
With the use cases described in bug [1] as an initial test case,
CL adds support to the following Annotation object properties:
- hidden
- name
- type
Idea is to keep evolving the implementation with more methods
and properties in follow up CLs.
[1] https://bugs.chromium.org/p/pdfium/issues/detail?id=492
BUG=pdfium:492
Committed: https://pdfium.googlesource.com/pdfium/+/618cb1f3e561b5d2a1dea9ec4653804f0da7267c
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed thestig's and tsepez' feedback #
Total comments: 1
Patch Set 3 : fix GYP build #
Messages
Total messages: 19 (9 generated)
|