Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update pdfium to 6569 #180

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

jerbob92
Copy link
Contributor

  • Update PDFium to 6569 (including new WASM build using Emscripten 3.1.63
  • Implement new methods:
    • FPDFAnnot_GetFontColor
    • FPDF_StructElement_Attr_GetValue
    • FPDF_StructElement_Attr_GetChildAtIndex
    • FPDF_StructElement_Attr_CountChildren
  • Change working of structtree functions:
    • FPDF_StructElement_Attr_GetType now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
    • FPDF_StructElement_Attr_GetBooleanValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
    • FPDF_StructElement_Attr_GetNumberValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
    • FPDF_StructElement_Attr_GetStringValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
    • FPDF_StructElement_Attr_GetBlobValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant