Skip to content

Export several private classes for pdf2htmlEX

Vilius Sutkus requested to merge ViliusSutkus89/poppler:master into master

Hello,

pdf2htmlEX makes use of the following classes in Poppler:

  • CairoFont
  • CairoFontEngine
  • CairoOutputDev
  • CharCodeToUnicode
  • Matrix

Exporting them publicly in Poppler would allow pdf2htmlEX to consume Poppler as a shared library, installed system-wide.

Is there any downside for in doing this? Apart from the possible slight size increase of the final library?

Thank you, Vilius

Edited by Vilius Sutkus

Merge request reports