Skip to content

Conversation

tresf
Copy link
Contributor

@tresf tresf commented Jan 29, 2025

Switches the PDFBOX library from 2.x to 3.x

TODO:

  • Regression testing
  • Update workarounds for PDFBOX 3.x

@akberenz can you help me with the workaround? getContext() is null and it's expected to be passed in now.

// Note: These must match PdfFontPageDrawer's ignoreTransparency condition
// TODO: These will throw NPE: Fix for PDFBOX 3.x
addOperator(new OpaqueDrawObject(null));
addOperator(new OpaqueGraphicStateParameters(null));

@tresf tresf added this to the 2.2.5 milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants