[Poppler-bugs] [Bug 107182] Add support for reading PDF/A, PDF/X version from the information dictionary (glib backend)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 14 12:15:34 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107182

--- Comment #15 from Albert Astals Cid <aacid at kde.org> ---
You mean that 
  std::string pdfsubver = pdfSubtypeVersion->toStr();
doesn't work for you?

Also there's a few memory leaks in the code, you never free pdfSubtypeVersion
nor conf.

You should compile poppler with debug mode enabled and then run with valgrind
--leak-check=full with pdfinfo and you'll see there's a few leaks.

Tell me if you need help understanding/running valgrind/debug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20180814/de0d1d0b/attachment.html>


More information about the Poppler-bugs mailing list