https://bugs.documentfoundation.org/show_bug.cgi?id=149653

            Bug ID: 149653
           Summary: Build fails with poppler >= 22.04
           Product: LibreOffice
           Version: 7.3.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Printing and PDF export
          Assignee: [email protected]
          Reporter: [email protected]

A GfxFont API change introduced in Poppler 22.04 causes the build to fail.


The root cause is that signature of method GfxFont::readEmbFontFile is changed
as follows:

-unsigned char *GfxFont::readEmbFontFile(XRef *xref, int *len)
+std::vector<unsigned char> GfxFont::readEmbFontFile(XRef *xref)


which is used in the file
`sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx`.

See discussion at [1] for some details.


[1]
https://gitlab.freedesktop.org/poppler/poppler/-/commit/a6b2442e37cc00534bcdca7c83366a0fa0501157#note_1435294

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to