From 916913a697c7d00932e748ffc9c790f92d971dc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20B=C3=ADcha?= Date: Fri, 18 Apr 2025 18:16:32 -0400 Subject: [PATCH 1/1] Import poppler_25.03.0-4.debian.tar.xz [dgit import tarball poppler 25.03.0-4 poppler_25.03.0-4.debian.tar.xz] --- changelog | 2095 ++++++++++++++++++++++++++++++++ control | 253 ++++ copyright | 317 +++++ gbp.conf | 3 + gir1.2-poppler-0.18.install | 1 + libpoppler-cpp-dev.install | 3 + libpoppler-cpp2.install | 1 + libpoppler-dev.install | 2 + libpoppler-glib-dev.install | 4 + libpoppler-glib-doc.install | 1 + libpoppler-glib-doc.links | 1 + libpoppler-glib8t64.install | 1 + libpoppler-glib8t64.symbols.in | 554 +++++++++ libpoppler-private-dev.install | 4 + libpoppler-qt5-1t64.install | 1 + libpoppler-qt5-1t64.symbols.in | 1129 +++++++++++++++++ libpoppler-qt5-dev.install | 3 + libpoppler-qt6-3t64.install | 1 + libpoppler-qt6-3t64.symbols.in | 1109 +++++++++++++++++ libpoppler-qt6-dev.install | 3 + libpoppler147.docs | 4 + libpoppler147.install | 1 + patches/CVE-2025-32364.patch | 31 + patches/CVE-2025-32365.patch | 43 + patches/CVE-2025-43903.patch | 43 + patches/series | 3 + poppler-utils.install | 3 + rules | 61 + source/format | 1 + tests/control | 12 + tests/cpp | 14 + tests/glib | 14 + tests/qt5 | 14 + tests/qt6 | 14 + tests/test-cpp.cpp | 19 + tests/test-glib.c | 68 ++ tests/test-qt5.cpp | 19 + tests/test-qt6.cpp | 18 + upstream/metadata | 5 + upstream/signing-key.asc | 30 + watch | 2 + 41 files changed, 5905 insertions(+) create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100644 gbp.conf create mode 100644 gir1.2-poppler-0.18.install create mode 100644 libpoppler-cpp-dev.install create mode 100644 libpoppler-cpp2.install create mode 100644 libpoppler-dev.install create mode 100644 libpoppler-glib-dev.install create mode 100644 libpoppler-glib-doc.install create mode 100644 libpoppler-glib-doc.links create mode 100644 libpoppler-glib8t64.install create mode 100644 libpoppler-glib8t64.symbols.in create mode 100644 libpoppler-private-dev.install create mode 100644 libpoppler-qt5-1t64.install create mode 100644 libpoppler-qt5-1t64.symbols.in create mode 100644 libpoppler-qt5-dev.install create mode 100644 libpoppler-qt6-3t64.install create mode 100644 libpoppler-qt6-3t64.symbols.in create mode 100644 libpoppler-qt6-dev.install create mode 100644 libpoppler147.docs create mode 100644 libpoppler147.install create mode 100644 patches/CVE-2025-32364.patch create mode 100644 patches/CVE-2025-32365.patch create mode 100644 patches/CVE-2025-43903.patch create mode 100644 patches/series create mode 100644 poppler-utils.install create mode 100755 rules create mode 100644 source/format create mode 100644 tests/control create mode 100755 tests/cpp create mode 100755 tests/glib create mode 100755 tests/qt5 create mode 100755 tests/qt6 create mode 100644 tests/test-cpp.cpp create mode 100644 tests/test-glib.c create mode 100644 tests/test-qt5.cpp create mode 100644 tests/test-qt6.cpp create mode 100644 upstream/metadata create mode 100644 upstream/signing-key.asc create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..6fa8f53 --- /dev/null +++ b/changelog @@ -0,0 +1,2095 @@ +poppler (25.03.0-4) unstable; urgency=high + + * Team upload + * SECURITY UPDATE: Properly verify abde.pkcs7.sha1 signatures + - Cherry-pick upstream fix for the + NSSSignatureVerification::validateSignature function + in NSSCryptoSignBackend.cc + - CVE-2025-43903 (Closes: #1103545) + + -- Jeremy Bícha Fri, 18 Apr 2025 18:16:32 -0400 + +poppler (25.03.0-3) unstable; urgency=high + + * Team upload + * SECURITY UPDATE: floating-point exception vulnerability (Closes: #1102190) + - Cherry-pick upstream fix for the PSStack::roll function + in Function.cc + - CVE-2025-32364 + * SECURITY UPDATE: out-of-bounds read vulnerability (Closes: #1102191) + - Cherry-pick upstream fix for the JBIG2Bitmap::combine function + in JBIG2Stream.cc (LP: #2106404) + - CVE-2025-32365 + + -- Jeremy Bícha Mon, 07 Apr 2025 11:11:10 -0400 + +poppler (25.03.0-2) unstable; urgency=medium + + * Team upload + * Release to Unstable (LP: #2100905) + + -- Jeremy Bícha Thu, 06 Mar 2025 07:13:50 -0500 + +poppler (25.03.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Rename libpoppler145 to libpoppler147 to match soname bump + * Update symbols files + * Remove all patches: applied in new release + + -- Jeremy Bícha Tue, 04 Mar 2025 16:22:49 -0500 + +poppler (25.01.0-5) unstable; urgency=medium + + * Team upload + * Cherry-pick default signature colors fix for Papers (Closes: #1098406) + + -- Jeremy Bícha Thu, 27 Feb 2025 15:01:21 -0500 + +poppler (25.01.0-4) unstable; urgency=medium + + * Add patch to fix glib crash, needed by papers 48 + + -- Jeremy Bícha Thu, 06 Feb 2025 22:31:49 -0500 + +poppler (25.01.0-3) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Disable gtkdoc in arch-only build (Closes: #1060865) + + -- Jeremy Bícha Mon, 03 Feb 2025 09:19:28 -0500 + +poppler (25.01.0-2) unstable; urgency=medium + + * Team upload + * Run wrap-and-sort + * Update gir Depends + * Remove obsolete Lintian overrides + * Release to unstable + + -- Jeremy Bícha Sun, 26 Jan 2025 13:53:06 -0500 + +poppler (25.01.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Rename libpoppler and libpoppler-cpp packages for soname bump + * Update symbol files with new symbols + * Remove remaining patch: applied upstream + + -- Alessandro Astone Wed, 15 Jan 2025 12:29:05 +0100 + +poppler (24.08.0-4) unstable; urgency=high + + * Team upload + * SECURITY UPDATE: out-of-bounds read vulnerability (Closes: #1091322) + - Cherry-pick upstream fix for the JBIG2Bitmap::combine function + in JBIG2Stream.cc + - CVE-2024-56378 + * libpoppler-glib-dev: Add Provides: ${gir:Provides} + + -- Jeremy Bícha Sat, 04 Jan 2025 17:16:42 -0900 + +poppler (24.08.0-3) unstable; urgency=medium + + [ John Scott ] + * Enable the GnuPG/gpgsm PDF signature backend. + + -- Emilio Pozuelo Monfort Wed, 23 Oct 2024 09:35:17 +0200 + +poppler (24.08.0-2) unstable; urgency=medium + + * Team upload + * Release to unstable + + -- Jeremy Bícha Sun, 18 Aug 2024 10:46:36 -0400 + +poppler (24.08.0-1) experimental; urgency=medium + + * Team upload + + [ Jeremy Bícha ] + * New upstream release + * Update library name to libpoppler140 to match soname bump + * debian/libpoppler-qt*.symbols.in: Add new symbols + + [ Dandan Zhang ] + * Build qt6 library for loong64 (Closes: #1074410) + + -- Jeremy Bícha Thu, 01 Aug 2024 19:46:39 -0400 + +poppler (24.06.0-2) experimental; urgency=medium + + * Update symbols files + + -- Jeremy Bícha Thu, 20 Jun 2024 09:03:23 -0400 + +poppler (24.06.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Update library names to libpoppler134 & libpoppler-cpp1 for soname bumps + * debian/poppler-utils.install: Install pdfsig translation + * Bump Standards Version to 4.7.0 + + -- Jeremy Bícha Tue, 04 Jun 2024 11:17:27 -0400 + +poppler (24.02.0-5) unstable; urgency=medium + + * Team upload + * Stop building Qt6 library on i386 + + -- Jeremy Bícha Thu, 16 May 2024 10:25:19 +0200 + +poppler (24.02.0-4) unstable; urgency=medium + + * Team upload + * Fix error in declaring Replaces: libpoppler-cpp0v5 (Closes: #1071009) + + -- Jeremy Bícha Mon, 13 May 2024 13:32:22 +0200 + +poppler (24.02.0-3) unstable; urgency=medium + + * Team upload + * Restore t64 changes from 22.12.0-2.2 and bump Breaks/Replaces. + Use standard versioned Replaces instead of unversioned. (Closes: #1070862) + + -- Jeremy Bícha Fri, 10 May 2024 14:18:27 -0400 + +poppler (24.02.0-2) unstable; urgency=medium + + * Team upload + * Release to unstable + + -- Jeremy Bícha Fri, 10 May 2024 05:43:01 -0400 + +poppler (24.02.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Update library name to libpoppler134 to match soname + * debian/copyright: Update path of a moved file + + -- Amin Bandali Tue, 13 Feb 2024 11:59:19 -0500 + +poppler (23.12.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Update library name to libpoppler133 to match soname + * Add new symbols to symbols files + * Build-Depend on libcurl4-gnutls-dev + + -- Jeremy Bícha Fri, 01 Dec 2023 10:08:39 -0500 + +poppler (23.08.0-2) experimental; urgency=medium + + * Team upload + + [ Jeremy Bicha ] + * Explicitly disable gpg support for now + + [ Amin Bandali ] + * 23.08.0 upstream release addresses CVE-2023-34872 (Closes: #1042811) + * debian/rules: Opt into LTO (to minimize symbols diff with Ubuntu) + * Drop most optional symbols from libpoppler-qt5-1 and libpoppler-qt6-3 + + -- Amin Bandali Wed, 16 Aug 2023 10:20:27 -0400 + +poppler (23.08.0-1) experimental; urgency=medium + + * Team upload + * New upstream release (Closes: #969907) + * Update library name to libpoppler130 to match soname + * Address some lintian error and warnings: + - E: libpoppler-private-dev: depends-on-obsolete-package + Suggests: libfreetype6-dev => libfreetype-dev + - W: poppler source: build-depends-on-obsolete-package + Build-Depends: libfontconfig1-dev => libfontconfig-dev + - W: poppler source: build-depends-on-obsolete-package + Build-Depends: libfreetype6-dev => libfreetype-dev + * Update standards version to 4.6.2, no changes needed + * Update minimum version of several Build-Depends and Depends + per upstream + + -- Amin Bandali Thu, 10 Aug 2023 17:27:57 -0400 + +poppler (22.12.0-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix wrong extraneous X-Time64-Compat declarations. Closes: #1065155. + + -- Steve Langasek Sun, 03 Mar 2024 08:43:35 +0000 + +poppler (22.12.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1064282 + + -- Benjamin Drung Thu, 29 Feb 2024 21:10:54 +0000 + +poppler (22.12.0-2) unstable; urgency=medium + + * Team upload + * Release to unstable + + -- Jeremy Bicha Tue, 10 Jan 2023 16:36:05 -0500 + +poppler (22.12.0-1) experimental; urgency=medium + + * Team upload + + [ Nathan Pratta Teodosio ] + * New upstream release + * Update library name to libpoppler126 to match soname + + [ Jeremy Bicha ] + * Fix qt6 autopkgtest + * debian/control: Set Rules-Requires-Root: no + + -- Nathan Pratta Teodosio Mon, 12 Dec 2022 14:16:40 -0300 + +poppler (22.11.0-1) experimental; urgency=medium + + [ Jeremy Bicha ] + * New upstream release + * Update library name to libpoppler125 to match soname + * Add Qt6 library (Closes: #1008990) + * Update links in debian/upstream/metadata + * Drop all patches: applied in new release + * Drop obsolete Breaks added long ago to fix 774949 + * Run dh_auto_test but ignore test failures for now because of missing + test files + + [ Debian Janitor ] + * Trim trailing whitespace + * Set upstream metadata fields + * Remove obsolete field Name from debian/upstream/metadata + * Update standards version to 4.6.1, no changes needed. + * Apply multi-arch hints. + libpoppler-glib-doc: Add Multi-Arch: foreign. + + -- Jeremy Bicha Tue, 01 Nov 2022 15:15:59 +0100 + +poppler (22.08.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * JBIG2Stream: Fix crash on broken file (CVE-2022-38784) (Closes: #1018971) + + -- Salvatore Bonaccorso Sat, 03 Sep 2022 21:30:51 +0200 + +poppler (22.08.0-2) unstable; urgency=medium + + * Team upload + * Upload to unstable + + -- Jeremy Bicha Sun, 21 Aug 2022 13:13:33 -0400 + +poppler (22.08.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Update library name to libpoppler123 to match soname + * debian/libpoppler-glib8.symbols.in: Add new symbols + + -- Jeremy Bicha Wed, 10 Aug 2022 10:04:47 -0400 + +poppler (22.06.0-1) experimental; urgency=medium + + * New upstream version + * libpoppler118->libpoppler122 + + -- Nathan Pratta Teodosio Thu, 09 Jun 2022 21:47:08 -0300 + +poppler (22.02.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Update library name to libpoppler118 to match soname + * Add new symbols to our symbols files + * debian/rules: Set DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + * Set debhelper-compat to 13 + * Lots of minor packaging cleanup + + -- Jeremy Bicha Fri, 04 Feb 2022 09:18:41 -0500 + +poppler (21.11.0-1) experimental; urgency=medium + + * New upstream version + * Updated for the soname change + * Refreshed symbols for the new version + + -- Sebastien Bacher Tue, 02 Nov 2021 10:17:01 +0100 + +poppler (21.06.1-1) experimental; urgency=medium + + * New upstream version + + -- Sebastien Bacher Mon, 21 Jun 2021 16:27:09 +0200 + +poppler (21.06.0-1) experimental; urgency=medium + + * New upstream version, updated for the soname change + * debian/control: + - updated glib requirement + * Updated symbols for the new version + + -- Sebastien Bacher Thu, 03 Jun 2021 12:23:29 +0200 + +poppler (21.02.0-1) experimental; urgency=medium + + * New upstream version, updated for the soname change + * debian/control: + - build-depends on libgdk-pixbuf-2.0-dev and libgtk-3-dev + - updated standards version + * debian/libpoppler-dev.install: + - remove deprecated .pc for the list of files to install + + -- Sebastien Bacher Tue, 23 Feb 2021 15:40:38 +0100 + +poppler (20.09.0-3.1) unstable; urgency=medium + + * debian/tests: make autopkgtests cross-test-friendly (Closes: #969726) + + [ Gianfranco Costamagna ] + * add some optional symbols that appears/disappears when the source is + built with -O3 + + -- Sebastien Bacher Thu, 21 Jan 2021 16:40:36 +0100 + +poppler (20.09.0-3) unstable; urgency=medium + + * debian/tests: build with -Wno-deprecated-declarations, so that we don't + fail if an rdep deprecates some symbols. Closes: #973538. + + -- Emilio Pozuelo Monfort Tue, 03 Nov 2020 13:27:06 +0100 + +poppler (20.09.0-2) unstable; urgency=medium + + * Add new optional symbols generated by the new toolchain. + + -- Emilio Pozuelo Monfort Thu, 03 Sep 2020 21:12:14 +0200 + +poppler (20.09.0-1) unstable; urgency=medium + + * New upstream release. + * Update libpoppler-glib8's symbols. + * Make debian/copyright follow DEP-5. + * License is GPL-2 | GPL-3 since the update to Xpdf 3.03 (see README-XPDF), + update license information in debian/copyright accordingly. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Thu, 03 Sep 2020 18:29:28 +0200 + +poppler (20.08.0-1) experimental; urgency=medium + + * New upstream release. + * debian/watch: use https to fix redirect error. + * Update symbols files. + * libpoppler95 -> libpoppler102. + * Build with boost headers. Closes: #955455. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Thu, 20 Aug 2020 11:02:05 +0200 + +poppler (0.85.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Emilio Pozuelo Monfort Tue, 18 Aug 2020 11:56:38 +0200 + +poppler (0.85.0-1) experimental; urgency=medium + + [ Andreas Henriksson ] + * New upstream release. + * libpoppler91 -> libpoppler95 + * Revert "Silence deprecation warnings for GTime, fixing autopkgtest" + - merged upstream, now part of upstream release. + * Update symbols + + [ Philip Withnall ] + * Add python3:any to build deps as it’s used in `make-glib-api-docs` script. + Closes: #947327. + + [ Emilio Pozuelo Monfort ] + * Replace ADTTMP variable with AUTOPKGTEST_TMP. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Wed, 19 Feb 2020 18:50:58 +0100 + +poppler (0.81.0-1) experimental; urgency=medium + + * New upstream release. Closes: #924617. + * Remove patches applied upstream. + * libpoppler82 -> libpoppler91. + * Update cmake flag for the unstable headers. + * Update README filename. + * Update symbols files. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Fri, 04 Oct 2019 12:45:27 +0200 + +poppler (0.71.0-6) unstable; urgency=medium + + [ Simon McVittie ] + * d/p/Silence-deprecation-warnings-for-PopplerAttachment-c.patch: + Silence deprecation warnings for GTime, fixing autopkgtest + (Closes: #941718) + + [ Emilio Pozuelo Monfort ] + * Remove Joss from uploaders, thanks for all the work! Closes: #930163. + + -- Emilio Pozuelo Monfort Fri, 04 Oct 2019 11:32:23 +0200 + +poppler (0.71.0-5) unstable; urgency=medium + + * CVE-2018-10872 (Closes: #926530) + * CVE-2019-12293 (Closes: #929423) + + -- Moritz Muehlenhoff Mon, 27 May 2019 22:51:48 +0200 + +poppler (0.71.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Prevent a crash due to null pointer dereferencing in + goo/GooString.h (Closes: #924029) + + -- Jonathan Wiltshire Sat, 25 May 2019 17:10:35 +0100 + +poppler (0.71.0-4) unstable; urgency=medium + + * CVE-2018-16646 (Closes: #909802) + * CVE-2018-20481 (Closes: #917325) + * CVE-2018-20551 (Closes: #917525) + * CVE-2018-20662 (Closes: #918158) + * CVE-2019-7310 (Closes: #921215) + * CVE-2019-9200 (Closes: #923414) + * CVE-2019-9631 (Closes: #926673) + * CVE-2019-10873 (Closes: #926532) + + -- Moritz Muehlenhoff Thu, 23 May 2019 22:18:49 +0200 + +poppler (0.71.0-3) unstable; urgency=medium + + [ Simon McVittie ] + * Add patch to fix poppler_document_new_from_stream() regression + (Closes: #896596) + * d/tests/glib: Add a test for #896596 + + [ Jeroen Ooms ] + * Backport upstream patch to fix page::text_list encoding issue. + + -- Emilio Pozuelo Monfort Sat, 02 Mar 2019 11:03:24 +0100 + +poppler (0.71.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Emilio Pozuelo Monfort Mon, 07 Jan 2019 18:02:44 +0100 + +poppler (0.71.0-1) experimental; urgency=medium + + * New upstream release. + * libpoppler80 -> libpoppler82. + * Update libpoppler-glib8 and libpoppler-qt5-1 symbols. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Tue, 11 Dec 2018 19:34:06 +0100 + +poppler (0.69.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Emilio Pozuelo Monfort Thu, 18 Oct 2018 09:59:36 +0200 + +poppler (0.69.0-1) experimental; urgency=medium + + * New upstream release. + * libpoppler77 -> libpoppler80. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Wed, 26 Sep 2018 14:55:21 +0200 + +poppler (0.66.0-1) experimental; urgency=medium + + * New upstream release. + * libpoppler75 -> libpoppler76. + * rules: no need to remove .la files anymore since we no longer + use libtool. + * Add one new copyright holder. + + -- Emilio Pozuelo Monfort Sun, 15 Jul 2018 12:23:23 +0200 + +poppler (0.65.0-1) experimental; urgency=medium + + * New upstream release. + - CVE-2017-18267: fix infinite recursion on malformed documents. + * libpoppler75 -> libpoppler76. + * Switch dh_missing to fail mode. + * Update copyright holders. + + -- Emilio Pozuelo Monfort Sun, 03 Jun 2018 10:15:33 +0200 + +poppler (0.64.0-1) experimental; urgency=medium + + * New upstream release. + * 0001-Fix-PDFDoc-checkHeader-for-PDFs-smaller-than-1-KiB.patch: + - Removed, included upstream. + * Bump debhelper compat to 11. + - Don't install a TODO file, it hasn't existed for a while and + dh_installdocs now aborts on unknown files. + * Move libglib2.0-doc and libcairo2-doc to Build-Depends-Indep. They + are only needed to generate cross-references in the documentation. + * libpoppler74 -> libpoppler75. + + -- Emilio Pozuelo Monfort Thu, 19 Apr 2018 19:44:35 +0200 + +poppler (0.63.0-2) unstable; urgency=medium + + * 0001-Fix-PDFDoc-checkHeader-for-PDFs-smaller-than-1-KiB.patch: + - Don't give up on files smaller than 1KB. At least pdf2djvu's + test suite has such files, and it breaks without this patch. + Closes: #895630. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Thu, 19 Apr 2018 12:02:38 +0200 + +poppler (0.63.0-1) experimental; urgency=medium + + * New upstream release. + - Fix performance regression on cairo backends. Closes: #895487. + * debian/patches/01-new-gtk-doc.patch: + - Removed, merged upstream. + * debian/rules: + - Let dpkg set -g and other CFLAGS for us. + * libpoppler73 -> libpoppler74. + + -- Emilio Pozuelo Monfort Thu, 12 Apr 2018 19:12:20 +0200 + +poppler (0.62.0-2) unstable; urgency=medium + + * 01-new-gtk-doc.patch: patch from upstream git, fix FTBFS with new + gtk-doc-tools. Closes: #887525. + * rules: don't hardcode CXXFLAGS when setting -g, instead append to it + so that we also get dpkg's buildflags. + * rules: pass CFLAGS down to CMake. This should get x32 the required flags + from dpkg to build with hardening=pie. This was lost during the switch + to CMake as it doesn't use CFLAGS directly. Closes: #883881. + * debian/tests/test-qt4.cpp: drop, the qt4 build is gone. + * qt-visibility.diff: drop qt4 hunk. + * control: Switch Vcs to salsa. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Sun, 04 Mar 2018 11:37:52 +0100 + +poppler (0.62.0-1) experimental; urgency=medium + + * New upstream release. + * Drop libpoppler-qt4 library, removed upstream. Closes: #875096. + * libpoppler72 -> libpoppler73. + * control: Bump Standards-Version to 4.1.2. + + -- Emilio Pozuelo Monfort Thu, 14 Dec 2017 19:22:22 +0100 + +poppler (0.61.1-2) unstable; urgency=medium + + * debian/patches/qt-visibility.diff: forward upstream. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Wed, 06 Dec 2017 09:47:06 +0100 + +poppler (0.61.1-1) experimental; urgency=medium + + * New upstream release. + * CVE-2017-14517: null pointer dereference on broken files. Closes: #876079. + * CVE-2017-14518: division by 0 on broken files. Closes: #876082. + * CVE-2017-14519: infinite recursion on broken files. Closes: #876086. + * CVE-2017-14520: floating point exception on broken files. Closes: #876081. + * CVE-2017-14617: floating point exception on broken files. Closes: #876385. + * CVE-2017-14926: null pointer dereference on broken files. Closes: #877239. + * CVE-2017-14927: null pointer dereference on broken files. Closes: #877237. + * CVE-2017-14928: null pointer dereference on broken files. Closes: #877231. + * CVE-2017-14929: infinite recursion on broken files. Closes: #877222. + * CVE-2017-14975: null pointer dereference on broken files. Closes: #877957. + * CVE-2017-14976: heap-based buffer over-read. Closes: #877954. + * CVE-2017-14977: null pointer dereference on broken files. Closes: #877952. + * CVE-2017-15565: null pointer dereference on broken files. Closes: #879066. + * Switch to cmake; the autotools build system is gone. + * rules: set libdir to the multiarch dir. + * Don't install static libs, they are not built with cmake. + * rules: Build with -g to get useful debugging symbols. + * control: Bump Standards-Version to 4.1.1. + * control: Drop Testsuite header, no longer needed. + * libpoppler70 -> libpoppler72. + * qt-visibility.diff: Port to cmake, but disable for now. Some Qt tests + use some of the private symbols and they are built now with the cmake + build system, which causes the build to fail. This makes the Qt + libraries export way more symbols, but they are not exported in the + headers, so this is fine for now. + + -- Emilio Pozuelo Monfort Mon, 20 Nov 2017 19:17:11 +0100 + +poppler (0.59.0-1) experimental; urgency=medium + + * New upstream release. + * libpoppler68 -> libpoppler70. + * Update symbols. + * control: Downgrade libpoppler-glib-doc dependency on other -doc packages + to a recommends. + * control: Remove ancient breaks/replaces. + * control: Bump Standards-Version to 4.1.0. + * copyright: Update copyright holders. + * rules: Switch to dh_missing as dh_install --list-missing is now deprecated. + * rules: Qt 3 is long gone, no need to try to use qt4's moc over it. + * rules: Drop V=1, no longer needed. + + -- Emilio Pozuelo Monfort Wed, 20 Sep 2017 01:23:06 +0200 + +poppler (0.57.0-2) unstable; urgency=medium + + * debian/copyright: Add missing copyright holders. Closes: #872298. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Tue, 29 Aug 2017 18:42:54 +0200 + +poppler (0.57.0-1) experimental; urgency=medium + + [ Pino Toscano ] + * Update Vcs-* fields. + * Add a lintian override for the "breaks-without-version xpdf-common" in + poppler-utils, as it is making sure to clean up xpdf-common for upgrades + to Buster. + + [ Emilio Pozuelo Monfort ] + * New upstream release. Closes: #860955. + * Fixes: + CVE-2017-9406: memory leak parsing XRef entries. Closes: #864010. + CVE-2017-9408: memory leak in Object::initArray. Closes: #864009. + CVE-2017-9775: stack buffer overflow in GfxState.cc. Closes: #865680. + CVE-2017-9776: integer overflow leading to heap buffer overflow + in JBIG2Stream.cc. Closes: #865679. + CVE-2017-9865: stack buffer overflow in GfxImageColorMap::getGray. + Closes: #867477. + CVE-2017-7511: pdfunite denial of service due to null pointer + dereference. Closes: #863759. + CVE-2017-7515: crash in tools due to infinite recursion. + * debian/patches/upstream_pdfseparate-remove-extra-in-error-message.patch: + + Dropped, fixed upstream. + * Update symbols files. + * libpoppler64 -> libpoppler68. + * Re-enable PIE. Looks like Qt5 got fixed. + * Bump debhelper compat to 10. + + debhelper now defaults to --with autoreconf. + + It also defaults to --parallel. + * Switch to -dbgsym packages. + * Set the team as maintainer. + * Add myself to uploaders. + + -- Emilio Pozuelo Monfort Mon, 14 Aug 2017 22:19:15 +0200 + +poppler (0.48.0-2) unstable; urgency=medium + + * Upload to unstable. (See #839869) + * autopkgtest: build the qt5 test with -std=c++11, required with Qt5 >= 5.6. + * Backport upstream commit 5d15a52aade68c618c356fe403ca500e74917ef7 to remove + an extra '%' in an error message of pdfseparate; patch + upstream_pdfseparate-remove-extra-in-error-message.patch. (Closes: #835202) + + -- Pino Toscano Sat, 05 Nov 2016 08:29:43 +0100 + +poppler (0.48.0-1) experimental; urgency=medium + + * New upstream release: + - fixes UTF-16 decoding of document outline title (Closes: #702082) + - fixes crashes in PDF documents (Closes: #830565) + * Rename packages according to the new SONAMEs: + - libpoppler61 -> libpoppler64 + * Update copyright. + * Bump the libglib2.0-dev (build-)dependency to 2.41, as noted in the + upstream build system. + * Update symbols files. + * Bump shlibs for libpoppler-cpp0v5 to >= 0.46.0, following the new APIs + added. + * Install the GObject introspection data in a multi-arch directory: + - bump the libgirepository1.0-dev, and gobject-introspection to + >= 1.42.0-2~, as providing a fixed dh_girepository + - update gir1.2-poppler-0.18.install + - mark gir1.2-poppler-0.18 as Multi-Arch: same + + -- Pino Toscano Sat, 08 Oct 2016 20:14:42 +0200 + +poppler (0.44.0-3) unstable; urgency=medium + + * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825) + - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev + - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 2.x + is used + + -- Pino Toscano Thu, 09 Jun 2016 23:14:49 +0200 + +poppler (0.44.0-2) unstable; urgency=medium + + * Upload to unstable. (See #823667) + + -- Pino Toscano Fri, 27 May 2016 22:13:46 +0200 + +poppler (0.44.0-1) experimental; urgency=medium + + * New upstream release. + * Rename packages according to the new SONAMEs: + - libpoppler60 -> libpoppler61 + * Update copyright. + + -- Pino Toscano Sun, 22 May 2016 08:46:59 +0200 + +poppler (0.43.0-1) experimental; urgency=medium + + * New upstream release: (Closes: #822644) + - fixes pdfinfo man page (Closes: #813500) + - fixes build with GCC 6 (Closes: #811901) + * Rename packages according to the new SONAMEs: + - libpoppler57 -> libpoppler60 + * Update copyright. + * Update symbols files: + - adapt to the different internal symbols with GCC 6 + * Update build dependencies: + - add zlib1g-dev for Flate compression + - add libnss3-dev for signature handling + * Mention pdfsig in the description of poppler-utils. + + -- Pino Toscano Sun, 01 May 2016 09:31:22 +0200 + +poppler (0.38.0-3) unstable; urgency=medium + + * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix + a crash on invalid files, reported also as CVE-2015-8868; patch + upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578) + * Update Vcs-* fields. + * Bump Standards-Version to 3.9.8, no changes required. + + -- Pino Toscano Mon, 25 Apr 2016 16:51:07 +0200 + +poppler (0.38.0-2) unstable; urgency=medium + + * Upload to unstable. (See #807089) + + -- Pino Toscano Wed, 09 Dec 2015 20:21:27 +0100 + +poppler (0.38.0-1) experimental; urgency=medium + + * New upstream release: + - fixes an initialized value in Splash (Closes: #777250) + * Rename packages according to the new SONAMEs: + - libpoppler47 -> libpoppler57 + * Update copyright. + * debian/patches: + - qt-visibility.diff: refresh + * Update symbols files. + * Merge changes from 0.26.5-3 and 0.26.5-4. + + -- Pino Toscano Sun, 29 Nov 2015 19:42:03 +0100 + +poppler (0.28.1-1) experimental; urgency=medium + + * New upstream release: + - fix typo in JPX stream decoder (Closes: #764997) + * Rename packages according to the new SONAMEs: + - libpoppler46 -> libpoppler47 + * debian/patches: + - upstream_Map-Standard-Expert-encoding-ligatures-to-AGLFN-name.patch: + drop, backported + - qt-visibility.diff: refresh + * Update copyright. + * Update symbols files. + + -- Pino Toscano Tue, 04 Nov 2014 23:04:13 +0100 + +poppler (0.26.5-4) unstable; urgency=medium + + * Handle the new libstc++ ABI of GCC 5 on libpoppler-cpp: (Closes: #796919) + - rename libpoppler-cpp0 to libpoppler-cpp0v5 + - make libpoppler-cpp0v5 conflict/replace libpoppler-cpp0 + + -- Pino Toscano Sat, 29 Aug 2015 11:11:46 +0200 + +poppler (0.26.5-3) unstable; urgency=medium + + * Replace "xpdf-utils (<< 3.02-2~)" with + "xpdf-utils (<< 1:0), xpdf-common" to cleanup the old packages. + (Closes: #774949) + * Disable pie for now, as there seems to be an incompatibility between Qt5 + and GCC >= 5. (Closes: #792592) + * Tighten dependencies on the libpopplerN package to the exact binary + version in other library packages and poppler-utils. (Closes: #767659) + * control: rename XS-Testsuite to Testsuite. + * autopkgtest tests: remove the realpath dependency, as the version of + coreutils in stable provides the realpath binary. + + -- Pino Toscano Sat, 25 Jul 2015 20:01:57 +0200 + +poppler (0.26.5-2) unstable; urgency=medium + + * Backport upstream commit 01723aa17e836e818158dbdc56df642a290be300 to map + Standard/Expert encoding ligatures to AGLFN names; patch + upstream_Map-Standard-Expert-encoding-ligatures-to-AGLFN-name.patch. + (Closes: #740801) + * Bump Standards-Version to 3.9.6, no changes required. + + -- Pino Toscano Sun, 19 Oct 2014 18:23:32 +0200 + +poppler (0.26.5-1) unstable; urgency=medium + + * New upstream release. + + -- Pino Toscano Sat, 27 Sep 2014 15:57:03 +0200 + +poppler (0.26.4-1) unstable; urgency=medium + + * New upstream release. + * Fix linking order in autopkgtest tests. + * Update copyright. + + -- Pino Toscano Fri, 22 Aug 2014 23:43:20 +0200 + +poppler (0.26.3-1) unstable; urgency=medium + + * New upstream release. + * Bump the libqt4-dev (build-)dependency to 4.7.0, as noted in the upstream + build system. + * Update copyright. + + -- Pino Toscano Sun, 20 Jul 2014 19:16:14 +0200 + +poppler (0.26.2-3) unstable; urgency=medium + + * Mark libpoppler-dev, libpoppler-private-dev, libpoppler-qt5-dev, and + libpoppler-cpp-dev as Multi-Arch: same; dependencies of the other -dev's + are not ready. (Closes: #743817) + * Switch from autotools-dev to dh-autoreconf: (Closes: #753342) + - autoreconf in as-needed mode, and thus drop patch ltmain-as-needed.diff + - remove Makefile.in parts from qt-visibility.diff + * Provide a simple debian/upstream/metadata file, for DEP 12. + * Remove Dave Beckett and Ross Burton from Uploaders, since they have done + no work at all in poppler. + * Add simple autopkgtest tests for the frontends (cpp, glib, qt4, qt5); + loosely inspired by the glib one provided by Ubuntu. + + [ Peter Pentchev ] + * Drop the unused libgtk2.0-dev build dependency. (Closes: #749972) + + -- Pino Toscano Fri, 18 Jul 2014 19:04:31 +0200 + +poppler (0.26.2-2) unstable; urgency=medium + + * Upload to unstable. (See #751525) + + -- Pino Toscano Wed, 02 Jul 2014 21:37:11 +0200 + +poppler (0.26.2-1) experimental; urgency=medium + + * New upstream release: + - 'pdftohtml -v' now returns 0 as exit code (Closes: #732427) + + -- Pino Toscano Fri, 20 Jun 2014 00:53:56 +0200 + +poppler (0.26.1-1) experimental; urgency=medium + + * New upstream release: + - fix extraction of text in some files (Closes: #747057) + * Update copyright. + * Merge changes from 0.24.5-4: + - upstream_Fix-extraction-of-text-in-some-files.patch: drop, backported + + -- Pino Toscano Sat, 24 May 2014 16:03:20 +0200 + +poppler (0.26.0-1) experimental; urgency=medium + + * New upstream release: + - pdfseparate supports left-padding PDF page patterns (Closes: #723121) + - poppler-glib uses the GLib logging features for Poppler's messages + (Closes: #736425) + * Rename packages according to the new SONAMEs: + - libpoppler44 -> libpoppler46 + * Update copyright. + * Update symbols files. + * debian/patches: + - upstream_fix_qt5_moc_detection.diff: drop, backported + - qt-visibility.diff: remove applied parts + + -- Pino Toscano Fri, 25 Apr 2014 23:54:13 +0200 + +poppler (0.24.5-4) unstable; urgency=medium + + * Backport upstream commit 5b2cdef49a8a0a92fd323fbe45841a5098a42ece to fix + extraction of text in in some documents; patch + upstream_Fix-extraction-of-text-in-some-files.patch. (Closes: #747057) + * Enable the autotools_dev dh addon to update config.{guess,sub} before + configure. (Closes: #734014) + + -- Pino Toscano Sat, 24 May 2014 15:00:15 +0200 + +poppler (0.24.5-3) unstable; urgency=medium + + * Upload to unstable. + * The rebuild closes: #742293. + + -- Pino Toscano Sat, 05 Apr 2014 16:28:26 +0200 + +poppler (0.24.5-2) experimental; urgency=medium + + * Backport upstream commits a766c55f68db38feed91cf003a0d5710e2f925a8 and + e238c1f83fd5f667336bfbb0e9a59569ff638ecc to fix the detection of + Qt 5's moc; patch upstream_fix_qt5_moc_detection.diff. + * Rename patch qt4-visibility.diff to qt-visibility.diff, and extend to qt5. + * Provide poppler-qt5: (Closes: #716685) + - add the qtbase5-dev build dependency + - add the libpoppler-qt5-1 and libpoppler-qt5-dev binaries + - pass --enable-poppler-qt5 to configure + - add symbols file for libpoppler-qt5-1 + + -- Pino Toscano Sun, 02 Feb 2014 14:18:21 +0100 + +poppler (0.24.5-1) experimental; urgency=low + + * New upstream release: + - poppler can handle documents bigger than 2GB. (Closes: #642530) + - fixes a typo in an error message. (Closes: #708972) + * Rename packages according to the new SONAMEs: + - libpoppler37 -> libpoppler44 + * debian/patches: + - qt4-visibility.diff: refresh + - upstream_pdfseparate-improve-the-path-building.patch: drop, backported + - upstream_Allow-only-one-d-in-the-filename.diff: drop, backported + * Update copyright. + * Update symbols files. + * Remove the manual link to pthreads, introduced in 0.18.4-10, as it is no + more needed now (poppler does it on its own now). + + -- Pino Toscano Tue, 21 Jan 2014 23:58:32 +0100 + +poppler (0.22.5-4) unstable; urgency=medium + + * Upload to unstable. + + -- Pino Toscano Tue, 21 Jan 2014 22:43:36 +0100 + +poppler (0.22.5-3) experimental; urgency=low + + * Merge changes from 0.18.4-9 and 0.18.4-10: + - upstream_Allow-only-one-d-in-the-filename.diff: pick it unmodified from + upstream + + -- Pino Toscano Wed, 18 Dec 2013 14:40:56 +0100 + +poppler (0.22.5-2) experimental; urgency=low + + * Merge changes from 0.18.4-7 and 0.18.4-8: + - CVE-2012-2142.diff: drop, fixed upstream + - upstream_pdfseparate.1-Syntax-fixes.patch: drop, backported + + -- Pino Toscano Wed, 21 Aug 2013 14:25:35 +0200 + +poppler (0.22.5-1) experimental; urgency=low + + * New upstream release: + - fixes case sensitive search in poppler-glib. (Closes: #299657) + - poppler passes correct UTF-8 strings to cairo. (Closes: #697766) + * Rename packages according to the new SONAMEs: + - libpoppler28 -> libpoppler37 + * debian/patches: + - qt4-visibility.diff: refresh + - upstream_fix-GooString-insert.diff: drop, applied upstream + - upstream_Fix-another-invalid-memory-access-in-1091.pdf.asan.7.patch: drop, + backported + - upstream_Fix-invalid-memory-access-in-2030.pdf.asan.69.463.patch: drop, + backported + - upstream_Fix-invalid-memory-access-in-1150.pdf.asan.8.69.patch: drop, + backported + - upstream_Initialize-refLine-totally.patch: drop, backported + - upstream_cairo-support-parameterized-Gouraud-shading.patch: drop, + applied upstream + * Update copyright. + * Update symbols files. + * Update configure arguments: + - Add: --enable-libpng, --enable-libtiff, --enable-cms=lcms2 + (no actual changes, just enforce their usage) + * Update recommends and suggests: + - libpoppler-private-dev: drop the libpng-dev, libtiff-dev suggests. + - poppler-utils: drop the ghostscript recommend. + * Split the API documentation from libpoppler-glib-dev to an own + libpoppler-glib-doc. + + -- Pino Toscano Wed, 07 Aug 2013 13:21:35 +0200 + +poppler (0.20.5-3) experimental; urgency=low + + * Merge changes from 0.18.4-6: + - upstream_Fix-another-invalid-memory-access-in-1091.pdf.asan.7.patch: + update from upstream repository + - upstream_Fix-invalid-memory-access-in-2030.pdf.asan.69.463.patch: + update from upstream repository + - upstream_Fix-invalid-memory-access-in-1150.pdf.asan.8.69.patch: + update from upstream repository + - upstream_Initialize-refLine-totally.patch: + update from upstream repository + + -- Pino Toscano Tue, 26 Mar 2013 00:52:48 +0100 + +poppler (0.20.5-2) experimental; urgency=low + + * Merge changes from 0.18.4-4 and 0.18.4-5: + - psoutputdev-initialize-vars.diff: drop, obsolete + * Backport upstream commit ae8fc0cbfc6123189e17b3cf1286e0540f181646 to + support parameterized Gouraud shading in CairoOutputDev; patch + upstream_cairo-support-parameterized-Gouraud-shading.patch. + (Closes: #699467) + + -- Pino Toscano Thu, 31 Jan 2013 19:41:24 +0100 + +poppler (0.20.5-1) experimental; urgency=low + + * New upstream release. + * Update copyright. + + -- Pino Toscano Wed, 10 Oct 2012 21:02:25 +0200 + +poppler (0.20.4-1) experimental; urgency=low + + * New upstream release. + * Rename packages according to the new SONAMEs: + - libpoppler27 -> libpoppler28 + * Add few optional symbols to the libpoppler-qt4-4 symbols file. + * Rename docs to libpoppler28.docs to make sure it is used only for + libpoppler. + + -- Pino Toscano Sun, 23 Sep 2012 17:03:39 +0200 + +poppler (0.20.3-2) experimental; urgency=low + + * Adapt the libpoppler-qt4-4 symbols file to the internal symbols exported + only with GCC 4.7, and to other templinst arm* symbols. + + -- Pino Toscano Tue, 14 Aug 2012 01:08:12 +0200 + +poppler (0.20.3-1) experimental; urgency=low + + * New upstream release. + * Rename packages according to the new SONAMEs: + - libpoppler26 -> libpoppler27 + * Update copyright. + * Remove from libpoppler-private-dev the headers we used to install manually + but which are not installed by the upstream sources: + - ArthurOutputDev.h + - CairoFontEngine.h + - CairoOutputDev.h + - DCTStream.h + - JPEG2000Stream.h + - PageLabelInfo.h + using them would have meant not compiling with upstream sources anyway. + * Remove the libopenjpeg-dev suggest from libpoppler-private-dev, since now + there are no more headers including openjpeg headers. + * Add a symbols file for libpoppler-qt4-4, based on poppler 0.20.1: + - add patch qt4-visibility.diff to enable the GCC hidden visibility, + and avoid exporting private symbols + - set the current poppler version as version for the remaining private + symbols + - stop invoking dh_makeshlibs manually for libpoppler-qt4-4 + + -- Pino Toscano Sat, 11 Aug 2012 12:13:20 +0200 + +poppler (0.20.2-2) experimental; urgency=low + + * Raise the version of the libpoppler-private-dev breaks/replaces against + libpoppler-dev to << 0.20.2. (Closes: #681313) + + -- Pino Toscano Thu, 12 Jul 2012 12:19:17 +0200 + +poppler (0.20.2-1) experimental; urgency=low + + * New upstream release. + * Merge changes from 0.18.4-3: + - upstream_cairo-use-correct-userfont-font-bbox.patch: drop, backported + - upstream_Change-nnnnnn-to-number.patch: drop, backported + - upstream_pdfinfo-decode-utf-16-surrogate-pairs.patch: drop, backported + * Update copyright. + + -- Pino Toscano Wed, 11 Jul 2012 23:51:35 +0200 + +poppler (0.20.1-1) experimental; urgency=low + + * New upstream release. + * Rename packages according to the new SONAMEs: + - libpoppler19 -> libpoppler26 + - libpoppler-qt4-3 -> libpoppler-qt4-4 + * Bump shlibs for libpoppler-qt4-4. + * Update copyright. + * Update build dependencies: + - Switch liblcms1-dev to liblcms2-dev, supported upstream now. + * debian/patches: + - ltmain-as-needed.diff: refresh + * Add pdfdetach in the description of poppler-utils. + * Add a symbols file for libpoppler-glib8, based on poppler 0.18; + the C++ symbols (internal) of it now have the current poppler version + as version. + + -- Pino Toscano Mon, 11 Jun 2012 15:14:29 +0200 + +poppler (0.18.4-10) unstable; urgency=low + + * Manually force the link of everything against pthreads; while I cannot + reproduce #730112, it seems (see e.g. #728113) that doing so would fix + the poppler utilities. (Closes: #730112) + Newer versions of poppler link to pthreads already, so this is a + workaround for 0.18.x only. + + -- Pino Toscano Sun, 15 Dec 2013 12:49:01 +0100 + +poppler (0.18.4-9) unstable; urgency=medium + + * Remove the custom RPATH handing on Hurd, since the issue does not affect + the build anymore; remove the hurd-only chrpath build dependency. + * Backport upstream commits b8682d868ddf7f741e93b791588af0932893f95c (patch + upstream_pdfseparate-improve-the-path-building.patch) + and 61f79b8447c3ac8ab5a26e79e0c28053ffdccf75 (patch + upstream_Allow-only-one-d-in-the-filename.diff) to fix two string/format + issues in pdfseparate, reported as CVE-2013-4473 and CVE-2013-4474. + (Closes: #723124, #729064) + * Bump Standards-Version to 3.9.5, no changes required. + + -- Pino Toscano Sun, 17 Nov 2013 18:57:18 +0100 + +poppler (0.18.4-8) unstable; urgency=low + + * Remove the .la files from debian/tmp, to shorten the --list-missing output. + * Workaround issues of old libtool on Hurd, by removing with chrpath the + extra RPATH added; add the hurd-only chrpath build dependency for that. + * Backport upstream commit 8e504bf2543621973fdaddbd29055ce435540146 to fix + small syntax issues in pdfseparate.1. + + -- Pino Toscano Tue, 20 Aug 2013 19:12:31 +0200 + +poppler (0.18.4-7) unstable; urgency=low + + * Filter stuff that might end up in the shell; patch CVE-2012-2142.diff + by Marek Kasik to fix CVE-2012-2142. + * Fix Vcs-* headers. + * Bump Standards-Version to 3.9.4, no changes required. + * Adjust watch file to allow both gz and xz extensions. + * Mark poppler-dbg as Multi-Arch: same. + + -- Pino Toscano Fri, 09 Aug 2013 12:50:40 +0200 + +poppler (0.18.4-6) unstable; urgency=low + + * Backport upstream commits 0388837f01bc467045164f9ddaff787000a8caaa (patch + upstream_Fix-another-invalid-memory-access-in-1091.pdf.asan.7.patch), + 8b6dc55e530b2f5ede6b9dfb64aafdd1d5836492 (adapted patch + upstream_Fix-invalid-memory-access-in-1150.pdf.asan.8.69.patch), and + e14b6e9c13d35c9bd1e0c50906ace8e707816888 (adapted patch + upstream_Fix-invalid-memory-access-in-2030.pdf.asan.69.463.patch) to fix + CVE-2013-1788. + * Backport upstream commit b1026b5978c385328f2a15a2185c599a563edf91 to fix + CVE-2013-1790 (patch upstream_Initialize-refLine-totally.patch). + * With the changes above, this upload closes: #702071. + + -- Pino Toscano Mon, 25 Mar 2013 21:43:07 +0100 + +poppler (0.18.4-5) unstable; urgency=low + + * Correctly initialize PSOutputDev::fontFileNameLen and + PSOutputDev::psFileNames; patch psoutputdev-initialize-vars.diff. + (Closes: #699421) + + -- Pino Toscano Thu, 31 Jan 2013 15:20:33 +0100 + +poppler (0.18.4-4) unstable; urgency=low + + * Backport upstream commits 7ba15d11e56175601104d125d5e4a47619c224bf and + 55940e989701eb9118015e30f4f48eb654fa34c4 to fix GooString::insert; + patch upstream_fix-GooString-insert.diff. (Closes: #693817) + * Add a libcairo2-doc build dependency to fix cross-references to cairo + methods in the poppler-glib apidox. + + -- Pino Toscano Tue, 27 Nov 2012 16:24:17 +0100 + +poppler (0.18.4-3) unstable; urgency=low + + * Finally drop the libfontconfig1-dev dependency from libpoppler-dev, + since now all sources have been fixed. + * Remove an extra colon from the override_dh_auto_clean declaration. + * Move the poppler private headers from libpoppler-dev to + libpoppler-private-dev: + - Add break/replaces in libpoppler-private-dev. + - Drop lintian overrides of libpoppler-private-dev. + - Adjust descriptions of libpoppler-dev and libpoppler-private-dev. + * Backport upstream commit f1e621adbbb74ec709022b2a31195331651c83fa to fix + the glyph drawing with cairo >= 1.12; patch + upstream_cairo-use-correct-userfont-font-bbox.patch. (Closes: #668250) + * Backport upstream commit fde3bed0f400a50f31f1f6bcee44ac1b2c17ddc6 to make + pdfinfo decode UTF-16 surrogate pairs; patch + upstream_pdfinfo-decode-utf-16-surrogate-pairs.patch. (Closes: #525309) + * Backport upstream commit 4eaafe67de79fb63ebf61f031a97bbc0ed6a8891 to fix + the man page of pdftoppm regarding the naming of the output files; + patch upstream_Change-nnnnnn-to-number.patch. (Closes: #495901) + + -- Pino Toscano Thu, 21 Jun 2012 21:38:32 +0200 + +poppler (0.18.4-2) unstable; urgency=low + + * Upload to unstable. + * Enable all the hardening flags. + * Bump to Standards-Version to 3.9.3, no changes required. + * Bump debhelper build dependency to >= 9, since compat 9 is used. + * Set the minimum shlib version of libpoppler19 to the current version. + * Temporarly put back the libfontconfig1-dev dependency to libpoppler-dev, + as there is still one source assuming that dependency. + + -- Pino Toscano Thu, 31 May 2012 15:24:07 +0200 + +poppler (0.18.4-1) experimental; urgency=low + + * New upstream release. + * Update copyright. + + -- Pino Toscano Sat, 18 Feb 2012 20:22:17 +0100 + +poppler (0.18.3-1) experimental; urgency=low + + * New upstream release: (Closes: #644447) + - fixes rendering of Porirua City overview map. (Closes: #443547) + - shows the names of unknown fonts. (Closes: #524323) + * Rename packages according to the new SONAMEs: + - libpoppler13 -> libpoppler19 + - libpoppler-glib6 -> libpoppler-glib8 + * Bump shlibs for libpoppler-glib8 and libpoppler-qt4-3. + * debian/patches: + - ltmain-as-needed.diff: refresh + * Update copyright. + * Update configure arguments: + - Remove: --disable-poppler-qt, --disable-abiword-output + * Drop test-poppler-glib from libpoppler-glib-dev, as it does not exist + anymore. + * Update build dependencies, dependencies and suggests: + - Switch liblcms-dev to liblcms1-dev, to make it explicit lcms 1 is used. + - Add libtiff-dev (for TIFF support). + - Remove the gnome-pkg-tools B-D, unused. + - libpoppler-dev: remove libfontconfig1-dev. + - libpoppler-private-dev: suggest packages containing headers included in + barely used private poppler core headers: libfreetype6-dev, + libopenjpeg-dev, libpng-dev, libtiff-dev. (Closes: #646688) + - libpoppler-glib-dev: remove libgtk2.0-dev. + * Enable the GObject introspection support (Closes: #617604): + - Add libgirepository1.0-dev and gobject-introspection build dependencies. + - Add a new package gir1.2-poppler-0.18, and make libpoppler-glib-dev + depend on it. + - Enable the introspection in configure arguments. + * Improve description of poppler-utils, also including the new tools + (pdfseparate, pdftocairo, pdfunite). + * Convert convert to the `dh' sequencer: + - Drop cdbs build dependency. + - Bump debhelper build dependency to 7.0.50. + - Make use of the gir dh addon. + - Enable parallel build support. + * Remove ${shlibs:Depends} from poppler-dbg. + * Install the upstream ChangeLog only in the libpopplerN package. + * Convert to multi-arch: + - Bump debhelper build dependency to 8.9.0. + - Bump compat to 9. + - Add dpkg build dependency to 1.16.1. + - libpoppler19, libpoppler-glib8, libpoppler-qt4-3, libpoppler-cpp0: + mark "Multi-Arch: same", and add Pre-Depends. + - poppler-utils: mark "Multi-Arch: foreign". + - Fix (using wildcard) library paths in .install files, taking care of + installing the gir .typelib file in a non-multi-arch path. + * Use DEB_LDFLAGS_MAINT_APPEND in rules to properly append custom LDFLAGS. + (Closes: #651968) + * Make the build verbose (V=1). + + -- Pino Toscano Sun, 12 Feb 2012 22:49:35 +0100 + +poppler (0.16.7-3) unstable; urgency=low + + [ Michael Gilbert ] + * Bump standards to 3.9.2. + * Remove automatically generated glib reference files in clean rule (this + prevents automatic generation of a debian patch on a second build run. + + [ Pino Toscano ] + * Switch to my @debian.org address, I'm a DD now. + * Add a libpoppler-private-dev package: it will contain the private + poppler core headers, but at the moment it is empty to allow sources + to migrate their (build-)dependencies from libpoppler-dev to it. + * control: add Vcs-Browser and Vcs-Git headers. + * control: fix some of the conflict/replaces relations in poppler-utils: + - xpdf-utils: properly set the version for it, and turn into a + breaks/replaces (see also #586620) + - pdftohtml: remove the version, since any newer version would always + conflict with the one in poppler-utils + + -- Pino Toscano Fri, 10 Feb 2012 23:59:28 +0100 + +poppler (0.16.7-2) unstable; urgency=low + + * Upload to unstable. + + -- Pino Toscano Fri, 01 Jul 2011 22:29:43 +0200 + +poppler (0.16.7-1) experimental; urgency=low + + * New upstream release. + * Make sure to really disable the gobject introspection for configure. + * Few touches to descriptions: + - Fix typo in libpoppler-cpp0. + - Correctly capitalize "Xpdf". + * Update copyright. + * Enable as-needed linking: + - Import the ltmain-as-needed.diff (refreshed) patch to allow to pass + -Wl,--as-needed at the beginning of autotools linking lines + - set LDFLAGS to "-Wl,--as-needed" + * Drop abiword support, buggy and dropped in Poppler 0.18: + (Closes: #521456, #618634) + - rules: add --disable-abiword-output + - control: remove the libxml2-dev build-dependency and the pdftoabw + references in the poppler-utils description + - drop patch 03_CVE-2009-3938.patch, no more needed now + - drop pdftoabw.1 manpage + - libpoppler-dev.install: stop installing ABWOutputDev.h + + -- Pino Toscano Fri, 01 Jul 2011 00:47:07 +0200 + +poppler (0.16.3-1) experimental; urgency=low + + [ Pino Toscano ] + * New upstream release: (Closes: #567817, #585434, #592534, #601179, #611874) + - fixes thread-unsafe usage of strtok(). (Closes: #533426) + - pdftohtml correctly rotates images. (Closes: #506785) + - pdftoppm tests correctly for rotation. (Closes: #614831) + - fixes text highlighting. (Closes: #463963) + - fixes image rescaling with cairo. (Closes: #533138) + - fixes/hides some "Illegal entry in bfrange block in ToUnicode CMap" + errors. (Closes: #578050) + - fixes a pdftotext crash. (Closes: #611124) + * Update patches: + - 01_revert_abi_change.patch: remove, obsolete + - 02_autohinting_abi_compatibility.patch: remove, obsolete + - 03_CVE-2009-3938.patch: add two DEP3 headers (with bug number) + - 04_security.patch: remove, applied upstream + * Drop Qt 3 frontend, unused in Debian (and will no more be provided with + Poppler 0.18). (Closes: #604370, #558951) + * Rename packages according to the new SONAMEs: + - libpoppler5 -> libpoppler13 + - libpoppler-glib4 -> libpoppler-glib6 + * Update shlib depends for libpoppler-qt4-3. + * Add packages for the new CPP frontend (libpoppler-cpp0). + * Update build-dependencies and dependencies: + - Bump libglib2.0-dev, libcairo2-dev, gtk-doc-tools, and libqt4-dev + to the versions required upstream. + - Remove obsolete B-D: libqt3-mt-dev, libglade2-dev. + - libpoppler-glib-dev: add libgtk2.0-dev (Closes: #540582), remove + libpango1.0-dev. + * Update configure arguments: + - Add: --enable-xpdf-headers + - Remove: --enable-a4-paper + * Update copyright, adding a small clarifying text that the Poppler license + is GPL v2 only. (Closes: #611259) + * Bump debhelper compatibility to 7: + - Update .install files accordingly. + * libpoppler-dev.install: Avoid installing all the poppler private headers + (even those that will not work), but rely on what poppler installs + and manually copy the few "useful". + * rules: include /usr/share/cdbs/1/rules/utils.mk for list-missing. + * Add myself to the Uploaders. + * Add Homepage field in control. + * Improve descriptions of most of the packages. + + [ Michael Gilbert ] + * Recommend poppler-data (closes: #584503). + * Fix a typo (closes: #582527). + * Update to source format 3.0 (quilt). + - Drop explicit quilt dependency. + * Bump standards version to 3.8.4 (no changes required). + * Add copyright dates to copyright file as stated in README-XPDF. + * Add manpage for pdftoabw (closes: #505147). + + -- Josselin Mouette Thu, 03 Mar 2011 22:14:46 +0100 + +poppler (0.12.4-1.2) unstable; urgency=medium + + * Non-maintainer upload by the Security Team + * Fix CVE-2010-3702, CVE-2010-3703, CVE-2010-3704 and several crashers + (Closes:#599165) + + -- Moritz Mühlenhoff Sat, 23 Oct 2010 15:59:04 +0200 + +poppler (0.12.4-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Do not conflict with newer versions of xpdf-utils (closes: #586620). + + -- Michael Gilbert Fri, 06 Aug 2010 18:51:54 -0400 + +poppler (0.12.4-1) unstable; urgency=low + + * New upstream release. + * Bump Qt requirements. + + -- Josselin Mouette Fri, 16 Apr 2010 19:22:34 +0200 + +poppler (0.12.2-2.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Fixed CVE-2009-3938 (Closes: #534680) + + -- Giuseppe Iuculano Tue, 22 Dec 2009 16:11:27 +0100 + +poppler (0.12.2-2) unstable; urgency=low + + * Switch to quilt to manage patches. + * 01_revert_abi_change.patch: revert upstream commit that introduced + an ABI change in a stable release. Closes: #558463. + * 02_autohinting_abi_compatibility.patch: revert part of another + upstream commit for a similar reason. + + -- Josselin Mouette Mon, 30 Nov 2009 16:51:53 +0100 + +poppler (0.12.2-1) unstable; urgency=low + + * New upstream release. + + -- Josselin Mouette Sat, 28 Nov 2009 13:24:28 +0100 + +poppler (0.12.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Include fofi/*.h in /usr/include/poppler/fofi. Closes: #553445. + + -- Matt Kraai Tue, 10 Nov 2009 19:51:32 -0800 + +poppler (0.12.0-2) unstable; urgency=low + + * copyright: add complete list of copyright holders. + * Upload to unstable. Hold on to your pants. + + -- Josselin Mouette Sat, 17 Oct 2009 10:48:03 +0200 + +poppler (0.12.0-1) experimental; urgency=low + + * New upstream release. Closes: #530731. + * Rename libpoppler4 to libpoppler5. + * Bump shlibs versions. + + -- Josselin Mouette Thu, 24 Sep 2009 16:39:17 +0200 + +poppler (0.10.6-1) unstable; urgency=critical + + * Fix section for the debug package. + * New upstream release. + + Fix problems that happen when parsing broken JBIG2 files. + CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, + CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, + CVE-2009-1188. + * Bump libqt4 requirement. + * 10_jpxstream_int_crash.patch: removed, upstream has merged a + different fix quite a while ago. + * Standards version is 3.8.1. + + -- Josselin Mouette Wed, 01 Apr 2009 18:30:04 +0200 + +poppler (0.10.5-1) unstable; urgency=low + + [ Pino Toscano ] + * New upstream release, no API nor ABI changes. + + Fixes crash when rendering documents with optional content. + (Closes: #519494) + * Remove lintian override for poppler-dbg, which is no more needed with + lintian >= 2.2.1. + + -- Josselin Mouette Wed, 01 Apr 2009 15:19:53 +0200 + +poppler (0.10.4-3) unstable; urgency=low + + * Revert previous upload, now openjpeg was built successfully on + alpha. + * Build-depend on libglib2.0-doc to ensure proper xrefs. + + -- Josselin Mouette Tue, 10 Mar 2009 12:03:06 +0100 + +poppler (0.10.4-2) unstable; urgency=low + + * Don’t require openjpeg on alpha, since it doesn’t build there. + + -- Josselin Mouette Sun, 08 Mar 2009 03:33:50 +0100 + +poppler (0.10.4-1) unstable; urgency=low + + [ Pino Toscano ] + * New upstream stable release, with ABI and API changes wrt poppler 0.8. + - Rename libpoppler3 to libpoppler4, libpoppler-glib3 to libpoppler-glib4; + libpoppler-qt2 and libpoppler-qt4-3 are not renamed; update control, + DEB_DH_MAKESHLIBS_ARGS_* in rules, and rename install files. + - Add shlib version for libpoppler-qt4-3. + - Drop patches 60_manpages-cfg-flag.patch, 61_manpages-hyphens.patch, and + 62_pdftops-mandatory-arg.patch, merged upstream. + * Build-dep on libopenjpeg-dev for better JPEG2000 reading. + + [ Josselin Mouette ] + * Build-depend explicitly on libjpeg-dev, libfreetype6-dev and + libxml2-dev. + * Bump requirement on libqt4-dev. + + -- Josselin Mouette Fri, 06 Mar 2009 12:54:09 +0100 + +poppler (0.8.7-1) unstable; urgency=low + + * Bump up Standards-Version to 3.8.0. + * New patch, 61_manpages-hyphens, fixes escaping of hyphens in man pages; + FreeDesktop #17225. + * New patch, 62_pdftops-mandatory-arg, fixes synopsis of pdftops in man page + to clarify that a PDF file is required in all cases; FreeDesktop #17226; + closes: #491816. + * Build-dep on cdbs (>= 0.4.52) and add a lintian override with rationale + for the following lintian warning: + W: poppler-dbg: dbg-package-missing-depends poppler + * Add xrefs and CVE for #489756 in 0.8.5-1 as I didn't merge the 0.8.4-1.1 + NMU. + * New upstream release; no API change, bug fixes. + + -- Loic Minier Wed, 20 Aug 2008 17:36:12 +0200 + +poppler (0.8.6-1) unstable; urgency=low + + * Fix /usr/share/gtk-doc/html/poppler symlink to point at + /usr/share/doc/libpoppler-glib-dev/html/poppler instead of + /usr/share/doc/libpoppler-glib-dev/html; LP: #226677. + * New upstream stable release; bug fixes, no API change. + * New patch, 60_manpages-cfg-flag, drop unimplemented -cfg flag from man + pages; FreeDesktop #17222; closes: #461961. + * Rename patch 001_jpxstream_int_crash to 10_jpxstream_int_crash as we don't + have that many patches; also add upstream bug id (FreeDesktop #5667) and + refresh to apply cleanly. + * Build-dep on pkg-config >= 0.18 to make sure -lpoppler is only in + poppler-qt's Libs.private (it already is though); closes: #360595. + + -- Loic Minier Fri, 01 Aug 2008 15:04:05 +0200 + +poppler (0.8.5-1) unstable; urgency=low + + * New upstream release; no API changes, misc fixes. + - Initializes pageWidgets in Page.cc, otherwise it can be a rubbish + pointer as Annots is not a valid object; upstream commit + fd0bf8b05cb155e2f29df31fa01964b12e710b89; CVE-2008-2950; + closes: #489756. + + -- Loic Minier Wed, 30 Jul 2008 14:52:42 +0200 + +poppler (0.8.4-1) unstable; urgency=low + + * New upstream release; no API change. + - Fixes crash when reloading PDFs; GNOME #536482; closes: 484160. + + -- Loic Minier Mon, 30 Jun 2008 10:44:16 +0200 + +poppler (0.8.3-1) unstable; urgency=low + + * New upstream release. Closes: #487214. + + Fix crasher with some PDF files. Closes: #484224. + + -- Josselin Mouette Wed, 25 Jun 2008 16:40:39 +0200 + +poppler (0.8.2-2) unstable; urgency=low + + * Upload to unstable. + * Set myself as Maintainer instead of Uploader, taking over from Ondřej Surý + but I wish we move to an official team; closes: #481323. + + -- Loic Minier Thu, 15 May 2008 12:33:18 +0200 + +poppler (0.8.2-1) experimental; urgency=low + + * New upstream releases. + - Drop patch 006_pthreads_ldflags, upstream now calls ACX_PTHREAD() in + configure.ac which does the right thing. + - Drop patch 102_embedded-font-fixes, merged upstream. + + -- Loic Minier Sun, 11 May 2008 01:02:22 +0200 + +poppler (0.8.0-1) experimental; urgency=low + + * Bump libcairo2-dev build-dep and dep to >= 1.4; thanks + Marc 'HE' Brockschmidt. + * New upstream stable release, with ABI and API changes; closes: #476323. + - Rename libpoppler2 to libpoppler3, libpoppler-glib2 to libpoppler-glib3, + and libpoppler-qt4-2 to libpoppler-qt4-3; NB: libpoppler-qt2 not + renamed; update control, DEB_DH_MAKESHLIBS_ARGS_* in rules, rename + install files. + - Drop shlib version except for libpoppler-qt2. + - Update patch 006_pthreads_ldflags for the version-info changes in + poppler/Makefile.am. + - Force usage of qt4's moc via a PATH setting; export PATH. + * Let libpoppler-glib-dev depend on libglib2.0-dev >= 2.6 for consistency + with build-deps. + * New patch, 102_embedded-font-fixes; protects the methods of the Object + class to be more robust and prevent things like CVE-2008-1693; see also + FreeDesktop/Poppler #11392; taken from the Ubuntu package; + closes: #476842. + * Add a poppler-dbg package; closes: #408403. + - Bump up cdbs build-dep to >= 0.4.51 for -dbg handling fixes. + - Add poppler-dbg to control. + + -- Loic Minier Mon, 17 Mar 2008 21:00:13 +0100 + +poppler (0.6.4-1) unstable; urgency=medium + + * Add ${shlibs:Depends} to libpoppler-glib-dev, libpoppler-dev, + libpoppler-qt-dev, libpoppler-qt4-dev. + * Add ${misc:Depends}. + * Cleanups. + * New upstream releases; no API change; bug fixes; closes: #459342. + * Fix copyright information to use version 2 of the GPL (instead of version 2 + or later); thanks Timo Jyrinki for the patch; closes: #453865. + * Urgency medium for RC bug fix. + * List pdftohtml in poppler-utils' description; closes: #464439. + * Drop libpoppler-qt-dev dependency from libpoppler-qt4-dev; thanks + Pino Toscano; closes: #459922. + * Bump up Standards-Version to 3.7.3. + + -- Loic Minier Fri, 18 Jan 2008 13:35:06 +0100 + +poppler (0.6.2-1) unstable; urgency=low + + * New upstream version. (Closes: #447992) + * Dependency on xpdfrc was removed on 2007-02-25 (Closes: #347789, #440936) + * Changes since 0.6.1: + - Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393 (Closes: #450628) + - Fix a crash on documents with wrong CCITTFaxStream + - Fix a crash in the Cairo renderer with invalid embedded fonts + - Fix a crash with invalid TrueType fonts + - Check if font is inside the clip area before rendering + it to a temporary bitmap in the Splash renderer. Fixes crashes on + incorrect documents + - Do not use exit(1) on DCTStream errors + - Detect form fields at any depth level + - Do not generate appearance stream for radio buttons that are not active + + -- Ondřej Surý Wed, 14 Nov 2007 11:20:07 +0100 + +poppler (0.6.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Tue, 06 Nov 2007 09:07:10 +0100 + +poppler (0.6.1-1) experimental; urgency=low + + * New upstream version. + * Changes since 0.6.0: + - poppler core: + + Fix printing with different x and y scale + + Fix crash when Form Fields array contains references to non + existent objects + + Fix crash in CairoOutputDev::drawMaskedImage() + + Fix embedded file description not working on some cases + - Qt4 frontend: + + Fix printing issue + + Avoid double free + + Fix memory leak when dealing with embedded files + - glib frontend: + + Fix build with --disable-cairo-output + + Do not return unknown field type for signature form fields + - build system: + + Support automake-1.10 + + More compatible sh code in qt.m4 + - utils: + + Fix build on Sun Studio compiler + + -- Ondřej Surý Thu, 25 Oct 2007 11:33:04 +0200 + +poppler (0.6-1) experimental; urgency=low + + * New upstream release. (Closes: #429700) + - merged changes from Ubuntu, courtesy of Sebastien Bacher + - Fix security issue MOAB-06-01-2007 + - Fix security issue CVE-2007-3387 + - Fix security issue CVE-2007-5049 (Closes: #443903) + * debian/watch: + - update (Closes: #441012) + * debian/control, debian/libpoppler2.install, debian/libpoppler-glib2.install, + debian/libpoppler-qt2.install, debian/libpoppler-qt4-2.install, + debian/rules: + - updated for soname change + * debian/libpoppler-glib-dev.install: + - install new test-poppler-glib + * debian/patches/002_CVE-2006-0301.patch: + - dropped, deprecated by the upstream changes + * debian/patches/003_glib-2.0-configure.patch: + * debian/patches/004_CVE-2007-0104.patch: + * debian/patches/005_fix_inverted_text_from_bug_8944.patch: + - dropped, fixed with the new version + * debian/patches/006_pthreads_ldflags.patch: + - updated + + -- Ondřej Surý Thu, 27 Sep 2007 09:03:33 +0200 + +poppler (0.5.4-6) unstable; urgency=low + + * Conflict with old library names from experimental. (Closes: #426023) + + -- Ondřej Surý Wed, 30 May 2007 08:42:32 +0200 + +poppler (0.5.4-5) unstable; urgency=low + + * Add missing poppler/poppler-link-qt3.h header to libpoppler-qt-dev; thanks + Sune Vuorela; closes: #425486. + * Let libpoppler-qt4-dev depend on libpoppler-qt-dev since some of its + headers require poppler-page-transition.h which is clearly from the Qt + bindings; thanks Sune Vuorela; closes: #425540. + * Wrap build-deps and deps. + * Drop useless debian/*.dirs. + * Misc cleanups. + * Build-dep on autotools-dev and drop bogus lintian overrides. + + -- Loic Minier Thu, 24 May 2007 23:09:23 +0200 + +poppler (0.5.4-4) unstable; urgency=low + + * The "Augean Stables" release. + * 0.5.x branch fixes all kind of displaying errors + Closes: #372169, #235360, #331380, #332426, #336616 + Closes: #402647, #369164, #413953, #343654 + * Add versioned conflict to pdftohtml (Closes: #393169) + * We dropped .la files some time ago, libjpeg62-dev dependency not + needed now (Closes: #413112) + * Crash fixed in 0.5.4 (Closes: #418638) + * [control.in]: dropped some time ago (Closes: #407818) + * NMU 0.5.4-5.1 merged as 004_CVE-2007-0104.patch (Closes: #407810) + * 0.5.x uploaded to unstable (Closes: #352522) + * qt4 libraries are now part of build (Closes: #414643) + * No longer depends on poppler-data (Closes: #389753) + * [debian/patches/006_pthreads_ldflags.patch]: + + Add -lpthread to poppler/Makefile.am (Closes: #399275) + + -- Ondřej Surý Wed, 16 May 2007 10:45:39 +0200 + +poppler (0.5.4-3) unstable; urgency=low + + * Upload to unstable. + * Enable Cairo output again. + * Enable gtk-doc build. + * Add lintian override for outdated-autotools-helper-files (we use CDBS). + * Change shared library packages names according to Library Packaging Guide. + * Change ${Source-Version} to ${binary:Version} to allow binNMU + * Drop (= ${Source-Version}) dependency in glib, qt3, qt4 libraries; we are + adding that from debian/rules + * Merge changes from Ubuntu: + + Enable Qt4 library build (but change name to libpoppler-qt4-1). + + [debian/patches/004_CVE-2007-0104.patch]: + - Limit recursion depth of the parsing tree to 100 to avoid infinite loop + with crafted documents. + - Patch taken from koffice security update (which has a copy of xpdf + sources). + + [debian/patches/005_fix_inverted_text_from_bug_8944.patch]: + - fixes "text is inverted in some PDFs" + + -- Ondřej Surý Wed, 16 May 2007 08:26:47 +0200 + +poppler (0.5.4-2) experimental; urgency=low + + * [debian/control]: poppler-data is non-free, do not depend on it (Closes: #389753) + + -- Ondřej Surý Mon, 2 Oct 2006 14:41:58 +0200 + +poppler (0.5.4-1) experimental; urgency=low + + * New upstrem release. + * [debian/control.in]: remove file and add all pkg-freedesktop people + to Uploaders: field + * [debian/control]: Add dependency on poppler-data package. + * [debian/patches/03_glib-2.0-configure.patch]: fix broken configure.ac + + -- Ondřej Surý Fri, 22 Sep 2006 16:49:17 +0200 + +poppler (0.5.3-1) experimental; urgency=low + + * New upstream release. + * debian/lib{poppler,poppler-glib,poppler-qt}-dev.install: + Stop shipping /usr/lib/*.la in libpoppler*-dev. + + -- Ondřej Surý Wed, 31 May 2006 17:19:34 +0200 + +poppler (0.5.2-1) experimental; urgency=low + + * New upstream release. + * Remove patches adopted upstream: + debian/patches/000_incorrect_define_fix.patch + debian/patches/000_splash_build_fix.patch + + -- Ondřej Surý Tue, 23 May 2006 20:21:30 +0200 + +poppler (0.5.1-1) experimental; urgency=low + + * Merge back changes from Ubuntu. + * Upload to experimental (Closes: 352522) + + -- Ondřej Surý Tue, 18 Apr 2006 15:08:26 +0200 + +poppler (0.5.1-0ubuntu6) dapper; urgency=low + + * Install poppler-page-transition into libpoppler-qt-dev (not + libpoppler-dev), since it comes from the Qt bindings. Closes: LP#32179 + + -- Martin Pitt Mon, 10 Apr 2006 12:20:46 +0200 + +poppler (0.5.1-0ubuntu5) dapper; urgency=low + + * debian/patches/000_incorrect_define_fix.patch: + - patch from the CVS, fix an incorrect boxes rendering (Ubuntu: #33239) + + -- Sebastien Bacher Thu, 23 Mar 2006 12:33:17 +0100 + +poppler (0.5.1-0ubuntu4) dapper; urgency=low + + * debian/control.in: libpoppler-dev needs to depend on libfontconfig1-dev, + because we directly include in GlobalParams.h + + -- Adam Conrad Thu, 16 Mar 2006 11:23:00 +1100 + +poppler (0.5.1-0ubuntu3) dapper; urgency=low + + * debian/control.in: Have poppler-utils Replace: xpdf-reader, since both + contain pdftoppm.1.gz. + + -- Martin Pitt Mon, 13 Mar 2006 09:10:12 +0100 + +poppler (0.5.1-0ubuntu2) dapper; urgency=low + + * debian/control.in: + - fix the libpoppler1 package description + + -- Sebastien Bacher Thu, 9 Mar 2006 09:43:15 +0000 + +poppler (0.5.1-0ubuntu1) dapper; urgency=low + + * New upstream version: + - Support for embedded files. + - Handle 0-width lines correctly. + - Avoid external file use when opening fonts. + - Only use vector fonts returned from fontconfig (#5758). + - Fix scaled 1x1 pixmaps use for drawing lines (#3387). + - drawSoftMaskedImage support in cairo backend. + - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420. + * debian/control.in, debian/libpoppler0c2.dirs, + debian/libpoppler0c2-glib.dirs, debian/libpoppler0c2-glib.install, + debian/libpoppler0c2.install, debian/libpoppler0c2-qt.dirs, + debian/libpoppler0c2-qt.install, debian/rules: + - updated for the soname change + * debian/patches/000_splash_build_fix.patch: + - fix build when using splash + * debian/patches/001_fixes_for_fonts_selection.patch: + - fix with the new version + + -- Sebastien Bacher Mon, 6 Mar 2006 18:42:44 +0000 + +poppler (0.5.0-0ubuntu5) dapper; urgency=low + + * debian/control.in, debian/rules: + - build without libcairo + + -- Sebastien Bacher Sun, 26 Feb 2006 20:05:10 +0100 + +poppler (0.5.0-0ubuntu4) dapper; urgency=low + + * debian/patches/001_fixes_for_fonts_selection.patch: + - change from the CVS, fix some renderings issues and fonts selection + + -- Sebastien Bacher Tue, 7 Feb 2006 13:38:04 +0100 + +poppler (0.5.0-0ubuntu3) dapper; urgency=low + + * SECURITY UPDATE: Buffer overflow. + * Add debian/patches/002_CVE-2006-0301.patch: + - splash/Splash.cc, Splash::drawPixel(), Splash::drawSpan(), + Splash::xorSpan(): Check coordinates for integer overflow. + * CVE-2006-0301 + + -- Martin Pitt Fri, 3 Feb 2006 18:13:30 +0000 + +poppler (0.5.0-0ubuntu2) dapper; urgency=low + + * debian/rules: Bump shlibs version to 0.5.0. + + -- Martin Pitt Fri, 20 Jan 2006 16:56:40 +0100 + +poppler (0.5.0-0ubuntu1) dapper; urgency=low + + * New upstream release 0.5.0, required for new evince 0.5. + * Merge with Debian. + * Remove patches adopted upstream: + - debian/patches/000_add-poppler-utils.patch + - debian/patches/002-selection-crash-bug.patch + * debian/libpoppler-dev.install: + - Install poppler-page-transition.h. + - Do not install poppler-config.h, it doesn't exist any more. + - Upstream doesn't install legacy xpdf includes any more, fix path to + install them into libpoppler-dev. + * Add debian/patches/001_jpxstream_int_crash.patch: + - poppler/JPXStream.h: Fix declaration of cbW to be signed. + JPXStream.cc, readCodeBlockData() negates the value, which results in an + invalid value on 64 bit platforms if using unsigned types. + - Thanks to Vladimir Nadvornik for pointing at this. + + -- Martin Pitt Thu, 19 Jan 2006 23:49:52 +0100 + +poppler (0.4.4-1) unstable; urgency=high + + * New upstream security release + - fixes CVE-2005-3624, CVE-2005-3625, CVE-2005-3627 + * Remove debian/patches/003-CVE-2005-3624_5_7.patch: + - Merged upstream + * Remove debian/patches/004-fix-CVE-2005-3192.patch: + - Merged upstream + * Remove debian/patches/001-relibtoolize.patch + - Upstream uses recent libtool + + -- Ondřej Surý Thu, 12 Jan 2006 20:40:27 +0100 + +poppler (0.4.3-3) unstable; urgency=low + + * Fix missing libcairo2-dev dependency (Closes: #346277) + + -- Ondřej Surý Fri, 6 Jan 2006 21:37:10 +0100 + +poppler (0.4.3-2) unstable; urgency=high + + [ Martin Pitt ] + * SECURITY UPDATE: Multiple integer/buffer overflows. + * Add debian/patches/003-CVE-2005-3624_5_7.patch: + - poppler/Stream.cc, CCITTFaxStream::CCITTFaxStream(): + + Check columns for negative or large values. + + CVE-2005-3624 + - poppler/Stream.cc, numComps checks introduced in CVE-2005-3191 patch: + + Reset numComps to 0 since it's a global variable that is used later. + + CVE-2005-3627 + - poppler/Stream.cc, DCTStream::readHuffmanTables(): + + Fix out of bounds array access in Huffman tables. + + CVE-2005-3627 + - poppler/Stream.cc, DCTStream::readMarker(): + + Check for EOF in while loop to prevent endless loops. + + CVE-2005-3625 + - poppler/JBIG2Stream.cc, JBIG2Bitmap::JBIG2Bitmap(), + JBIG2Bitmap::expand(), JBIG2Stream::readHalftoneRegionSeg(): + + Check user supplied width and height against invalid values. + + Allocate one extra byte to prevent out of bounds access in combine(). + * Add debian/patches/004-fix-CVE-2005-3192.patch: + - Fix nVals int overflow check in StreamPredictor::StreamPredictor(). + - Forwarded upstream to https://bugs.freedesktop.org/show_bug.cgi?id=5514. + + [ Ondřej Surý ] + * Merge changes from Ubuntu (Closes: #346076). + * Enable Cairo output again. + + -- Ondřej Surý Thu, 5 Jan 2006 14:54:44 +0100 + +poppler (0.4.3-1) unstable; urgency=high + + * New upstream release. + * New maintainer (Closes: #344738) + * CVE-2005-3191 and CAN-2005-2097 fixes merged upstream. + * Fixed some rendering bugs and disabled Cairo output + (Closes: #314556, #322964, #328211) + * Acknowledge NMU (Closes: #342288) + * Add 001-selection-crash-bug.patch (Closes: #330544) + * Add poppler-utils (merge patch from Ubuntu) + + -- Ondřej Surý Fri, 30 Dec 2005 11:34:07 +0100 + +poppler (0.4.2-1.1) unstable; urgency=high + + * SECURITY UPDATE: Multiple integer/buffer overflows. + + * NMU to fix RC security bug (closes: #342288) + * Add debian/patches/04_CVE-2005-3191_2_3.patch taken from Ubuntu, + thanks to Martin Pitt: + * poppler/Stream.cc, DCTStream::readBaselineSOF(), + DCTStream::readProgressiveSOF(), DCTStream::readScanInfo(): + - Check numComps for invalid values. + - http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities + - CVE-2005-3191 + * poppler/Stream.cc, StreamPredictor::StreamPredictor(): + - Check rowBytes for invalid values. + - http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities + - CVE-2005-3192 + * poppler/JPXStream.cc, JPXStream::readCodestream(): + - Check img.nXTiles * img.nYTiles for integer overflow. + - http://www.idefense.com/application/poi/display?id=345&type=vulnerabilities + - CVE-2005-3193 + + -- Frank Küster Fri, 23 Dec 2005 16:36:30 +0100 + +poppler (0.4.2-1) unstable; urgency=low + + * GNOME Team upload. + * New upstream version. + * debian/control.in: + - updated the Build-Depends on libqt (Closes: #326130). + * debian/rules: + - updated the shlibs. + + -- Sebastien Bacher Wed, 7 Sep 2005 12:41:48 +0200 + +poppler (0.4.0-1) unstable; urgency=low + + * GNOME Team Upload. + * Rebuild for the CPP transition. + * New upstream version (Closes: #311133): + - fix some crashers (Closes: #315590, #312261, #309410). + - fix some rendering defaults (Closes: #314441, #315383, #309697, #308785). + * debian/control.in, debian/rules: + - build with the current cairo version (Closes: #321368, #318293). + - update for the renamed the packages. + * debian/patches/01_CAN-2005-2097.patch: + - Patch from Ubuntu, thanks Martin Pitt. + - Check sanity of the TrueType "loca" table. Specially crafted broken + tables caused disk space exhaustion due to very large generated glyph + descriptions when attempting to fix the table. + - Upstream patch scheduled for xpdf 3.01. + - CAN-2005-2097 + * debian/watch: + - fixed, patch by Jerome Warnier (Closes: #310996). + + -- Sebastien Bacher Wed, 17 Aug 2005 21:54:07 +0200 + +poppler (0.3.1-1) unstable; urgency=low + + * New upstream release + * Upstream fixed the Qt build bug, so now I can enable Qt + build. (Closes:#307340) It leads two new binary packages + libpoppler0-qt and libpoppler-qt-dev. + * Excluded DEB_CONFIGURE_SYSCONFDIR setting, which is obsolete by the + upstream removal of xpdfrc config. + + -- Changwoo Ryu Wed, 4 May 2005 00:19:35 +0900 + +poppler (0.3.0-2) unstable; urgency=high + + * Added shlib version info for libpoppler0-glib. + * Corrected dependencies of libpoppler0-glib and libpoppler-glib-dev. + (Closes: #306897) + * Build-Depends on libgtk2.0-dev for -glib packages. (Closes: #306885) + * Corrected descriptions of -glib packages. + + -- Changwoo Ryu Thu, 28 Apr 2005 02:41:25 +0900 + +poppler (0.3.0-1) unstable; urgency=low + + * New upstream release (Closes: #306573) + * Added new binary packages libpoppler0-glib and libpoppler-glib-dev, + which are GLib-based interfaces. Qt interface build is termporarily + disabled, because of an upstream FTBFS. + + -- Changwoo Ryu Thu, 28 Apr 2005 02:07:23 +0900 + +poppler (0.1.2-1) unstable; urgency=low + + * Initial Release (Closes: #299518) + + -- Changwoo Ryu Tue, 15 Mar 2005 02:08:00 +0900 diff --git a/control b/control new file mode 100644 index 0000000..0e11c9d --- /dev/null +++ b/control @@ -0,0 +1,253 @@ +Source: poppler +Section: devel +Priority: optional +Maintainer: Debian freedesktop.org maintainers +Uploaders: Loic Minier , + Pino Toscano , + Emilio Pozuelo Monfort +Build-Depends: debhelper-compat (= 13), + dh-sequence-gir, + dpkg-dev (>= 1.22.5), + cmake, + gir1.2-cairo-1.0-dev, + gir1.2-gio-2.0-dev, + gir1.2-gobject-2.0-dev, + gtk-doc-tools (>= 1.14), + libboost-dev (>= 1.71.0), + libcairo2-dev (>= 1.16.0), + libcurl4-gnutls-dev, + libfontconfig-dev, + libfreetype-dev, + libgdk-pixbuf-2.0-dev, + libgirepository1.0-dev (>= 1.64.0), + libglib2.0-dev (>= 2.64), + libgpgme-dev, + libgpgmepp-dev (>= 1.19.0), + libgtk-3-dev, + libjpeg-dev, + liblcms2-dev, + libnss3-dev, + libopenjp2-7-dev, + libpng-dev, + libtiff-dev, + pkgconf, + python3:any, + qt6-base-dev [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64], + qtbase5-dev, + zlib1g-dev +Build-Depends-Indep: libcairo2-doc, libglib2.0-doc +Standards-Version: 4.7.0 +Rules-Requires-Root: no +Homepage: https://poppler.freedesktop.org/ +Vcs-Git: https://salsa.debian.org/freedesktop-team/poppler.git +Vcs-Browser: https://salsa.debian.org/freedesktop-team/poppler + +Package: libpoppler147 +Architecture: any +Section: libs +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: poppler-data +Suggests: gpgsm (>= 2.2.42) +Description: PDF rendering library + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the shared core library. + +Package: libpoppler-dev +Architecture: any +Section: libdevel +Multi-Arch: same +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends} +Description: PDF rendering library -- development files + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the development libraries needed to build applications + using Poppler. + +Package: libpoppler-private-dev +Architecture: any +Section: libdevel +Multi-Arch: same +Depends: libpoppler-dev (= ${binary:Version}), ${misc:Depends} +Suggests: libfreetype-dev +Description: PDF rendering library -- private development files + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the private and unstable headers needed to build + applications using the private Poppler core library. + +Package: libpoppler-glib8t64 +Provides: ${t64:Provides} +Breaks: libpoppler-glib8 (<< 24.02.0-3~) +Replaces: libpoppler-glib8 (<< 24.02.0-3~) +Architecture: any +Section: libs +Multi-Arch: same +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: PDF rendering library (GLib-based shared library) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package provides the GLib-based shared library for applications + using the GLib interface to Poppler. + +Package: libpoppler-glib-dev +Architecture: any +Section: libdevel +Depends: libcairo2-dev (>= 1.16.0), + libglib2.0-dev (>= 2.64), + libpoppler-dev (= ${binary:Version}), + libpoppler-glib8t64 (= ${binary:Version}), + ${gir:Depends}, + ${misc:Depends} +Provides: ${gir:Provides} +Suggests: libpoppler-glib-doc +Description: PDF rendering library -- development files (GLib interface) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the headers and development libraries needed to + build applications using the GLib-based Poppler interface. + +Package: libpoppler-glib-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Recommends: libcairo2-doc, libglib2.0-doc +Multi-Arch: foreign +Description: PDF rendering library -- documentation for the GLib interface + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the API documentation of the GLib-based Poppler + interface. + +Package: gir1.2-poppler-0.18 +Architecture: any +Section: introspection +Multi-Arch: same +Depends: ${gir:Depends}, ${misc:Depends} +Description: GObject introspection data for poppler-glib + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains introspection data for poppler-glib. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: libpoppler-qt5-1t64 +Provides: ${t64:Provides} +Breaks: libpoppler-qt5-1 (<< 24.02.0-3~) +Replaces: libpoppler-qt5-1 (<< 24.02.0-3~) +Architecture: any +Section: libs +Multi-Arch: same +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: PDF rendering library (Qt 5 based shared library) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package provides the Qt 5 based shared library for applications + using the Qt 5 interface to Poppler. + +Package: libpoppler-qt5-dev +Architecture: any +Section: libdevel +Multi-Arch: same +Depends: libpoppler-dev (= ${binary:Version}), + libpoppler-qt5-1t64 (= ${binary:Version}), + qtbase5-dev, + ${misc:Depends} +Description: PDF rendering library -- development files (Qt 5 interface) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the headers and development libraries needed to + build applications using the Qt 5-based Poppler interface. + +Package: libpoppler-qt6-3t64 +Provides: ${t64:Provides} +Breaks: libpoppler-qt6-3 (<< 24.02.0-3~) +Replaces: libpoppler-qt6-3 (<< 24.02.0-3~) +Architecture: hurd-any alpha amd64 arm64 armel armhf hppa loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 +Section: libs +Multi-Arch: same +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: PDF rendering library (Qt 6 based shared library) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package provides the Qt 6 based shared library for applications + using the Qt 6 interface to Poppler. + +Package: libpoppler-qt6-dev +Architecture: hurd-any alpha amd64 arm64 armel armhf hppa loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 +Section: libdevel +Multi-Arch: same +Depends: libpoppler-dev (= ${binary:Version}), + libpoppler-qt6-3t64 (= ${binary:Version}), + qt6-base-dev, + ${misc:Depends} +Description: PDF rendering library -- development files (Qt 6 interface) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the headers and development libraries needed to + build applications using the Qt 6-based Poppler interface. + +Package: libpoppler-cpp2 +Architecture: any +Section: libs +Multi-Arch: same +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: PDF rendering library (CPP shared library) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package provides the CPP shared library for applications + using a simple C++ interface (using STL, and no other dependency) to Poppler. + +Package: libpoppler-cpp-dev +Architecture: any +Section: libdevel +Multi-Arch: same +Depends: libpoppler-cpp2 (= ${binary:Version}), + libpoppler-dev (= ${binary:Version}), + ${misc:Depends} +Description: PDF rendering library -- development files (CPP interface) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains the headers and development libraries needed to + build applications using the C++ Poppler interface. + +Package: poppler-utils +Architecture: any +Section: utils +Multi-Arch: foreign +Depends: libpoppler147 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Breaks: xpdf-utils (<< 3.02-2~) +Conflicts: pdftohtml +Replaces: pdftohtml, xpdf-reader, xpdf-utils (<< 3.02-2~) +Provides: pdftohtml, xpdf-utils +Description: PDF utilities (based on Poppler) + Poppler is a PDF rendering library based on Xpdf PDF viewer. + . + This package contains command line utilities (based on Poppler) for getting + information of PDF documents, convert them to other formats, or manipulate + them: + * pdfdetach -- lists or extracts embedded files (attachments) + * pdffonts -- font analyzer + * pdfimages -- image extractor + * pdfinfo -- document information + * pdfseparate -- page extraction tool + * pdfsig -- verifies digital signatures + * pdftocairo -- PDF to PNG/JPEG/PDF/PS/EPS/SVG converter using Cairo + * pdftohtml -- PDF to HTML converter + * pdftoppm -- PDF to PPM/PNG/JPEG image converter + * pdftops -- PDF to PostScript (PS) converter + * pdftotext -- text extraction + * pdfunite -- document merging tool diff --git a/copyright b/copyright new file mode 100644 index 0000000..46f94ce --- /dev/null +++ b/copyright @@ -0,0 +1,317 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: poppler +Source: https://poppler.freedesktop.org/ + +Files: * +Copyright: + Copyright © 2008 Adam Batkin + Copyright © Adobe Systems Inc. + Copyright © 2012-2015, 2018-2020 Adam Reichold + Copyright © Adriaan de Groot + Copyright © 2007-2017 Adrian Johnson + Copyright © 2008 Adrian Page + Copyright © 2013 Adrian Perez de Castro + Copyright © 2014 Aki Koskinen + Copyright © 2004-2020 Albert Astals Cid + Copyright © 2015 Aleksei Volkov + Copyright © 2018 Aleksey Nikolaev + Copyright © 2020 Alex Henrie + Copyright © 2006-2010 Alexander Neundorf + Copyright © 2012 Alexander Saprykin + Copyright © 2019 Alexander Volkov + Copyright © 2012 Alexey Pavlov + Copyright © 2016 Alok Anand + Copyright © 2015 André Esser + Copyright © 2015 André Guerreiro + Copyright © 2011 Andrea Canciani + Copyright © 2011 Andreas Hartmetz + Copyright © 2013 Anthony Granger + Copyright © 2012 Anthony Wesley + Copyright © 2014 Anuj Khare + Copyright © 2015-2016 Arseniy Lartsev + Copyright © 2012 Arseny Solokha + Copyright © 2015 Arthur Stavisky + Copyright © 2009, 2011 Axel Strübing + Copyright © 2014 Bogdan Cristea + Copyright © 2008 Boris Toloknov + Copyright © 2005-2008 Brad Hards + Copyright © 2010 Brian Cameron + Copyright © 2010 Brian Ewins + Copyright © 2016-2017 Caolán McNamara + Copyright © 2006-2018 Carlos Garcia Campos + Copyright © 2008 Carl Worth + Copyright © 2018 Chinmoy Ranjan Pradhan + Copyright © 2010 Christian Feuersänger + Copyright © 2009, 2018 Christian Persch + Copyright © 2008-2009 Chris Wilson + Copyright © 2017 Christoph Cullmann + Copyright © 2013 Christoph Duelli + Copyright © 2019 Christophe Fergeau + Copyright © 1998-2003 Daniel Veillard + Copyright © 2011 Daiki Ueno + Copyright © 2019 Dan Shea + Copyright © 2005 Dan Sheridan + Copyright © 2011 Daniel Glöckner + Copyright © 2013 Daniel Kahn Gillmor + Copyright © 2011 Daniel Richard G. + Copyright © 2009 Darren Kenny + Copyright © 2009-2010 David Benjamin + Copyright © 2006 David Faure + Copyright © 2020 David García Garzón + Copyright © 2018 Evangelos Rigas + Copyright © 1997, Derek B. Noonburg + Copyright © 2018 Dileep Sankhla + Copyright © 2015 Dmytro Morgun + Copyright © 2013 Dominik Haumann + Copyright © 2006-2007 Dominic Lachowicz + Copyright © 2008 Ed Avis + Copyright © 2006-2007, 2013 Ed Catmur + Copyright © 2014-2018 Ed Porras + Copyright © 2011 Edward Jiang + Copyright © 2004 Enrico Ros + Copyright © 2009 Eric Toombs + Copyright © 2018 Evangelos Rigas + Copyright © 2012, 2015, 2019 Even Rouault + Copyright © 2012-2014 Fabio D'Urso + Copyright © 2017 Francesco Poli + Copyright © 1989, 1991-2016 Free Software Foundation, Inc. + Copyright © 2012 Gerald Schmidt + Copyright © 2013 German Poo-Caamano + Copyright © 2011 Glad Deschrijver + Copyright © 1996-2013 Glyph & Cog, LLC. + Copyright © 2009 Glenn Ganz + Copyright © 1999-2000 Gueorgui Ovtcharov + Copyright © 2018, 2019 Greg Knight + Copyright © 2010, 2012 Guillermo A. Amaral B. + Copyright © 2016 Hanno Meyer-Thurow + Copyright © 2014-2015 Hans-Peter Deifel + Copyright © 2017 Hans-Ulrich Jüttner + Copyright © 2010 Harry Roberts + Copyright © 2019 Hartmut Goebel + Copyright © 2008 Haruyuki Kawabe + Copyright © 2008, 2010-2014 Hib Eris + Copyright © 2012 Horst Prote + Copyright © 2017 Hubert Figuière + Copyright © 2008 Hugo Mercier + Copyright © 2013-2014 Igalia S.L. + Copyright © 2011-2012 Igor Slepchin + Copyright © 2012 Ihar Filipau + Copyright © 2007 Ilmari Heikkinen + Copyright © 2008-2010 Ilya Gorenbein + Copyright © 2007-2008 Iñigo Martínez + Copyright © Insight Consortium + Copyright © 2016 Jakub Alba + Copyright © 2010 Jakob Voss + Copyright © 2016 Jakub Kucharski + Copyright © 2009-2010, 2015 Jakub Wilk + Copyright © 2017 Jan-Erik S + Copyright © 2019 Jan Grulich + Copyright © 2009 Jan Jockusch + Copyright © 2010 Jan Kümmel + Copyright © 2017 Jason Alan Palmer + Copyright © 2012-2016 Jason Crain + Copyright © 2006-2007 Jauco Noordzij + Copyright © 2020 Jean Ghali + Copyright © 2005-2008 Jeff Muizelaar + Copyright © 2016 Jeffrey Morlan + Copyright © 2015 Jeremy Echols + Copyright © Jerry Epplin + Copyright © 2011 Jim Meyering + Copyright © 2014 Jiri Slaby + Copyright © 2019 João Netto + Copyright © 2013 Johannes Brandstätter + Copyright © 2005 Jonathan Blandford + Copyright © 2007-2009 Jonathan Kew + Copyright © 2010 Jonathan Liu + Copyright © 2011, 2013 José Aliste + Copyright © 2011 Joshua Richardson + Copyright © 2019 Julián Unrrein + Copyright © 2013 Julien Nabet + Copyright © 2006-2008 Julien Rebetez + Copyright © 2010 Jürg Billeter + Copyright © 2016 Khaled Hosny + Copyright © 2009 KDAB via Guillermo Amaral + Copyright © 2010 Kenneth Berland + Copyright © 2008 Kees Cook + Copyright © 2011, 2015 Kenji Uno + Copyright © 2002 Kitware, Inc. + Copyright © 2008 Kjartan Maraas + Copyright © 2018 Klarälvdalens Datakonsult AB + Copyright © 2007-2009, 2012 Koji Otani + Copyright © 2006-2007 Kouhei Sutou + Copyright © 2009 Kovid Goyal + Copyright © 2019 Kris Jurka + Copyright © 2005-2007 Kristian Høgsberg + Copyright © 2006-2007 Krzysztof Kowalczyk + Copyright © 2006-2007 Laurent Montel + Copyright © 2019 LE GARREC Vincent + Copyright © 2017 Léonard Michelet + Copyright © 2013, 2015 Li Junling + Copyright © 2012-2013 Lu Wang + Copyright © 2014 Luigi Scarso + Copyright © 2012 Luis Parravicini + Copyright © 2005 Marco Pesenti Gritti + Copyright © 2010, 2012, 2014-2015 Marek Kasik + Copyright © 2012 Mark Brand + Copyright © 2008 Mark Kaplan + Copyright © 2010, 2012 Mark Riedesel + Copyright © 2015 Markus Kilås + Copyright © 2012 Markus Trippelsdorf + Copyright © 2005 Martin Kretzschmar + Copyright © 2018 Martin Packman + Copyright © 2016 Masamichi Hosoda + Copyright © 2009 Matthias Drochner + Copyright © 2010 Matthias Fauconneau + Copyright © 2009 Matthias Franz + Copyright © 2012 Matthias Kramm + Copyright © 2009 Michael K. Johnson + Copyright © 2008 Michael Vrable + Copyright © 2013 Michael Weiser + Copyright © 2009 M Joonas Pihlaja + Copyright © 2010 Mike Slegeir + Copyright © 2018 Mojca Miklavec + Copyright © 2009 Mozilla Corporation + Copyright © 2018, 2019 Nelson Benítez León + Copyright © 2019 Nelson Efrain A. Cruz + Copyright © 2005 Net Integration Technologies, Inc. + Copyright © 2009 Nick Jones + Copyright © 2005-2006 Nickolay V. Shmyrev + Copyright © 2010 Nils Höglund + Copyright © 2012-2020 Oliver Sander + Copyright © 2014 Olly Betts + Copyright © 2010 OSSD CDAC Mumbai by Leena Chourey and Onkar Potdar + Copyright © 2012 Patrick Pfeifer + Copyright © 2010 Patrick Spendrin + Copyright © 2006 Paul Walmsley + Copyright © 2010 Paweł Wiejacha + Copyright © 2012-2014 Peter Breitenlohner + Copyright © 2009 Peter Kerzum + Copyright © 2020 Peter Wang + Copyright © 2009, 2015 Petr Gajdos + Copyright © 2010 Philip Lorenz + Copyright © 2018-2020 Philipp Knechtges + Copyright © 2015 Philipp Reinkemeier + Copyright © 2006-2014 Pino Toscano + Copyright © Rainer Dorsch + Copyright © 2006 Rainer Keller + Copyright © 2006 Raj Kumar + Copyright © 2009 Reece Dunn + Copyright © 2004-2006 Red Hat, Inc. + Copyright © 2008 Richard Airlie + Copyright © 2014 Richard PALO + Copyright © 2019 Robert Niemi + Copyright © 2014 Rodrigo Rivas Costa + Copyright © 2017 Roland Hieber + Copyright © 2009 Ross Moore + Copyright © 2009 Ryszard Trojnacki + Copyright © 2011 Sam Liao + Copyright © 2018 Sanchit Anand + Copyright © 2009 Sanjoy Mahajan + Copyright © 2004 Scott James Remnant + Copyright © 2006 Scott Turner + Copyright © 2014 Scott West + Copyright © 2017 Sebastian Rasmussen + Copyright © 2019 Sébastien Berthier + Copyright © 2009 Shawn Rutledge + Copyright © 2009 Shen Liang + Copyright © 2011 Simon Kellner + Copyright © 2010 Srinivas Adicherla + Copyright © 2018-2019 Stefan Brüns + Copyright © 2005-2006 Stefan Kebekus + Copyright © 2006 Stefan Schweizer + Copyright © 2009 Stefan Thomas + Copyright © 2011 Stephen Reichling + Copyright © 2018 Steven Boswell + Copyright © 2008 Steven G. Johnson + Copyright © 2014 Steven Lee + Copyright © 2011 Steven Murdoch + Copyright © 2010, 2012-2013, 2015 Suzuki Toshiya + Copyright © 2015 Tamas Szekeres + Copyright © 2005-2006 Takashi Iwai + Copyright © 2016 Takahiro Hashimoto + Copyright © The GLib Team + Copyright © 2005-2010 The Poppler Developers + Copyright © 2018 Thibaut Brard + Copyright © 2013, 2019 Thomas Fischer + Copyright © 2009-2017 Thomas Freitag + Copyright © 2011 Thomas Klausner + Copyright © 2006 Thorkild Stray + Copyright © 2009, 2014 Till Kamppeter + Copyright © 2008 Timothy Lee + Copyright © 2017 Tobias C. Berner + Copyright © 2018 Tobias Deiminger + Copyright © 2005, 2012, 2015 Tobias Koening + Copyright © 2011 Tom Gleason + Copyright © 2008 Tomas Are Haavet + Copyright © 2010-2011 Tomas Hoger + Copyright © 2019 Tomoyuki Kubota + Copyright © 2016 Tor Lillqvist + Copyright © 2019 Umang Malik + Copyright © 2008 Vasile Gaburici + Copyright © 2016 Vincent Le Garrec + Copyright © 2011 Vittal Aithal + Copyright © 2018-2019 Volker Krause + Copyright © 2012 Yi Yang + Copyright © 2013 Yury G. Kudryashov + Copyright © 2008-2009 Warren Toomey + Copyright © 2006 Wilfried Huss + Copyright © 2009-2020 William Bader + Copyright © 2007 Will Stephenson + Copyright © 1994 X Consortium + Copyright © 2019 Yves-Gaël Chény + Copyright © 2018 Zsombor Hollay-Horvath +License: GPL-2 or GPL-3 + Poppler is based on a Xpdf fork (updated at Xpdf 3.03), so the license + of the poppler core library (libpoppler.so.X) is GPL v2 or GPL v3. + All the Poppler contributions are licensed as GPL v2+. + +Files: cpp/tests/fuzzing/pdf_fuzzer.cc +Copyright: Copyright 2018 Google Inc. +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache + License can be found in `/usr/share/common-licenses/Apache-2.0'. + +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000..4d4f9c2 --- /dev/null +++ b/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch = master +pristine-tar = false diff --git a/gir1.2-poppler-0.18.install b/gir1.2-poppler-0.18.install new file mode 100644 index 0000000..72dda35 --- /dev/null +++ b/gir1.2-poppler-0.18.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/Poppler-0.18.typelib diff --git a/libpoppler-cpp-dev.install b/libpoppler-cpp-dev.install new file mode 100644 index 0000000..5cb25f3 --- /dev/null +++ b/libpoppler-cpp-dev.install @@ -0,0 +1,3 @@ +usr/include/poppler/cpp +usr/lib/*/libpoppler-cpp.so +usr/lib/*/pkgconfig/poppler-cpp.pc diff --git a/libpoppler-cpp2.install b/libpoppler-cpp2.install new file mode 100644 index 0000000..e0c97de --- /dev/null +++ b/libpoppler-cpp2.install @@ -0,0 +1 @@ +usr/lib/*/libpoppler-cpp.so.2* diff --git a/libpoppler-dev.install b/libpoppler-dev.install new file mode 100644 index 0000000..851b3eb --- /dev/null +++ b/libpoppler-dev.install @@ -0,0 +1,2 @@ +usr/lib/*/libpoppler.so +usr/lib/*/pkgconfig/poppler.pc diff --git a/libpoppler-glib-dev.install b/libpoppler-glib-dev.install new file mode 100644 index 0000000..5c5e837 --- /dev/null +++ b/libpoppler-glib-dev.install @@ -0,0 +1,4 @@ +usr/include/poppler/glib/ +usr/lib/*/libpoppler-glib.so +usr/lib/*/pkgconfig/poppler-glib.pc +usr/share/gir-1.0/Poppler-0.18.gir diff --git a/libpoppler-glib-doc.install b/libpoppler-glib-doc.install new file mode 100644 index 0000000..46f3292 --- /dev/null +++ b/libpoppler-glib-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/poppler diff --git a/libpoppler-glib-doc.links b/libpoppler-glib-doc.links new file mode 100644 index 0000000..48d833c --- /dev/null +++ b/libpoppler-glib-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/poppler usr/share/doc/libpoppler-glib-dev/html/poppler diff --git a/libpoppler-glib8t64.install b/libpoppler-glib8t64.install new file mode 100644 index 0000000..e03e7d3 --- /dev/null +++ b/libpoppler-glib8t64.install @@ -0,0 +1 @@ +usr/lib/*/libpoppler-glib.so.8* diff --git a/libpoppler-glib8t64.symbols.in b/libpoppler-glib8t64.symbols.in new file mode 100644 index 0000000..ccae70a --- /dev/null +++ b/libpoppler-glib8t64.symbols.in @@ -0,0 +1,554 @@ +libpoppler-glib.so.8 libpoppler-glib8t64 #MINVER# +* Build-Depends-Package: libpoppler-glib-dev + (optional|regex)"^_Z.*@Base$" #CURVER# + poppler_action_copy@Base 0.18.0 + poppler_action_free@Base 0.18.0 + poppler_action_get_type@Base 0.18.0 + poppler_action_layer_action_get_type@Base 0.18.0 + poppler_action_movie_operation_get_type@Base 0.18.0 + poppler_action_type_get_type@Base 0.18.0 + poppler_additional_action_type_get_type@Base 0.81.0 + poppler_annot_callout_line_copy@Base 0.18.0 + poppler_annot_callout_line_free@Base 0.18.0 + poppler_annot_callout_line_get_type@Base 0.18.0 + poppler_annot_callout_line_new@Base 0.18.0 + poppler_annot_circle_get_interior_color@Base 0.26.0 + poppler_annot_circle_get_type@Base 0.26.0 + poppler_annot_circle_new@Base 0.26.0 + poppler_annot_circle_set_interior_color@Base 0.26.0 + poppler_annot_external_data_type_get_type@Base 0.18.0 + poppler_annot_file_attachment_get_attachment@Base 0.18.0 + poppler_annot_file_attachment_get_name@Base 0.18.0 + poppler_annot_file_attachment_get_type@Base 0.18.0 + poppler_annot_flag_get_type@Base 0.18.0 + poppler_annot_free_text_get_callout_line@Base 0.18.0 + poppler_annot_free_text_get_font_color@Base 25.01.0 + poppler_annot_free_text_get_font_desc@Base 25.01.0 + poppler_annot_free_text_get_quadding@Base 0.18.0 + poppler_annot_free_text_get_type@Base 0.18.0 + poppler_annot_free_text_new@Base 25.01.0 + poppler_annot_free_text_quadding_get_type@Base 0.18.0 + poppler_annot_free_text_set_font_color@Base 25.01.0 + poppler_annot_free_text_set_font_desc@Base 25.01.0 + poppler_annot_get_annot_type@Base 0.18.0 + poppler_annot_get_border_width@Base 25.01.0 + poppler_annot_get_color@Base 0.18.0 + poppler_annot_get_contents@Base 0.18.0 + poppler_annot_get_flags@Base 0.18.0 + poppler_annot_get_modified@Base 0.18.0 + poppler_annot_get_name@Base 0.18.0 + poppler_annot_get_page_index@Base 0.18.0 + poppler_annot_get_rectangle@Base 0.26.0 + poppler_annot_get_type@Base 0.18.0 + poppler_annot_line_get_type@Base 0.26.0 + poppler_annot_line_new@Base 0.26.0 + poppler_annot_line_set_vertices@Base 0.26.0 + poppler_annot_mapping_copy@Base 0.18.0 + poppler_annot_mapping_free@Base 0.18.0 + poppler_annot_mapping_get_type@Base 0.18.0 + poppler_annot_mapping_new@Base 0.18.0 + poppler_annot_markup_get_date@Base 0.18.0 + poppler_annot_markup_get_external_data@Base 0.18.0 + poppler_annot_markup_get_label@Base 0.18.0 + poppler_annot_markup_get_opacity@Base 0.18.0 + poppler_annot_markup_get_popup_is_open@Base 0.18.0 + poppler_annot_markup_get_popup_rectangle@Base 0.18.0 + poppler_annot_markup_get_reply_to@Base 0.18.0 + poppler_annot_markup_get_subject@Base 0.18.0 + poppler_annot_markup_get_type@Base 0.18.0 + poppler_annot_markup_has_popup@Base 0.18.0 + poppler_annot_markup_reply_type_get_type@Base 0.18.0 + poppler_annot_markup_set_label@Base 0.18.0 + poppler_annot_markup_set_opacity@Base 0.18.0 + poppler_annot_markup_set_popup@Base 0.18.0 + poppler_annot_markup_set_popup_is_open@Base 0.18.0 + poppler_annot_markup_set_popup_rectangle@Base 0.34.0 + poppler_annot_movie_get_movie@Base 0.18.0 + poppler_annot_movie_get_title@Base 0.18.0 + poppler_annot_movie_get_type@Base 0.18.0 + poppler_annot_screen_get_action@Base 0.18.0 + poppler_annot_screen_get_type@Base 0.18.0 + poppler_annot_set_border_width@Base 25.01.0 + poppler_annot_set_color@Base 0.18.0 + poppler_annot_set_contents@Base 0.18.0 + poppler_annot_set_flags@Base 0.22.1 + poppler_annot_set_rectangle@Base 0.26.0 + poppler_annot_square_get_interior_color@Base 0.26.0 + poppler_annot_square_get_type@Base 0.26.0 + poppler_annot_square_new@Base 0.26.0 + poppler_annot_square_set_interior_color@Base 0.26.0 + poppler_annot_stamp_get_icon@Base 22.08.0 + poppler_annot_stamp_get_type@Base 22.08.0 + poppler_annot_stamp_icon_get_type@Base 22.08.0 + poppler_annot_stamp_new@Base 22.08.0 + poppler_annot_stamp_set_custom_image@Base 22.08.0 + poppler_annot_stamp_set_icon@Base 22.08.0 + poppler_annot_text_get_icon@Base 0.18.0 + poppler_annot_text_get_is_open@Base 0.18.0 + poppler_annot_text_get_state@Base 0.18.0 + poppler_annot_text_get_type@Base 0.18.0 + poppler_annot_text_markup_get_quadrilaterals@Base 0.26.0 + poppler_annot_text_markup_get_type@Base 0.26.0 + poppler_annot_text_markup_new_highlight@Base 0.26.0 + poppler_annot_text_markup_new_squiggly@Base 0.26.0 + poppler_annot_text_markup_new_strikeout@Base 0.26.0 + poppler_annot_text_markup_new_underline@Base 0.26.0 + poppler_annot_text_markup_set_quadrilaterals@Base 0.26.0 + poppler_annot_text_new@Base 0.18.0 + poppler_annot_text_set_icon@Base 0.18.0 + poppler_annot_text_set_is_open@Base 0.18.0 + poppler_annot_text_state_get_type@Base 0.18.0 + poppler_annot_type_get_type@Base 0.18.0 + poppler_attachment_get_checksum@Base 20.09.0 + poppler_attachment_get_ctime@Base 20.09.0 + poppler_attachment_get_description@Base 20.09.0 + poppler_attachment_get_mtime@Base 20.09.0 + poppler_attachment_get_name@Base 20.09.0 + poppler_attachment_get_size@Base 20.09.0 + poppler_attachment_get_type@Base 0.18.0 + poppler_attachment_save@Base 0.18.0 + poppler_attachment_save_to_callback@Base 0.18.0 + poppler_attachment_save_to_fd@Base 22.02.0 + poppler_backend_get_type@Base 0.18.0 + poppler_certificate_info_copy@Base 23.08.0 + poppler_certificate_info_free@Base 23.08.0 + poppler_certificate_info_get_expiration_time@Base 23.08.0 + poppler_certificate_info_get_id@Base 23.08.0 + poppler_certificate_info_get_issuance_time@Base 23.08.0 + poppler_certificate_info_get_issuer_common_name@Base 23.08.0 + poppler_certificate_info_get_issuer_email@Base 23.08.0 + poppler_certificate_info_get_issuer_organization@Base 23.08.0 + poppler_certificate_info_get_subject_common_name@Base 23.08.0 + poppler_certificate_info_get_subject_email@Base 23.08.0 + poppler_certificate_info_get_subject_organization@Base 23.08.0 + poppler_certificate_info_get_type@Base 23.08.0 + poppler_certificate_status_get_type@Base 22.02.0 + poppler_color_copy@Base 0.18.0 + poppler_color_free@Base 0.18.0 + poppler_color_get_type@Base 0.18.0 + poppler_color_new@Base 0.18.0 + poppler_date_parse@Base 0.18.0 + poppler_dest_copy@Base 0.18.0 + poppler_dest_free@Base 0.18.0 + poppler_dest_get_type@Base 0.18.0 + poppler_dest_type_get_type@Base 0.18.0 + poppler_document_create_dests_tree@Base 0.81.0 + poppler_document_find_dest@Base 0.18.0 + poppler_document_get_attachments@Base 0.18.0 + poppler_document_get_author@Base 0.18.0 + poppler_document_get_creation_date@Base 0.18.0 + poppler_document_get_creation_date_time@Base 20.09.0 + poppler_document_get_creator@Base 0.18.0 + poppler_document_get_form_field@Base 0.18.0 + poppler_document_get_id@Base 0.18.0 + poppler_document_get_keywords@Base 0.18.0 + poppler_document_get_metadata@Base 0.18.0 + poppler_document_get_modification_date@Base 0.18.0 + poppler_document_get_modification_date_time@Base 20.09.0 + poppler_document_get_n_attachments@Base 0.18.0 + poppler_document_get_n_pages@Base 0.18.0 + poppler_document_get_n_signatures@Base 22.02.0 + poppler_document_get_page@Base 0.18.0 + poppler_document_get_page_by_label@Base 0.18.0 + poppler_document_get_page_layout@Base 0.18.0 + poppler_document_get_page_mode@Base 0.18.0 + poppler_document_get_pdf_conformance@Base 0.71.0 + poppler_document_get_pdf_part@Base 0.71.0 + poppler_document_get_pdf_subtype@Base 0.71.0 + poppler_document_get_pdf_subtype_string@Base 0.71.0 + poppler_document_get_pdf_version@Base 0.18.0 + poppler_document_get_pdf_version_string@Base 0.18.0 + poppler_document_get_permissions@Base 0.18.0 + poppler_document_get_print_duplex@Base 0.81.0 + poppler_document_get_print_n_copies@Base 0.81.0 + poppler_document_get_print_page_ranges@Base 0.81.0 + poppler_document_get_print_scaling@Base 0.81.0 + poppler_document_get_producer@Base 0.18.0 + poppler_document_get_signature_fields@Base 22.02.0 + poppler_document_get_subject@Base 0.18.0 + poppler_document_get_title@Base 0.18.0 + poppler_document_get_type@Base 0.18.0 + poppler_document_has_attachments@Base 0.18.0 + poppler_document_has_javascript@Base 0.90.0 + poppler_document_is_linearized@Base 0.18.0 + poppler_document_new_from_bytes@Base 0.85.0 + poppler_document_new_from_data@Base 0.18.0 + poppler_document_new_from_fd@Base 22.02.0 + poppler_document_new_from_file@Base 0.18.0 + poppler_document_new_from_gfile@Base 0.22.1 + poppler_document_new_from_stream@Base 0.22.1 + poppler_document_reset_form@Base 0.90.0 + poppler_document_save@Base 0.18.0 + poppler_document_save_a_copy@Base 0.18.0 + poppler_document_save_to_fd@Base 22.02.0 + poppler_document_set_author@Base 0.46.0 + poppler_document_set_creation_date@Base 0.46.0 + poppler_document_set_creation_date_time@Base 20.09.0 + poppler_document_set_creator@Base 0.46.0 + poppler_document_set_keywords@Base 0.46.0 + poppler_document_set_modification_date@Base 0.46.0 + poppler_document_set_modification_date_time@Base 20.09.0 + poppler_document_set_producer@Base 0.46.0 + poppler_document_set_subject@Base 0.46.0 + poppler_document_set_title@Base 0.46.0 + poppler_document_sign@Base 23.08.0 + poppler_document_sign_finish@Base 23.08.0 + poppler_error_get_type@Base 0.18.0 + poppler_error_quark@Base 0.18.0 + poppler_find_flags_get_type@Base 0.22.1 + poppler_font_description_copy@Base 25.01.0 + poppler_font_description_free@Base 25.01.0 + poppler_font_description_get_type@Base 25.01.0 + poppler_font_description_new@Base 25.01.0 + poppler_font_info_free@Base 0.18.0 + poppler_font_info_get_type@Base 0.18.0 + poppler_font_info_new@Base 0.18.0 + poppler_font_info_scan@Base 0.18.0 + poppler_font_type_get_type@Base 0.18.0 + poppler_fonts_iter_copy@Base 0.18.0 + poppler_fonts_iter_free@Base 0.18.0 + poppler_fonts_iter_get_encoding@Base 0.20.1 + poppler_fonts_iter_get_file_name@Base 0.18.0 + poppler_fonts_iter_get_font_type@Base 0.18.0 + poppler_fonts_iter_get_full_name@Base 0.18.0 + poppler_fonts_iter_get_name@Base 0.18.0 + poppler_fonts_iter_get_substitute_name@Base 0.20.1 + poppler_fonts_iter_get_type@Base 0.18.0 + poppler_fonts_iter_is_embedded@Base 0.18.0 + poppler_fonts_iter_is_subset@Base 0.18.0 + poppler_fonts_iter_next@Base 0.18.0 + poppler_form_button_type_get_type@Base 0.18.0 + poppler_form_choice_type_get_type@Base 0.18.0 + poppler_form_field_button_get_button_type@Base 0.18.0 + poppler_form_field_button_get_state@Base 0.18.0 + poppler_form_field_button_set_state@Base 0.18.0 + poppler_form_field_choice_can_select_multiple@Base 0.18.0 + poppler_form_field_choice_commit_on_change@Base 0.18.0 + poppler_form_field_choice_do_spell_check@Base 0.18.0 + poppler_form_field_choice_get_choice_type@Base 0.18.0 + poppler_form_field_choice_get_item@Base 0.18.0 + poppler_form_field_choice_get_n_items@Base 0.18.0 + poppler_form_field_choice_get_text@Base 0.18.0 + poppler_form_field_choice_is_editable@Base 0.18.0 + poppler_form_field_choice_is_item_selected@Base 0.18.0 + poppler_form_field_choice_select_item@Base 0.18.0 + poppler_form_field_choice_set_text@Base 0.18.0 + poppler_form_field_choice_toggle_item@Base 0.18.0 + poppler_form_field_choice_unselect_all@Base 0.18.0 + poppler_form_field_get_action@Base 0.18.0 + poppler_form_field_get_additional_action@Base 0.81.0 + poppler_form_field_get_alternate_ui_name@Base 0.90.0 + poppler_form_field_get_field_type@Base 0.18.0 + poppler_form_field_get_font_size@Base 0.18.0 + poppler_form_field_get_id@Base 0.18.0 + poppler_form_field_get_mapping_name@Base 0.18.0 + poppler_form_field_get_name@Base 0.18.0 + poppler_form_field_get_partial_name@Base 0.18.0 + poppler_form_field_get_type@Base 0.18.0 + poppler_form_field_is_read_only@Base 0.18.0 + poppler_form_field_mapping_copy@Base 0.18.0 + poppler_form_field_mapping_free@Base 0.18.0 + poppler_form_field_mapping_get_type@Base 0.18.0 + poppler_form_field_mapping_new@Base 0.18.0 + poppler_form_field_signature_validate_async@Base 22.02.0 + poppler_form_field_signature_validate_finish@Base 22.02.0 + poppler_form_field_signature_validate_sync@Base 22.02.0 + poppler_form_field_text_do_scroll@Base 0.18.0 + poppler_form_field_text_do_spell_check@Base 0.18.0 + poppler_form_field_text_get_max_len@Base 0.18.0 + poppler_form_field_text_get_text@Base 0.18.0 + poppler_form_field_text_get_text_type@Base 0.18.0 + poppler_form_field_text_is_password@Base 0.18.0 + poppler_form_field_text_is_rich_text@Base 0.18.0 + poppler_form_field_text_set_text@Base 0.18.0 + poppler_form_field_type_get_type@Base 0.18.0 + poppler_form_text_type_get_type@Base 0.18.0 + poppler_get_available_signing_certificates@Base 23.08.0 + poppler_get_backend@Base 0.18.0 + poppler_get_certificate_info_by_id@Base 23.08.0 + poppler_get_nss_dir@Base 23.08.0 + poppler_get_version@Base 0.18.0 + poppler_image_mapping_copy@Base 0.18.0 + poppler_image_mapping_free@Base 0.18.0 + poppler_image_mapping_get_type@Base 0.18.0 + poppler_image_mapping_new@Base 0.18.0 + poppler_index_iter_copy@Base 0.18.0 + poppler_index_iter_free@Base 0.18.0 + poppler_index_iter_get_action@Base 0.18.0 + poppler_index_iter_get_child@Base 0.18.0 + poppler_index_iter_get_type@Base 0.18.0 + poppler_index_iter_is_open@Base 0.18.0 + poppler_index_iter_new@Base 0.18.0 + poppler_index_iter_next@Base 0.18.0 + poppler_layer_get_radio_button_group_id@Base 0.18.0 + poppler_layer_get_title@Base 0.18.0 + poppler_layer_get_type@Base 0.18.0 + poppler_layer_hide@Base 0.18.0 + poppler_layer_is_parent@Base 0.18.0 + poppler_layer_is_visible@Base 0.18.0 + poppler_layer_show@Base 0.18.0 + poppler_layers_iter_copy@Base 0.18.0 + poppler_layers_iter_free@Base 0.18.0 + poppler_layers_iter_get_child@Base 0.18.0 + poppler_layers_iter_get_layer@Base 0.18.0 + poppler_layers_iter_get_title@Base 0.18.0 + poppler_layers_iter_get_type@Base 0.18.0 + poppler_layers_iter_new@Base 0.18.0 + poppler_layers_iter_next@Base 0.18.0 + poppler_link_mapping_copy@Base 0.18.0 + poppler_link_mapping_free@Base 0.18.0 + poppler_link_mapping_get_type@Base 0.18.0 + poppler_link_mapping_new@Base 0.18.0 + poppler_media_get_auto_play@Base 21.06.0 + poppler_media_get_filename@Base 0.18.0 + poppler_media_get_mime_type@Base 0.18.0 + poppler_media_get_repeat_count@Base 21.06.0 + poppler_media_get_show_controls@Base 21.06.0 + poppler_media_get_type@Base 0.18.0 + poppler_media_is_embedded@Base 0.18.0 + poppler_media_save@Base 0.18.0 + poppler_media_save_to_callback@Base 0.18.0 + poppler_media_save_to_fd@Base 22.02.0 + poppler_movie_get_aspect@Base 0.90.0 + poppler_movie_get_duration@Base 0.81.0 + poppler_movie_get_filename@Base 0.18.0 + poppler_movie_get_play_mode@Base 0.57.0 + poppler_movie_get_rate@Base 0.81.0 + poppler_movie_get_rotation_angle@Base 0.81.0 + poppler_movie_get_start@Base 0.81.0 + poppler_movie_get_type@Base 0.18.0 + poppler_movie_get_volume@Base 0.81.0 + poppler_movie_is_synchronous@Base 0.81.0 + poppler_movie_need_poster@Base 0.18.0 + poppler_movie_play_mode_get_type@Base 0.57.0 + poppler_movie_show_controls@Base 0.18.0 + poppler_named_dest_from_bytestring@Base 0.81.0 + poppler_named_dest_to_bytestring@Base 0.81.0 + poppler_page_add_annot@Base 0.18.0 + poppler_page_find_text@Base 0.18.0 + poppler_page_find_text_with_options@Base 0.22.1 + poppler_page_free_annot_mapping@Base 0.18.0 + poppler_page_free_form_field_mapping@Base 0.18.0 + poppler_page_free_image_mapping@Base 0.18.0 + poppler_page_free_link_mapping@Base 0.18.0 + poppler_page_free_text_attributes@Base 0.18.0 + poppler_page_get_annot_mapping@Base 0.18.0 + poppler_page_get_bounding_box@Base 0.90.0 + poppler_page_get_crop_box@Base 0.18.0 + poppler_page_get_duration@Base 0.18.0 + poppler_page_get_form_field_mapping@Base 0.18.0 + poppler_page_get_image@Base 0.18.0 + poppler_page_get_image_mapping@Base 0.18.0 + poppler_page_get_index@Base 0.18.0 + poppler_page_get_label@Base 0.18.0 + poppler_page_get_link_mapping@Base 0.18.0 + poppler_page_get_selected_region@Base 0.18.0 + poppler_page_get_selected_text@Base 0.18.0 + poppler_page_get_selection_region@Base 0.18.0 + poppler_page_get_size@Base 0.18.0 + poppler_page_get_text@Base 0.18.0 + poppler_page_get_text_attributes@Base 0.18.0 + poppler_page_get_text_attributes_for_area@Base 0.26.0 + poppler_page_get_text_for_area@Base 0.26.0 + poppler_page_get_text_layout@Base 0.18.0 + poppler_page_get_text_layout_for_area@Base 0.26.0 + poppler_page_get_thumbnail@Base 0.18.0 + poppler_page_get_thumbnail_size@Base 0.18.0 + poppler_page_get_transition@Base 0.18.0 + poppler_page_get_type@Base 0.18.0 + poppler_page_layout_get_type@Base 0.18.0 + poppler_page_mode_get_type@Base 0.18.0 + poppler_page_remove_annot@Base 0.22.1 + poppler_page_render@Base 0.18.0 + poppler_page_render_for_printing@Base 0.18.0 + poppler_page_render_for_printing_with_options@Base 0.18.0 + poppler_page_render_full@Base 25.03.0 + poppler_page_render_selection@Base 0.18.0 + poppler_page_render_to_ps@Base 0.18.0 + poppler_page_selection_region_free@Base 0.18.0 + poppler_page_transition_alignment_get_type@Base 0.18.0 + poppler_page_transition_copy@Base 0.18.0 + poppler_page_transition_direction_get_type@Base 0.18.0 + poppler_page_transition_free@Base 0.18.0 + poppler_page_transition_get_type@Base 0.18.0 + poppler_page_transition_new@Base 0.18.0 + poppler_page_transition_type_get_type@Base 0.18.0 + poppler_pdf_conformance_get_type@Base 0.71.0 + poppler_pdf_part_get_type@Base 0.71.0 + poppler_pdf_subtype_get_type@Base 0.71.0 + poppler_permissions_get_type@Base 0.18.0 + poppler_point_copy@Base 0.26.0 + poppler_point_free@Base 0.26.0 + poppler_point_get_type@Base 0.26.0 + poppler_point_new@Base 0.26.0 + poppler_print_duplex_get_type@Base 0.81.0 + poppler_print_flags_get_type@Base 0.18.0 + poppler_print_scaling_get_type@Base 0.81.0 + poppler_ps_file_free@Base 0.18.0 + poppler_ps_file_get_type@Base 0.18.0 + poppler_ps_file_new@Base 0.18.0 + poppler_ps_file_new_fd@Base 22.02.0 + poppler_ps_file_set_duplex@Base 0.18.0 + poppler_ps_file_set_paper_size@Base 0.18.0 + poppler_quadrilateral_copy@Base 0.26.0 + poppler_quadrilateral_free@Base 0.26.0 + poppler_quadrilateral_get_type@Base 0.26.0 + poppler_quadrilateral_new@Base 0.26.0 + poppler_rectangle_copy@Base 0.18.0 + poppler_rectangle_find_get_ignored_hyphen@Base 21.06.0 + poppler_rectangle_find_get_match_continued@Base 21.06.0 + poppler_rectangle_free@Base 0.18.0 + poppler_rectangle_get_type@Base 0.18.0 + poppler_rectangle_new@Base 0.18.0 + poppler_render_annots_flags_get_type@Base 25.03.0 + poppler_selection_style_get_type@Base 0.18.0 + poppler_set_nss_dir@Base 23.08.0 + poppler_set_nss_password_callback@Base 23.08.0 + poppler_signature_info_copy@Base 22.02.0 + poppler_signature_info_free@Base 22.02.0 + poppler_signature_info_get_certificate_info@Base 23.08.0 + poppler_signature_info_get_certificate_status@Base 22.02.0 + poppler_signature_info_get_local_signing_time@Base 22.02.0 + poppler_signature_info_get_signature_status@Base 22.02.0 + poppler_signature_info_get_signer_name@Base 22.02.0 + poppler_signature_info_get_type@Base 22.02.0 + poppler_signature_status_get_type@Base 22.02.0 + poppler_signature_validation_flags_get_type@Base 22.02.0 + poppler_signing_data_copy@Base 23.08.0 + poppler_signing_data_free@Base 23.08.0 + poppler_signing_data_get_background_color@Base 23.08.0 + poppler_signing_data_get_border_color@Base 23.08.0 + poppler_signing_data_get_border_width@Base 23.08.0 + poppler_signing_data_get_certificate_info@Base 23.08.0 + poppler_signing_data_get_destination_filename@Base 23.08.0 + poppler_signing_data_get_document_owner_password@Base 23.08.0 + poppler_signing_data_get_document_user_password@Base 23.08.0 + poppler_signing_data_get_field_partial_name@Base 23.08.0 + poppler_signing_data_get_font_color@Base 23.08.0 + poppler_signing_data_get_font_size@Base 23.08.0 + poppler_signing_data_get_image_path@Base 23.08.0 + poppler_signing_data_get_left_font_size@Base 23.08.0 + poppler_signing_data_get_location@Base 23.08.0 + poppler_signing_data_get_page@Base 23.08.0 + poppler_signing_data_get_password@Base 23.08.0 + poppler_signing_data_get_reason@Base 23.08.0 + poppler_signing_data_get_signature_rectangle@Base 23.08.0 + poppler_signing_data_get_signature_text@Base 23.08.0 + poppler_signing_data_get_signature_text_left@Base 23.08.0 + poppler_signing_data_get_type@Base 23.08.0 + poppler_signing_data_new@Base 23.08.0 + poppler_signing_data_set_background_color@Base 23.08.0 + poppler_signing_data_set_border_color@Base 23.08.0 + poppler_signing_data_set_border_width@Base 23.08.0 + poppler_signing_data_set_certificate_info@Base 23.08.0 + poppler_signing_data_set_destination_filename@Base 23.08.0 + poppler_signing_data_set_document_owner_password@Base 23.08.0 + poppler_signing_data_set_document_user_password@Base 23.08.0 + poppler_signing_data_set_field_partial_name@Base 23.08.0 + poppler_signing_data_set_font_color@Base 23.08.0 + poppler_signing_data_set_font_size@Base 23.08.0 + poppler_signing_data_set_image_path@Base 23.08.0 + poppler_signing_data_set_left_font_size@Base 23.08.0 + poppler_signing_data_set_location@Base 23.08.0 + poppler_signing_data_set_page@Base 23.08.0 + poppler_signing_data_set_password@Base 23.08.0 + poppler_signing_data_set_reason@Base 23.08.0 + poppler_signing_data_set_signature_rectangle@Base 23.08.0 + poppler_signing_data_set_signature_text@Base 23.08.0 + poppler_signing_data_set_signature_text_left@Base 23.08.0 + poppler_stretch_get_type@Base 25.01.0 + poppler_structure_block_align_get_type@Base 0.26.0 + poppler_structure_border_style_get_type@Base 0.26.0 + poppler_structure_element_get_abbreviation@Base 0.26.0 + poppler_structure_element_get_actual_text@Base 0.26.0 + poppler_structure_element_get_alt_text@Base 0.26.0 + poppler_structure_element_get_background_color@Base 0.26.0 + poppler_structure_element_get_baseline_shift@Base 0.26.0 + poppler_structure_element_get_block_align@Base 0.26.0 + poppler_structure_element_get_border_color@Base 0.26.0 + poppler_structure_element_get_border_style@Base 0.26.0 + poppler_structure_element_get_border_thickness@Base 0.26.0 + poppler_structure_element_get_bounding_box@Base 0.26.0 + poppler_structure_element_get_color@Base 0.26.0 + poppler_structure_element_get_column_count@Base 0.26.0 + poppler_structure_element_get_column_gaps@Base 0.26.0 + poppler_structure_element_get_column_widths@Base 0.26.0 + poppler_structure_element_get_end_indent@Base 0.26.0 + poppler_structure_element_get_form_description@Base 0.26.0 + poppler_structure_element_get_form_role@Base 0.26.0 + poppler_structure_element_get_form_state@Base 0.26.0 + poppler_structure_element_get_glyph_orientation@Base 0.26.0 + poppler_structure_element_get_height@Base 0.26.0 + poppler_structure_element_get_id@Base 0.26.0 + poppler_structure_element_get_inline_align@Base 0.26.0 + poppler_structure_element_get_kind@Base 0.26.0 + poppler_structure_element_get_language@Base 0.26.0 + poppler_structure_element_get_line_height@Base 0.26.0 + poppler_structure_element_get_list_numbering@Base 0.26.0 + poppler_structure_element_get_padding@Base 0.26.0 + poppler_structure_element_get_page@Base 0.26.0 + poppler_structure_element_get_placement@Base 0.26.0 + poppler_structure_element_get_ruby_align@Base 0.26.0 + poppler_structure_element_get_ruby_position@Base 0.26.0 + poppler_structure_element_get_space_after@Base 0.26.0 + poppler_structure_element_get_space_before@Base 0.26.0 + poppler_structure_element_get_start_indent@Base 0.26.0 + poppler_structure_element_get_table_border_style@Base 0.26.0 + poppler_structure_element_get_table_column_span@Base 0.26.0 + poppler_structure_element_get_table_headers@Base 0.26.0 + poppler_structure_element_get_table_padding@Base 0.26.0 + poppler_structure_element_get_table_row_span@Base 0.26.0 + poppler_structure_element_get_table_scope@Base 0.26.0 + poppler_structure_element_get_table_summary@Base 0.26.0 + poppler_structure_element_get_text@Base 0.26.0 + poppler_structure_element_get_text_align@Base 0.26.0 + poppler_structure_element_get_text_decoration_color@Base 0.26.0 + poppler_structure_element_get_text_decoration_thickness@Base 0.26.0 + poppler_structure_element_get_text_decoration_type@Base 0.26.0 + poppler_structure_element_get_text_indent@Base 0.26.0 + poppler_structure_element_get_text_spans@Base 0.26.0 + poppler_structure_element_get_title@Base 0.26.0 + poppler_structure_element_get_type@Base 0.26.0 + poppler_structure_element_get_width@Base 0.26.0 + poppler_structure_element_get_writing_mode@Base 0.26.0 + poppler_structure_element_is_block@Base 0.26.0 + poppler_structure_element_is_content@Base 0.26.0 + poppler_structure_element_is_grouping@Base 0.26.0 + poppler_structure_element_is_inline@Base 0.26.0 + poppler_structure_element_iter_copy@Base 0.26.0 + poppler_structure_element_iter_free@Base 0.26.0 + poppler_structure_element_iter_get_child@Base 0.26.0 + poppler_structure_element_iter_get_element@Base 0.26.0 + poppler_structure_element_iter_get_type@Base 0.26.0 + poppler_structure_element_iter_new@Base 0.26.0 + poppler_structure_element_iter_next@Base 0.26.0 + poppler_structure_element_kind_get_type@Base 0.26.0 + poppler_structure_form_role_get_type@Base 0.26.0 + poppler_structure_form_state_get_type@Base 0.26.0 + poppler_structure_get_text_flags_get_type@Base 0.26.0 + poppler_structure_glyph_orientation_get_type@Base 0.26.0 + poppler_structure_inline_align_get_type@Base 0.26.0 + poppler_structure_list_numbering_get_type@Base 0.26.0 + poppler_structure_placement_get_type@Base 0.26.0 + poppler_structure_ruby_align_get_type@Base 0.26.0 + poppler_structure_ruby_position_get_type@Base 0.26.0 + poppler_structure_table_scope_get_type@Base 0.26.0 + poppler_structure_text_align_get_type@Base 0.26.0 + poppler_structure_text_decoration_get_type@Base 0.26.0 + poppler_structure_writing_mode_get_type@Base 0.26.0 + poppler_style_get_type@Base 25.01.0 + poppler_text_attributes_copy@Base 0.18.0 + poppler_text_attributes_free@Base 0.18.0 + poppler_text_attributes_get_type@Base 0.18.0 + poppler_text_attributes_new@Base 0.18.0 + poppler_text_span_copy@Base 0.26.0 + poppler_text_span_free@Base 0.26.0 + poppler_text_span_get_color@Base 0.26.0 + poppler_text_span_get_font_name@Base 0.26.0 + poppler_text_span_get_text@Base 0.26.0 + poppler_text_span_get_type@Base 0.26.0 + poppler_text_span_is_bold_font@Base 0.26.0 + poppler_text_span_is_fixed_width_font@Base 0.26.0 + poppler_text_span_is_serif_font@Base 0.26.0 + poppler_viewer_preferences_get_type@Base 0.18.0 + poppler_weight_get_type@Base 25.01.0 diff --git a/libpoppler-private-dev.install b/libpoppler-private-dev.install new file mode 100644 index 0000000..4092386 --- /dev/null +++ b/libpoppler-private-dev.install @@ -0,0 +1,4 @@ +usr/include/poppler/*.h +usr/include/poppler/fofi/ +usr/include/poppler/goo/ +usr/include/poppler/splash/ diff --git a/libpoppler-qt5-1t64.install b/libpoppler-qt5-1t64.install new file mode 100644 index 0000000..804c44e --- /dev/null +++ b/libpoppler-qt5-1t64.install @@ -0,0 +1 @@ +usr/lib/*/libpoppler-qt5.so.1* diff --git a/libpoppler-qt5-1t64.symbols.in b/libpoppler-qt5-1t64.symbols.in new file mode 100644 index 0000000..19c7c22 --- /dev/null +++ b/libpoppler-qt5-1t64.symbols.in @@ -0,0 +1,1129 @@ +libpoppler-qt5.so.1 libpoppler-qt5-1t64 #MINVER# +* Build-Depends-Package: libpoppler-qt5-dev + _ZN7Poppler10Annotation11setBoundaryERK6QRectF@Base 0.24.5 + _ZN7Poppler10Annotation11setContentsERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation13setUniqueNameERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation15setCreationDateERK9QDateTime@Base 0.24.5 + _ZN7Poppler10Annotation19setModificationDateERK9QDateTime@Base 0.24.5 + _ZN7Poppler10Annotation23setAnnotationAppearanceERKNS_20AnnotationAppearanceE@Base 21.11.0 + _ZN7Poppler10Annotation5Popup10setSummaryERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5Popup11setGeometryERK6QRectF@Base 0.24.5 + _ZN7Poppler10Annotation5Popup7setTextERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5Popup8setFlagsEi@Base 0.24.5 + _ZN7Poppler10Annotation5Popup8setTitleERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC1ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC2ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupD1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupD2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupaSERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5Style10setOpacityEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style11setXCornersEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style11setYCornersEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style12setDashArrayERK7QVectorIdE@Base 0.24.5 + _ZN7Poppler10Annotation5Style12setLineStyleENS0_9LineStyleE@Base 0.24.5 + _ZN7Poppler10Annotation5Style13setLineEffectENS0_10LineEffectE@Base 0.24.5 + _ZN7Poppler10Annotation5Style18setEffectIntensityEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style8setColorERK6QColor@Base 0.24.5 + _ZN7Poppler10Annotation5Style8setWidthEd@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC1ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC2ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleD1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleD2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleaSERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation8setFlagsEi@Base 0.24.5 + _ZN7Poppler10Annotation8setPopupERKNS0_5PopupE@Base 0.24.5 + _ZN7Poppler10Annotation8setStyleERKNS0_5StyleE@Base 0.24.5 + _ZN7Poppler10Annotation9setAuthorERK7QString@Base 0.24.5 + _ZN7Poppler10AnnotationC1ERNS_17AnnotationPrivateE@Base 0.24.5 + _ZN7Poppler10AnnotationC1ERNS_17AnnotationPrivateERK8QDomNode@Base 0.24.5 + _ZN7Poppler10AnnotationC2ERNS_17AnnotationPrivateE@Base 0.24.5 + _ZN7Poppler10AnnotationC2ERNS_17AnnotationPrivateERK8QDomNode@Base 0.24.5 + _ZN7Poppler10AnnotationD0Ev@Base 0.24.5 + _ZN7Poppler10AnnotationD1Ev@Base 0.24.5 + _ZN7Poppler10AnnotationD2Ev@Base 0.24.5 + _ZN7Poppler10LinkActionC1ERK6QRectFNS0_10ActionTypeE@Base 0.24.5 + _ZN7Poppler10LinkActionC2ERK6QRectFNS0_10ActionTypeE@Base 0.24.5 + _ZN7Poppler10LinkActionD0Ev@Base 0.24.5 + _ZN7Poppler10LinkActionD1Ev@Base 0.24.5 + _ZN7Poppler10LinkActionD2Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseC1ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler10LinkBrowseC2ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler10LinkBrowseD0Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseD1Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseD2Ev@Base 0.24.5 + _ZN7Poppler11AsyncObject11qt_metacallEN11QMetaObject4CallEiPPv@Base 24.06.0 + _ZN7Poppler11AsyncObject11qt_metacastEPKc@Base 24.06.0 + _ZN7Poppler11AsyncObject16staticMetaObjectE@Base 24.06.0 + _ZN7Poppler11AsyncObject4doneEv@Base 24.06.0 + _ZN7Poppler11AsyncObjectC1Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectC2Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD0Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD1Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD2Ev@Base 24.06.0 + _ZN7Poppler11LinkExecuteC1ERK6QRectFRK7QStringS6_@Base 0.24.5 + _ZN7Poppler11LinkExecuteC2ERK6QRectFRK7QStringS6_@Base 0.24.5 + _ZN7Poppler11LinkExecuteD0Ev@Base 0.24.5 + _ZN7Poppler11LinkExecuteD1Ev@Base 0.24.5 + _ZN7Poppler11LinkExecuteD2Ev@Base 0.24.5 + _ZN7Poppler11MovieObjectC1EP10AnnotMovie@Base 0.24.5 + _ZN7Poppler11MovieObjectC2EP10AnnotMovie@Base 0.24.5 + _ZN7Poppler11MovieObjectD1Ev@Base 0.24.5 + _ZN7Poppler11MovieObjectD2Ev@Base 0.24.5 + _ZN7Poppler11OutlineItemC1EOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC1EPNS_15OutlineItemDataE@Base 0.81.0 + _ZN7Poppler11OutlineItemC1ERKS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC1Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemC2EOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC2EPNS_15OutlineItemDataE@Base 0.81.0 + _ZN7Poppler11OutlineItemC2ERKS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC2Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemD1Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemD2Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemaSEOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemaSERKS0_@Base 0.81.0 + _ZN7Poppler11PSConverter11setPageListERK5QListIiE@Base 0.24.5 + _ZN7Poppler11PSConverter12setPSOptionsE6QFlagsINS0_8PSOptionEE@Base 0.24.5 + _ZN7Poppler11PSConverter12setTopMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter13setLeftMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter13setPaperWidthEi@Base 0.24.5 + _ZN7Poppler11PSConverter14setPaperHeightEi@Base 0.24.5 + _ZN7Poppler11PSConverter14setRightMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter15setBottomMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter16setStrictMarginsEb@Base 0.24.5 + _ZN7Poppler11PSConverter17setForceRasterizeEb@Base 0.24.5 + _ZN7Poppler11PSConverter24setForceOverprintPreviewEb@Base 23.12.0 + _ZN7Poppler11PSConverter24setPageConvertedCallbackEPFviPvES1_@Base 0.24.5 + _ZN7Poppler11PSConverter7convertEv@Base 0.24.5 + _ZN7Poppler11PSConverter7setHDPIEd@Base 0.24.5 + _ZN7Poppler11PSConverter7setVDPIEd@Base 0.24.5 + _ZN7Poppler11PSConverter8setTitleERK7QString@Base 0.24.5 + _ZN7Poppler11PSConverter9setRotateEi@Base 0.24.5 + _ZN7Poppler11PSConverterC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler11PSConverterC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler11PSConverterD0Ev@Base 0.24.5 + _ZN7Poppler11PSConverterD1Ev@Base 0.24.5 + _ZN7Poppler11PSConverterD2Ev@Base 0.24.5 + _ZN7Poppler11SoundObjectC1EP5Sound@Base 0.24.5 + _ZN7Poppler11SoundObjectC2EP5Sound@Base 0.24.5 + _ZN7Poppler11SoundObjectD1Ev@Base 0.24.5 + _ZN7Poppler11SoundObjectD2Ev@Base 0.24.5 + _ZN7Poppler11convertDateEPKc@Base 0.71.0 + _ZN7Poppler11convertDateEPc@Base 0.24.5 + _ZN7Poppler12EmbeddedFile4dataEv@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC1EP7EmbFile@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC1ERNS_16EmbeddedFileDataE@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC2EP7EmbFile@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC2ERNS_16EmbeddedFileDataE@Base 0.24.5 + _ZN7Poppler12EmbeddedFileD1Ev@Base 0.24.5 + _ZN7Poppler12EmbeddedFileD2Ev@Base 0.24.5 + _ZN7Poppler12FontIterator4nextEv@Base 0.24.5 + _ZN7Poppler12FontIteratorC1EiPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12FontIteratorC2EiPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12FontIteratorD1Ev@Base 0.24.5 + _ZN7Poppler12FontIteratorD2Ev@Base 0.24.5 + _ZN7Poppler12LinkOCGStateC1EPNS_19LinkOCGStatePrivateE@Base 0.57.0 + _ZN7Poppler12LinkOCGStateC2EPNS_19LinkOCGStatePrivateE@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD0Ev@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD1Ev@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD2Ev@Base 0.57.0 + _ZN7Poppler12PDFConverter13setPDFOptionsE6QFlagsINS0_9PDFOptionEE@Base 0.24.5 + _ZN7Poppler12PDFConverter16NewSignatureData11setFontSizeEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData11setLocationERK7QString@Base 21.11.0 + _ZN7Poppler12PDFConverter16NewSignatureData11setPasswordERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData12setFontColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData12setImagePathERK7QString@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData14setBorderColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData14setBorderWidthEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData15setCertNicknameERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData15setLeftFontSizeEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData16setSignatureTextERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData18setBackgroundColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData19setFieldPartialNameERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData20setBoundingRectangleERK6QRectF@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData20setSignatureLeftTextERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData23setDocumentUserPasswordERK10QByteArray@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData24setDocumentOwnerPasswordERK10QByteArray@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData7setPageEi@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData9setReasonERK7QString@Base 21.11.0 + _ZN7Poppler12PDFConverter16NewSignatureDataC1Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataC2Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataD1Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataD2Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter4signERKNS0_16NewSignatureDataE@Base 21.06.0 + _ZN7Poppler12PDFConverter7convertEv@Base 0.24.5 + _ZN7Poppler12PDFConverterC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12PDFConverterC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12PDFConverterD0Ev@Base 0.24.5 + _ZN7Poppler12PDFConverterD1Ev@Base 0.24.5 + _ZN7Poppler12PDFConverterD2Ev@Base 0.24.5 + _ZN7Poppler13BaseConverter15setOutputDeviceEP9QIODevice@Base 0.24.5 + _ZN7Poppler13BaseConverter17setOutputFileNameERK7QString@Base 0.24.5 + _ZN7Poppler13BaseConverterC1ERNS_20BaseConverterPrivateE@Base 0.24.5 + _ZN7Poppler13BaseConverterC2ERNS_20BaseConverterPrivateE@Base 0.24.5 + _ZN7Poppler13BaseConverterD0Ev@Base 0.24.5 + _ZN7Poppler13BaseConverterD1Ev@Base 0.24.5 + _ZN7Poppler13BaseConverterD2Ev@Base 0.24.5 + _ZN7Poppler13FormFieldData13getFormWidgetEPKNS_9FormFieldE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC1EPNS_17FormFieldIconDataE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC1ERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldIconC2EPNS_17FormFieldIconDataE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC2ERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldIconD1Ev@Base 0.81.0 + _ZN7Poppler13FormFieldIconD2Ev@Base 0.81.0 + _ZN7Poppler13FormFieldIconaSERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldText11setFontSizeEi@Base 0.71.0 + _ZN7Poppler13FormFieldText17setAppearanceTextERK7QString@Base 0.81.0 + _ZN7Poppler13FormFieldText7setTextERK7QString@Base 0.24.5 + _ZN7Poppler13FormFieldTextC1EPNS_12DocumentDataEP4PageP14FormWidgetText@Base 0.24.5 + _ZN7Poppler13FormFieldTextC2EPNS_12DocumentDataEP4PageP14FormWidgetText@Base 0.24.5 + _ZN7Poppler13FormFieldTextD0Ev@Base 0.24.5 + _ZN7Poppler13FormFieldTextD1Ev@Base 0.24.5 + _ZN7Poppler13FormFieldTextD2Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotation11setInkPathsERK5QListI11QLinkedListI7QPointFEE@Base 0.24.5 + _ZN7Poppler13InkAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler13InkAnnotationC1ERNS_20InkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler13InkAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler13InkAnnotationC2ERNS_20InkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler13InkAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionC1ERK6QRectFOSt10unique_ptrI14MediaRenditionSt14default_deleteIS5_EEiRK7QString3Ref@Base 24.08.0 + _ZN7Poppler13LinkRenditionC1ERK6QRectFP14MediaRenditioniRK7QStringRK3Ref@Base 0.24.5 + _ZN7Poppler13LinkRenditionC2ERK6QRectFOSt10unique_ptrI14MediaRenditionSt14default_deleteIS5_EEiRK7QString3Ref@Base 24.08.0 + _ZN7Poppler13LinkRenditionC2ERK6QRectFP14MediaRenditioniRK7QStringRK3Ref@Base 0.24.5 + _ZN7Poppler13LinkRenditionD0Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionD1Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionD2Ev@Base 0.24.5 + _ZN7Poppler13LinkResetFormC1EPNS_20LinkResetFormPrivateE@Base 24.08.0 + _ZN7Poppler13LinkResetFormC2EPNS_20LinkResetFormPrivateE@Base 24.08.0 + _ZN7Poppler13LinkResetFormD0Ev@Base 24.08.0 + _ZN7Poppler13LinkResetFormD1Ev@Base 24.08.0 + _ZN7Poppler13LinkResetFormD2Ev@Base 24.08.0 + _ZN7Poppler13hasNSSSupportEv@Base 21.06.0 + _ZN7Poppler14GeomAnnotation11setGeomTypeENS0_8GeomTypeE@Base 0.24.5 + _ZN7Poppler14GeomAnnotation17setGeomInnerColorERK6QColor@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC1ERNS_21GeomAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC2ERNS_21GeomAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotation11setLineTypeENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLineClosedEb@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLineIntentENS0_10LineIntentE@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLinePointsERK11QLinkedListI7QPointFE@Base 0.24.5 + _ZN7Poppler14LineAnnotation15setLineEndStyleENS0_9TermStyleE@Base 0.24.5 + _ZN7Poppler14LineAnnotation17setLineInnerColorERK6QColor@Base 0.24.5 + _ZN7Poppler14LineAnnotation17setLineStartStyleENS0_9TermStyleE@Base 0.24.5 + _ZN7Poppler14LineAnnotation18setLineShowCaptionEb@Base 0.24.5 + _ZN7Poppler14LineAnnotation23setLineLeadingBackPointEd@Base 0.24.5 + _ZN7Poppler14LineAnnotation26setLineLeadingForwardPointEd@Base 0.24.5 + _ZN7Poppler14LineAnnotationC1ENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14LineAnnotationC1ERNS_21LineAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC2ENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14LineAnnotationC2ERNS_21LineAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LineAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotation18setLinkDestinationEPNS_4LinkE@Base 0.24.5 + _ZN7Poppler14LinkAnnotation18setLinkRegionPointEiRK7QPointF@Base 0.24.5 + _ZN7Poppler14LinkAnnotation20setLinkHighlightModeENS0_13HighlightModeE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC1ERNS_21LinkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC2ERNS_21LinkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptC1ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptC2ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD0Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD1Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD2Ev@Base 0.24.5 + _ZN7Poppler14LinkSubmitFormC1EPNS_21LinkSubmitFormPrivateE@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormC2EPNS_21LinkSubmitFormPrivateE@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD0Ev@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD1Ev@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD2Ev@Base 25.01.0 + _ZN7Poppler14MediaRenditionC1EOSt10unique_ptrI14MediaRenditionSt14default_deleteIS2_EE@Base 24.08.0 + _ZN7Poppler14MediaRenditionC1EP14MediaRendition@Base 0.24.5 + _ZN7Poppler14MediaRenditionC2EOSt10unique_ptrI14MediaRenditionSt14default_deleteIS2_EE@Base 24.08.0 + _ZN7Poppler14MediaRenditionC2EP14MediaRendition@Base 0.24.5 + _ZN7Poppler14MediaRenditionD1Ev@Base 0.24.5 + _ZN7Poppler14MediaRenditionD2Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionC1ERKNS_20PageTransitionParamsE@Base 0.24.5 + _ZN7Poppler14PageTransitionC1ERKS0_@Base 0.24.5 + _ZN7Poppler14PageTransitionC2ERKNS_20PageTransitionParamsE@Base 0.24.5 + _ZN7Poppler14PageTransitionC2ERKS0_@Base 0.24.5 + _ZN7Poppler14PageTransitionD1Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionD2Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionaSERKS0_@Base 0.71.0 + _ZN7Poppler14TextAnnotation11setTextFontERK5QFont@Base 0.24.5 + _ZN7Poppler14TextAnnotation11setTextIconERK7QString@Base 0.24.5 + _ZN7Poppler14TextAnnotation11setTextTypeENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotation12setTextColorERK6QColor@Base 0.71.0 + _ZN7Poppler14TextAnnotation15setInplaceAlignEi@Base 0.24.5 + _ZN7Poppler14TextAnnotation16setCalloutPointsERK7QVectorI7QPointFE@Base 0.24.5 + _ZN7Poppler14TextAnnotation16setInplaceIntentENS0_13InplaceIntentE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC1ENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14TextAnnotationC1ERNS_21TextAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC2ENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler14TextAnnotationC2ERNS_21TextAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14TextAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14TextAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14TextAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14isCmsAvailableEv@Base 0.24.5 + _ZN7Poppler15AnnotationUtils15storeAnnotationEPKNS_10AnnotationER11QDomElementR12QDomDocument@Base 0.24.5 + _ZN7Poppler15AnnotationUtils16createAnnotationERK11QDomElement@Base 0.24.5 + _ZN7Poppler15AnnotationUtils16findChildElementERK8QDomNodeRK7QString@Base 0.24.5 + _ZN7Poppler15CaretAnnotation14setCaretSymbolENS0_11CaretSymbolE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC1ERNS_22CaretAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC2ERNS_22CaretAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15CertificateInfoC1EPNS_22CertificateInfoPrivateE@Base 0.81.0 + _ZN7Poppler15CertificateInfoC1ERKS0_@Base 0.81.0 + _ZN7Poppler15CertificateInfoC1Ev@Base 21.06.0 + _ZN7Poppler15CertificateInfoC2EPNS_22CertificateInfoPrivateE@Base 0.81.0 + _ZN7Poppler15CertificateInfoC2ERKS0_@Base 0.81.0 + _ZN7Poppler15CertificateInfoC2Ev@Base 21.06.0 + _ZN7Poppler15CertificateInfoD1Ev@Base 0.81.0 + _ZN7Poppler15CertificateInfoD2Ev@Base 0.81.0 + _ZN7Poppler15CertificateInfoaSERKS0_@Base 0.81.0 + _ZN7Poppler15FormFieldButton7setIconERKNS_13FormFieldIconE@Base 0.81.0 + _ZN7Poppler15FormFieldButton8setStateEb@Base 0.24.5 + _ZN7Poppler15FormFieldButtonC1EPNS_12DocumentDataEP4PageP16FormWidgetButton@Base 0.24.5 + _ZN7Poppler15FormFieldButtonC2EPNS_12DocumentDataEP4PageP16FormWidgetButton@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD0Ev@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD1Ev@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD2Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoice13setEditChoiceERK7QString@Base 0.24.5 + _ZN7Poppler15FormFieldChoice17setCurrentChoicesERK5QListIiE@Base 0.24.5 + _ZN7Poppler15FormFieldChoice23setAppearanceChoiceTextERK7QString@Base 24.08.0 + _ZN7Poppler15FormFieldChoiceC1EPNS_12DocumentDataEP4PageP16FormWidgetChoice@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceC2EPNS_12DocumentDataEP4PageP16FormWidgetChoice@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD0Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD1Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD2Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERK7QString@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERKNS_19LinkDestinationDataE@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERKS0_@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERK7QString@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERKNS_19LinkDestinationDataE@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERKS0_@Base 0.24.5 + _ZN7Poppler15LinkDestinationD1Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationD2Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationaSERKS0_@Base 0.24.5 + _ZN7Poppler15MovieAnnotation13setMovieTitleERK7QString@Base 0.24.5 + _ZN7Poppler15MovieAnnotation8setMovieEPNS_11MovieObjectE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC1ERNS_22MovieAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC2ERNS_22MovieAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15OptContentModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 0.24.5 + _ZN7Poppler15OptContentModel11qt_metacastEPKc@Base 0.24.5 + _ZN7Poppler15OptContentModel16staticMetaObjectE@Base 0.24.5 + _ZN7Poppler15OptContentModel7setDataERK11QModelIndexRK8QVarianti@Base 0.24.5 + _ZN7Poppler15OptContentModel9applyLinkEPNS_12LinkOCGStateE@Base 0.57.0 + _ZN7Poppler15OptContentModelC1EPK4OCGsP7QObject@Base 25.03.0 + _ZN7Poppler15OptContentModelC2EPK4OCGsP7QObject@Base 25.03.0 + _ZN7Poppler15OptContentModelD0Ev@Base 0.24.5 + _ZN7Poppler15OptContentModelD1Ev@Base 0.24.5 + _ZN7Poppler15OptContentModelD2Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotation16setSoundIconNameERK7QString@Base 0.24.5 + _ZN7Poppler15SoundAnnotation8setSoundEPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC1ERNS_22SoundAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC2ERNS_22SoundAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotation16setStampIconNameERK7QString@Base 0.24.5 + _ZN7Poppler15StampAnnotation19setStampCustomImageERK6QImage@Base 21.11.0 + _ZN7Poppler15StampAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15StampAnnotationC1ERNS_22StampAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15StampAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler15StampAnnotationC2ERNS_22StampAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15StampAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotation14setScreenTitleERK7QString@Base 0.24.5 + _ZN7Poppler16ScreenAnnotation9setActionEPNS_13LinkRenditionE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC1ERNS_23ScreenAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC2ERNS_23ScreenAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC1ERNS_23WidgetAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC2ERNS_23WidgetAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16unicodeToQStringEPKji@Base 0.71.0 + _ZN7Poppler16unicodeToQStringERKSt6vectorIjSaIjEE@Base 24.02.0 + _ZN7Poppler17FormFieldIconData7getDataERKNS_13FormFieldIconE@Base 0.81.0 + _ZN7Poppler18FormFieldSignatureC1EPNS_12DocumentDataEP4PageP19FormWidgetSignature@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureC2EPNS_12DocumentDataEP4PageP19FormWidgetSignature@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD0Ev@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD1Ev@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD2Ev@Base 0.57.0 + _ZN7Poppler18QStringToGooStringERK7QString@Base 0.71.0 + _ZN7Poppler19HighlightAnnotation16setHighlightTypeENS0_13HighlightTypeE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotation17setHighlightQuadsERK5QListINS0_4QuadEE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC1ERNS_26HighlightAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC2ERNS_26HighlightAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler19RichMediaAnnotation10Activation12setConditionENS1_9ConditionE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10setContentEPNS0_7ContentE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation11setSettingsEPNS0_8SettingsE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12Deactivation12setConditionENS1_9ConditionE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration12setInstancesERK5QListIPNS0_8InstanceEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration7setNameERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration7setTypeENS1_4TypeE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5Asset15setEmbeddedFileEPNS_12EmbeddedFileE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5Asset7setNameERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6Params12setFlashVarsERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7Content17setConfigurationsERK5QListIPNS0_13ConfigurationEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7Content9setAssetsERK5QListIPNS0_5AssetEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Instance7setTypeENS1_4TypeE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Instance9setParamsEPNS0_6ParamsE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Settings13setActivationEPNS0_10ActivationE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Settings15setDeactivationEPNS0_12DeactivationE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC1ERK8QDomNode@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC1ERNS_26RichMediaAnnotationPrivateE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC2ERK8QDomNode@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC2ERNS_26RichMediaAnnotationPrivateE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD0Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD2Ev@Base 0.38.0 + _ZN7Poppler19UnicodeParsedStringEPK9GooString@Base 0.71.0 + _ZN7Poppler19UnicodeParsedStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.90.0 + _ZN7Poppler20AnnotationAppearanceC1EPNS_27AnnotationAppearancePrivateE@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceC2EPNS_27AnnotationAppearancePrivateE@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceD1Ev@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceD2Ev@Base 21.11.0 + _ZN7Poppler21setDebugErrorFunctionEPFvRK7QStringRK8QVariantES5_@Base 0.24.5 + _ZN7Poppler22setNSSPasswordCallbackERKSt8functionIFPcPKcEE@Base 21.06.0 + _ZN7Poppler23SignatureValidationInfoC1EPNS_30SignatureValidationInfoPrivateE@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC1ERKS0_@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC2EPNS_30SignatureValidationInfoPrivateE@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC2ERKS0_@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoD1Ev@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoD2Ev@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoaSERKS0_@Base 0.57.0 + _ZN7Poppler23activeCryptoSignBackendEv@Base 23.08.0 + _ZN7Poppler23arePgpSignaturesAllowedEv@Base 25.03.0 + _ZN7Poppler23setPgpSignaturesAllowedEb@Base 25.03.0 + _ZN7Poppler24FileAttachmentAnnotation15setEmbeddedFileEPNS_12EmbeddedFileE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotation15setFileIconNameERK7QString@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC1ERK8QDomNode@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC1ERNS_31FileAttachmentAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC2ERK8QDomNode@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC2ERNS_31FileAttachmentAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler25QStringToUnicodeGooStringERK7QString@Base 0.71.0 + _ZN7Poppler26setActiveCryptoSignBackendENS_17CryptoSignBackendE@Base 23.08.0 + _ZN7Poppler27availableCryptoSignBackendsEv@Base 23.08.0 + _ZN7Poppler27hasCryptoSignBackendFeatureENS_17CryptoSignBackendENS_24CryptoSignBackendFeatureE@Base 23.08.0 + _ZN7Poppler27isOverprintPreviewAvailableEv@Base 0.24.5 + _ZN7Poppler31getAvailableSigningCertificatesEv@Base 21.06.0 + _ZN7Poppler4LinkC1ERK6QRectF@Base 0.24.5 + _ZN7Poppler4LinkC1ERNS_11LinkPrivateE@Base 0.24.5 + _ZN7Poppler4LinkC2ERK6QRectF@Base 0.24.5 + _ZN7Poppler4LinkC2ERNS_11LinkPrivateE@Base 0.24.5 + _ZN7Poppler4LinkD0Ev@Base 0.24.5 + _ZN7Poppler4LinkD1Ev@Base 0.24.5 + _ZN7Poppler4LinkD2Ev@Base 0.24.5 + _ZN7Poppler4Page10defaultCTMEPdddib@Base 0.24.5 + _ZN7Poppler4Page13addAnnotationEPKNS_10AnnotationE@Base 0.24.5 + _ZN7Poppler4Page16removeAnnotationEPKNS_10AnnotationE@Base 0.24.5 + _ZN7Poppler4PageC1EPNS_12DocumentDataEi@Base 0.24.5 + _ZN7Poppler4PageC2EPNS_12DocumentDataEi@Base 0.24.5 + _ZN7Poppler4PageD1Ev@Base 0.24.5 + _ZN7Poppler4PageD2Ev@Base 0.24.5 + _ZN7Poppler7TextBoxC1ERK7QStringRK6QRectF@Base 0.24.5 + _ZN7Poppler7TextBoxC2ERK7QStringRK6QRectF@Base 0.24.5 + _ZN7Poppler7TextBoxD1Ev@Base 0.24.5 + _ZN7Poppler7TextBoxD2Ev@Base 0.24.5 + _ZN7Poppler7Version5majorEv@Base 0.81.0 + _ZN7Poppler7Version5microEv@Base 0.81.0 + _ZN7Poppler7Version5minorEv@Base 0.81.0 + _ZN7Poppler7Version6stringEv@Base 0.81.0 + _ZN7Poppler8Document10removeInfoEv@Base 0.46.0 + _ZN7Poppler8Document10setCreatorERK7QString@Base 0.46.0 + _ZN7Poppler8Document10setSubjectERK7QString@Base 0.46.0 + _ZN7Poppler8Document11setKeywordsERK7QString@Base 0.46.0 + _ZN7Poppler8Document11setProducerERK7QString@Base 0.46.0 + _ZN7Poppler8Document12loadFromDataERK10QByteArrayS3_S3_@Base 0.24.5 + _ZN7Poppler8Document13setPaperColorERK6QColor@Base 0.24.5 + _ZN7Poppler8Document13setRenderHintENS0_10RenderHintEb@Base 0.24.5 + _ZN7Poppler8Document15linkDestinationERK7QString@Base 0.24.5 + _ZN7Poppler8Document15setCreationDateERK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document16setRenderBackendENS0_13RenderBackendE@Base 0.24.5 + _ZN7Poppler8Document19applyResetFormsLinkERKNS_13LinkResetFormE@Base 24.08.0 + _ZN7Poppler8Document19setModificationDateERK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document20optionalContentModelEv@Base 0.24.5 + _ZN7Poppler8Document22setColorDisplayProfileEPv@Base 0.24.5 + _ZN7Poppler8Document23availableRenderBackendsEv@Base 0.24.5 + _ZN7Poppler8Document26setColorDisplayProfileNameERK7QString@Base 0.24.5 + _ZN7Poppler8Document28setXRefReconstructedCallbackERKSt8functionIFvvEE@Base 21.06.0 + _ZN7Poppler8Document4loadEP9QIODeviceRK10QByteArrayS5_@Base 0.85.0 + _ZN7Poppler8Document4loadERK7QStringRK10QByteArrayS6_@Base 0.24.5 + _ZN7Poppler8Document6unlockERK10QByteArrayS3_@Base 0.24.5 + _ZN7Poppler8Document7setDateERK7QStringRK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document7setInfoERK7QStringS3_@Base 0.46.0 + _ZN7Poppler8Document8setTitleERK7QString@Base 0.46.0 + _ZN7Poppler8Document9setAuthorERK7QString@Base 0.46.0 + _ZN7Poppler8DocumentC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler8DocumentC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler8DocumentD1Ev@Base 0.24.5 + _ZN7Poppler8DocumentD2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoC1ERKNS_12FontInfoDataE@Base 0.24.5 + _ZN7Poppler8FontInfoC1ERKS0_@Base 0.24.5 + _ZN7Poppler8FontInfoC1Ev@Base 0.24.5 + _ZN7Poppler8FontInfoC2ERKNS_12FontInfoDataE@Base 0.24.5 + _ZN7Poppler8FontInfoC2ERKS0_@Base 0.24.5 + _ZN7Poppler8FontInfoC2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoD1Ev@Base 0.24.5 + _ZN7Poppler8FontInfoD2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoaSERKS0_@Base 0.24.5 + _ZN7Poppler8LinkGotoC1ERK6QRectF7QStringRKNS_15LinkDestinationE@Base 0.24.5 + _ZN7Poppler8LinkGotoC2ERK6QRectF7QStringRKNS_15LinkDestinationE@Base 0.24.5 + _ZN7Poppler8LinkGotoD0Ev@Base 0.24.5 + _ZN7Poppler8LinkGotoD1Ev@Base 0.24.5 + _ZN7Poppler8LinkGotoD2Ev@Base 0.24.5 + _ZN7Poppler8LinkHideC1EPNS_15LinkHidePrivateE@Base 0.71.0 + _ZN7Poppler8LinkHideC2EPNS_15LinkHidePrivateE@Base 0.71.0 + _ZN7Poppler8LinkHideD0Ev@Base 0.71.0 + _ZN7Poppler8LinkHideD1Ev@Base 0.71.0 + _ZN7Poppler8LinkHideD2Ev@Base 0.71.0 + _ZN7Poppler9FormField10setVisibleEb@Base 0.71.0 + _ZN7Poppler9FormField11setReadOnlyEb@Base 0.71.0 + _ZN7Poppler9FormField12setPrintableEb@Base 0.81.0 + (optional=gccinternal)_ZN7Poppler9FormFieldC1ESt10unique_ptrINS_13FormFieldDataESt14default_deleteIS2_EE@Base 0.85.0 + (optional=gccinternal)_ZN7Poppler9FormFieldC2ESt10unique_ptrINS_13FormFieldDataESt14default_deleteIS2_EE@Base 0.85.0 + _ZN7Poppler9FormFieldD0Ev@Base 0.24.5 + _ZN7Poppler9FormFieldD1Ev@Base 0.24.5 + _ZN7Poppler9FormFieldD2Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieC1ERK6QRectFNS0_9OperationERK7QStringRK3Ref@Base 0.24.5 + _ZN7Poppler9LinkMovieC2ERK6QRectFNS0_9OperationERK7QStringRK3Ref@Base 0.24.5 + _ZN7Poppler9LinkMovieD0Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieD1Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieD2Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundC1ERK6QRectFdbbbPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler9LinkSoundC2ERK6QRectFdbbbPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler9LinkSoundD0Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundD1Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundD2Ev@Base 0.24.5 + _ZN7Poppler9getNSSDirEv@Base 21.06.0 + _ZN7Poppler9setNSSDirERK7QString@Base 21.06.0 + _ZNK7Poppler10Annotation10uniqueNameEv@Base 0.24.5 + _ZNK7Poppler10Annotation12creationDateEv@Base 0.24.5 + _ZNK7Poppler10Annotation12revisionTypeEv@Base 0.24.5 + _ZNK7Poppler10Annotation13revisionScopeEv@Base 0.24.5 + _ZNK7Poppler10Annotation16modificationDateEv@Base 0.24.5 + _ZNK7Poppler10Annotation20annotationAppearanceEv@Base 21.11.0 + _ZNK7Poppler10Annotation29storeBaseAnnotationPropertiesER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup4textEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup5flagsEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup5titleEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup7summaryEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup8geometryEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style10lineEffectEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style15effectIntensityEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style5colorEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style5widthEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style7opacityEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style8xCornersEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style8yCornersEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style9dashArrayEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style9lineStyleEv@Base 0.24.5 + _ZNK7Poppler10Annotation5flagsEv@Base 0.24.5 + _ZNK7Poppler10Annotation5popupEv@Base 0.24.5 + _ZNK7Poppler10Annotation5styleEv@Base 0.24.5 + _ZNK7Poppler10Annotation6authorEv@Base 0.24.5 + _ZNK7Poppler10Annotation8boundaryEv@Base 0.24.5 + _ZNK7Poppler10Annotation8contentsEv@Base 0.24.5 + _ZNK7Poppler10Annotation9revisionsEv@Base 0.24.5 + _ZNK7Poppler10LinkAction10actionTypeEv@Base 0.24.5 + _ZNK7Poppler10LinkAction8linkTypeEv@Base 0.24.5 + _ZNK7Poppler10LinkBrowse3urlEv@Base 0.24.5 + _ZNK7Poppler10LinkBrowse8linkTypeEv@Base 0.24.5 + _ZNK7Poppler11AsyncObject10metaObjectEv@Base 24.06.0 + _ZNK7Poppler11LinkExecute10parametersEv@Base 0.24.5 + _ZNK7Poppler11LinkExecute8fileNameEv@Base 0.24.5 + _ZNK7Poppler11LinkExecute8linkTypeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject11posterImageEv@Base 0.24.5 + _ZNK7Poppler11MovieObject12showControlsEv@Base 0.24.5 + _ZNK7Poppler11MovieObject15showPosterImageEv@Base 0.24.5 + _ZNK7Poppler11MovieObject3urlEv@Base 0.24.5 + _ZNK7Poppler11MovieObject4sizeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject8playModeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject8rotationEv@Base 0.24.5 + _ZNK7Poppler11OutlineItem11destinationEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem11hasChildrenEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem16externalFileNameEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem3uriEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem4nameEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem6isNullEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem6isOpenEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem8childrenEv@Base 0.81.0 + _ZNK7Poppler11PSConverter9psOptionsEv@Base 0.24.5 + _ZNK7Poppler11SoundObject12samplingRateEv@Base 0.24.5 + _ZNK7Poppler11SoundObject13bitsPerSampleEv@Base 0.24.5 + _ZNK7Poppler11SoundObject13soundEncodingEv@Base 0.24.5 + _ZNK7Poppler11SoundObject3urlEv@Base 0.24.5 + _ZNK7Poppler11SoundObject4dataEv@Base 0.24.5 + _ZNK7Poppler11SoundObject8channelsEv@Base 0.24.5 + _ZNK7Poppler11SoundObject9soundTypeEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile10createDateEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile11descriptionEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile4nameEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile4sizeEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile7isValidEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile7modDateEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile8checksumEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile8mimeTypeEv@Base 0.24.5 + _ZNK7Poppler12FontIterator11currentPageEv@Base 0.24.5 + _ZNK7Poppler12FontIterator7hasNextEv@Base 0.24.5 + _ZNK7Poppler12LinkOCGState8linkTypeEv@Base 0.57.0 + _ZNK7Poppler12PDFConverter10pdfOptionsEv@Base 0.24.5 + _ZNK7Poppler12PDFConverter16NewSignatureData11borderColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData11borderWidthEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData12certNicknameEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData12leftFontSizeEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData13signatureTextEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData15backgroundColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData16fieldPartialNameEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData17boundingRectangleEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData17signatureLeftTextEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData20documentUserPasswordEv@Base 22.02.0 + _ZNK7Poppler12PDFConverter16NewSignatureData21documentOwnerPasswordEv@Base 22.02.0 + _ZNK7Poppler12PDFConverter16NewSignatureData4pageEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData6reasonEv@Base 21.11.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8fontSizeEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8locationEv@Base 21.11.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8passwordEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData9fontColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData9imagePathEv@Base 22.02.0 + _ZNK7Poppler13BaseConverter9lastErrorEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText10isPasswordEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText10isRichTextEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText11getFontSizeEv@Base 0.71.0 + _ZNK7Poppler13FormFieldText13maximumLengthEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText13textAlignmentEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText17canBeSpellCheckedEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText4textEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText4typeEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText8textTypeEv@Base 0.24.5 + _ZNK7Poppler13InkAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler13InkAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler13InkAnnotation8inkPathsEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition22isReferencedAnnotationEPKNS_16ScreenAnnotationE@Base 0.24.5 + _ZNK7Poppler13LinkRendition6actionEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition6scriptEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition8linkTypeEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition9renditionEv@Base 0.24.5 + _ZNK7Poppler13LinkResetForm8linkTypeEv@Base 24.08.0 + _ZNK7Poppler14GeomAnnotation14geomInnerColorEv@Base 0.24.5 + _ZNK7Poppler14GeomAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler14GeomAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14GeomAnnotation8geomTypeEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation10lineIntentEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation10linePointsEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation12isLineClosedEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation12lineEndStyleEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation14lineInnerColorEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation14lineStartStyleEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation15lineShowCaptionEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation20lineLeadingBackPointEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation23lineLeadingForwardPointEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler14LineAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation8lineTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation15linkDestinationEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation15linkRegionPointEi@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation17linkHighlightModeEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkJavaScript6scriptEv@Base 0.24.5 + _ZNK7Poppler14LinkJavaScript8linkTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkSubmitForm11getFieldIdsEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm6getUrlEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm8getFlagsEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm8linkTypeEv@Base 25.01.0 + _ZNK7Poppler14MediaRendition10isEmbeddedEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition11contentTypeEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition11repeatCountEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition12showControlsEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition4dataEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition4sizeEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition7isValidEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition8autoPlayEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition8fileNameEv@Base 0.24.5 + _ZNK7Poppler14PageTransition12durationRealEv@Base 0.38.0 + _ZNK7Poppler14PageTransition13isRectangularEv@Base 0.24.5 + _ZNK7Poppler14PageTransition4typeEv@Base 0.24.5 + _ZNK7Poppler14PageTransition5angleEv@Base 0.24.5 + _ZNK7Poppler14PageTransition5scaleEv@Base 0.24.5 + _ZNK7Poppler14PageTransition8durationEv@Base 0.24.5 + _ZNK7Poppler14PageTransition9alignmentEv@Base 0.24.5 + _ZNK7Poppler14PageTransition9directionEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation12calloutPointEi@Base 0.24.5 + _ZNK7Poppler14TextAnnotation12inplaceAlignEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation13calloutPointsEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation13inplaceIntentEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler14TextAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textFontEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textIconEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textTypeEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation9textColorEv@Base 0.71.0 + _ZNK7Poppler15CaretAnnotation11caretSymbolEv@Base 0.24.5 + _ZNK7Poppler15CaretAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler15CaretAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15CertificateInfo10issuerInfoENS0_13EntityInfoKeyE@Base 0.81.0 + _ZNK7Poppler15CertificateInfo11keyLocationEv@Base 23.12.0 + _ZNK7Poppler15CertificateInfo11subjectInfoENS0_13EntityInfoKeyE@Base 0.81.0 + _ZNK7Poppler15CertificateInfo11validityEndEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo12isSelfSignedEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo12serialNumberEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo13checkPasswordERK7QString@Base 21.06.0 + _ZNK7Poppler15CertificateInfo13publicKeyTypeEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo13validityStartEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo15certificateDataEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo15certificateTypeEv@Base 25.03.0 + _ZNK7Poppler15CertificateInfo17publicKeyStrengthEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo18keyUsageExtensionsEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo6isNullEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo7versionEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo8nickNameEv@Base 21.06.0 + _ZNK7Poppler15CertificateInfo9publicKeyEv@Base 0.81.0 + _ZNK7Poppler15FormFieldButton10buttonTypeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton4iconEv@Base 0.81.0 + _ZNK7Poppler15FormFieldButton4typeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton5stateEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton7captionEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton8siblingsEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10choiceTypeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10editChoiceEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10isEditableEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice11multiSelectEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice13textAlignmentEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice14currentChoicesEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice17canBeSpellCheckedEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice23choicesWithExportValuesEv@Base 0.90.0 + _ZNK7Poppler15FormFieldChoice4typeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice7choicesEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination10pageNumberEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination11isChangeTopEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination12isChangeLeftEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination12isChangeZoomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination15destinationNameEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination3topEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4kindEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4leftEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4zoomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination5rightEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination6bottomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination8toStringEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation10movieTitleEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation5movieEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15OptContentModel10headerDataEiN2Qt11OrientationEi@Base 0.24.5 + _ZNK7Poppler15OptContentModel10metaObjectEv@Base 0.24.5 + _ZNK7Poppler15OptContentModel11columnCountERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel4dataERK11QModelIndexi@Base 0.24.5 + _ZNK7Poppler15OptContentModel5flagsERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel5indexEiiRK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel6parentERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel8rowCountERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation13soundIconNameEv@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation5soundEv@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15StampAnnotation13stampIconNameEv@Base 0.24.5 + _ZNK7Poppler15StampAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler15StampAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation11screenTitleEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation6actionEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler16WidgetAnnotation16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.24.5 + _ZNK7Poppler16WidgetAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler16WidgetAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler18FormFieldSignature13signatureTypeEv@Base 0.59.0 + _ZNK7Poppler18FormFieldSignature13validateAsyncENS0_15ValidateOptionsERK9QDateTime@Base 24.06.0 + _ZNK7Poppler18FormFieldSignature14validateResultEv@Base 24.06.0 + _ZNK7Poppler18FormFieldSignature4signERK7QStringRKNS_12PDFConverter16NewSignatureDataE@Base 22.02.0 + _ZNK7Poppler18FormFieldSignature4typeEv@Base 0.57.0 + _ZNK7Poppler18FormFieldSignature8validateENS0_15ValidateOptionsE@Base 0.57.0 + _ZNK7Poppler18FormFieldSignature8validateEiRK9QDateTime@Base 0.59.0 + _ZNK7Poppler19HighlightAnnotation13highlightTypeEv@Base 0.24.5 + _ZNK7Poppler19HighlightAnnotation14highlightQuadsEv@Base 0.24.5 + _ZNK7Poppler19HighlightAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler19HighlightAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler19RichMediaAnnotation10Activation9conditionEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation12Deactivation9conditionEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration4nameEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration4typeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration9instancesEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation5Asset12embeddedFileEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation5Asset4nameEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation6Params9flashVarsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7Content14configurationsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7Content6assetsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7contentEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7subTypeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Instance4typeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Instance6paramsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Settings10activationEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Settings12deactivationEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8settingsEv@Base 0.38.0 + _ZNK7Poppler23SignatureValidationInfo10signerNameEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo11signingTimeEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo13hashAlgorithmEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo15certificateInfoEv@Base 0.81.0 + _ZNK7Poppler23SignatureValidationInfo15signatureStatusEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo15signerSubjectDNEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo17certificateStatusEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo17signedRangeBoundsEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo18signsTotalDocumentEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo6reasonEv@Base 0.71.0 + _ZNK7Poppler23SignatureValidationInfo8locationEv@Base 0.71.0 + _ZNK7Poppler23SignatureValidationInfo9signatureEv@Base 0.59.0 + _ZNK7Poppler24FileAttachmentAnnotation12embeddedFileEv@Base 0.24.5 + _ZNK7Poppler24FileAttachmentAnnotation12fileIconNameEv@Base 0.24.5 + _ZNK7Poppler24FileAttachmentAnnotation5storeER8QDomNodeR12QDomDocument@Base 0.24.5 + _ZNK7Poppler24FileAttachmentAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler4Link8linkAreaEv@Base 0.24.5 + _ZNK7Poppler4Link8linkTypeEv@Base 0.24.5 + _ZNK7Poppler4Link9nextLinksEv@Base 0.71.0 + _ZNK7Poppler4Page10formFieldsEv@Base 0.24.5 + _ZNK7Poppler4Page10transitionEv@Base 0.24.5 + _ZNK7Poppler4Page11annotationsERK4QSetINS_10Annotation7SubTypeEE@Base 0.28.1 + _ZNK7Poppler4Page11annotationsEv@Base 0.24.5 + _ZNK7Poppler4Page11orientationEv@Base 0.24.5 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationEPFvRK6QImageRK8QVariantEPFbS7_ES7_@Base 0.71.0 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationEPFvRK6QImageRK8QVariantEPFbS7_ESB_S7_@Base 0.71.0 + _ZNK7Poppler4Page15renderToPainterEP8QPainterddiiiiNS0_8RotationE6QFlagsINS0_11PainterFlagEE@Base 0.24.5 + _ZNK7Poppler4Page4textERK6QRectF@Base 0.24.5 + _ZNK7Poppler4Page4textERK6QRectFNS0_10TextLayoutE@Base 0.24.5 + _ZNK7Poppler4Page5indexEv@Base 0.71.0 + _ZNK7Poppler4Page5labelEv@Base 0.24.5 + _ZNK7Poppler4Page5linksEv@Base 0.24.5 + _ZNK7Poppler4Page6actionENS0_10PageActionE@Base 0.24.5 + _ZNK7Poppler4Page6searchERK7QString6QFlagsINS0_10SearchFlagEENS0_8RotationE@Base 0.34.0 + _ZNK7Poppler4Page6searchERK7QStringNS0_10SearchModeENS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page6searchERK7QStringRdS4_S4_S4_NS0_15SearchDirectionE6QFlagsINS0_10SearchFlagEENS0_8RotationE@Base 0.34.0 + _ZNK7Poppler4Page6searchERK7QStringRdS4_S4_S4_NS0_15SearchDirectionENS0_10SearchModeENS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page8durationEv@Base 0.24.5 + _ZNK7Poppler4Page8pageSizeEv@Base 0.24.5 + _ZNK7Poppler4Page8textListENS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page8textListENS0_8RotationEPFbRK8QVariantES4_@Base 0.71.0 + _ZNK7Poppler4Page9pageSizeFEv@Base 0.24.5 + _ZNK7Poppler4Page9thumbnailEv@Base 0.24.5 + _ZNK7Poppler7TextBox11boundingBoxEv@Base 0.24.5 + _ZNK7Poppler7TextBox13hasSpaceAfterEv@Base 0.24.5 + _ZNK7Poppler7TextBox15charBoundingBoxEi@Base 0.24.5 + _ZNK7Poppler7TextBox4textEv@Base 0.24.5 + _ZNK7Poppler7TextBox8nextWordEv@Base 0.24.5 + _ZNK7Poppler8Document10okToChangeEv@Base 0.24.5 + _ZNK7Poppler8Document10pageLayoutEv@Base 0.24.5 + _ZNK7Poppler8Document10paperColorEv@Base 0.24.5 + _ZNK7Poppler8Document10signaturesEv@Base 0.90.0 + _ZNK7Poppler8Document11isEncryptedEv@Base 0.24.5 + _ZNK7Poppler8Document11psConverterEv@Base 0.24.5 + _ZNK7Poppler8Document11renderHintsEv@Base 0.24.5 + _ZNK7Poppler8Document12creationDateEv@Base 0.46.0 + _ZNK7Poppler8Document12isLinearizedEv@Base 0.24.5 + _ZNK7Poppler8Document12okToAddNotesEv@Base 0.24.5 + _ZNK7Poppler8Document12okToAssembleEv@Base 0.24.5 + _ZNK7Poppler8Document12okToFillFormEv@Base 0.24.5 + _ZNK7Poppler8Document12pdfConverterEv@Base 0.24.5 + _ZNK7Poppler8Document13embeddedFilesEv@Base 0.24.5 + _ZNK7Poppler8Document13getPdfVersionEPiS1_@Base 0.24.5 + _ZNK7Poppler8Document13getPdfVersionEv@Base 21.11.0 + _ZNK7Poppler8Document13renderBackendEv@Base 0.24.5 + _ZNK7Poppler8Document13textDirectionEv@Base 0.26.0 + _ZNK7Poppler8Document15colorRgbProfileEv@Base 0.24.5 + _ZNK7Poppler8Document15newFontIteratorEi@Base 0.24.5 + _ZNK7Poppler8Document16additionalActionENS0_29DocumentAdditionalActionsTypeE@Base 24.08.0 + _ZNK7Poppler8Document16hasEmbeddedFilesEv@Base 0.24.5 + _ZNK7Poppler8Document16modificationDateEv@Base 0.46.0 + _ZNK7Poppler8Document16okToPrintHighResEv@Base 0.24.5 + _ZNK7Poppler8Document18formCalculateOrderEv@Base 0.57.0 + _ZNK7Poppler8Document18hasOptionalContentEv@Base 0.24.5 + _ZNK7Poppler8Document19colorDisplayProfileEv@Base 0.24.5 + _ZNK7Poppler8Document20okToCreateFormFieldsEv@Base 0.24.5 + _ZNK7Poppler8Document20xrefWasReconstructedEv@Base 21.06.0 + _ZNK7Poppler8Document27okToExtractForAccessibilityEv@Base 0.24.5 + _ZNK7Poppler8Document3tocEv@Base 0.24.5 + _ZNK7Poppler8Document4dateERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4infoERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4pageERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4pageEi@Base 0.24.5 + _ZNK7Poppler8Document5fontsEv@Base 0.24.5 + _ZNK7Poppler8Document5titleEv@Base 0.46.0 + _ZNK7Poppler8Document6authorEv@Base 0.46.0 + _ZNK7Poppler8Document7creatorEv@Base 0.46.0 + _ZNK7Poppler8Document7outlineEv@Base 0.81.0 + _ZNK7Poppler8Document7scriptsEv@Base 0.24.5 + _ZNK7Poppler8Document7subjectEv@Base 0.46.0 + _ZNK7Poppler8Document8fontDataERKNS_8FontInfoE@Base 0.24.5 + _ZNK7Poppler8Document8formTypeEv@Base 0.24.5 + _ZNK7Poppler8Document8getPdfIdEP10QByteArrayS2_@Base 0.24.5 + _ZNK7Poppler8Document8infoKeysEv@Base 0.24.5 + _ZNK7Poppler8Document8isLockedEv@Base 0.24.5 + _ZNK7Poppler8Document8keywordsEv@Base 0.46.0 + _ZNK7Poppler8Document8metadataEv@Base 0.24.5 + _ZNK7Poppler8Document8numPagesEv@Base 0.24.5 + _ZNK7Poppler8Document8okToCopyEv@Base 0.24.5 + _ZNK7Poppler8Document8pageModeEv@Base 0.24.5 + _ZNK7Poppler8Document8producerEv@Base 0.46.0 + _ZNK7Poppler8Document9okToPrintEv@Base 0.24.5 + _ZNK7Poppler8FontInfo10isEmbeddedEv@Base 0.24.5 + _ZNK7Poppler8FontInfo14substituteNameEv@Base 0.81.0 + _ZNK7Poppler8FontInfo4fileEv@Base 0.24.5 + _ZNK7Poppler8FontInfo4nameEv@Base 0.24.5 + _ZNK7Poppler8FontInfo4typeEv@Base 0.24.5 + _ZNK7Poppler8FontInfo8isSubsetEv@Base 0.24.5 + _ZNK7Poppler8FontInfo8typeNameEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto10isExternalEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto11destinationEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto8fileNameEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto8linkTypeEv@Base 0.24.5 + _ZNK7Poppler8LinkHide12isShowActionEv@Base 0.71.0 + _ZNK7Poppler8LinkHide7targetsEv@Base 0.71.0 + _ZNK7Poppler8LinkHide8linkTypeEv@Base 0.71.0 + _ZNK7Poppler9FormField10isReadOnlyEv@Base 0.24.5 + _ZNK7Poppler9FormField11isPrintableEv@Base 0.81.0 + _ZNK7Poppler9FormField16activationActionEv@Base 0.24.5 + _ZNK7Poppler9FormField16additionalActionENS0_20AdditionalActionTypeE@Base 0.57.0 + _ZNK7Poppler9FormField16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.71.0 + _ZNK7Poppler9FormField18fullyQualifiedNameEv@Base 0.24.5 + _ZNK7Poppler9FormField2idEv@Base 0.24.5 + _ZNK7Poppler9FormField4nameEv@Base 0.24.5 + _ZNK7Poppler9FormField4rectEv@Base 0.24.5 + _ZNK7Poppler9FormField6uiNameEv@Base 0.24.5 + _ZNK7Poppler9FormField7setNameERK7QString@Base 0.57.0 + _ZNK7Poppler9FormField9isVisibleEv@Base 0.24.5 + _ZNK7Poppler9LinkMovie22isReferencedAnnotationEPKNS_15MovieAnnotationE@Base 0.24.5 + _ZNK7Poppler9LinkMovie8linkTypeEv@Base 0.24.5 + _ZNK7Poppler9LinkMovie9operationEv@Base 0.24.5 + _ZNK7Poppler9LinkSound11synchronousEv@Base 0.24.5 + _ZNK7Poppler9LinkSound3mixEv@Base 0.24.5 + _ZNK7Poppler9LinkSound5soundEv@Base 0.24.5 + _ZNK7Poppler9LinkSound6repeatEv@Base 0.24.5 + _ZNK7Poppler9LinkSound6volumeEv@Base 0.24.5 + _ZNK7Poppler9LinkSound8linkTypeEv@Base 0.24.5 + _ZTI11QSharedData@Base 0.24.5 + _ZTIN7Poppler10AnnotationE@Base 0.24.5 + _ZTIN7Poppler10LinkActionE@Base 0.24.5 + _ZTIN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTIN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTIN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTIN7Poppler11PSConverterE@Base 0.24.5 + _ZTIN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTIN7Poppler12PDFConverterE@Base 0.24.5 + _ZTIN7Poppler13BaseConverterE@Base 0.24.5 + _ZTIN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTIN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTIN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTIN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTIN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTIN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTIN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTIN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTIN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTIN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTIN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTIN7Poppler15OptContentModelE@Base 0.24.5 + _ZTIN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTIN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTIN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTIN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTIN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTIN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTIN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTIN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTIN7Poppler4LinkE@Base 0.24.5 + _ZTIN7Poppler8LinkGotoE@Base 0.24.5 + _ZTIN7Poppler8LinkHideE@Base 0.71.0 + _ZTIN7Poppler9FormFieldE@Base 0.24.5 + _ZTIN7Poppler9LinkMovieE@Base 0.24.5 + _ZTIN7Poppler9LinkSoundE@Base 0.24.5 + (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTS11QSharedData@Base 0.24.5 + _ZTSN7Poppler10AnnotationE@Base 0.24.5 + _ZTSN7Poppler10LinkActionE@Base 0.24.5 + _ZTSN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTSN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTSN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTSN7Poppler11PSConverterE@Base 0.24.5 + _ZTSN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTSN7Poppler12PDFConverterE@Base 0.24.5 + _ZTSN7Poppler13BaseConverterE@Base 0.24.5 + _ZTSN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTSN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTSN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTSN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTSN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTSN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTSN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTSN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTSN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTSN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTSN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTSN7Poppler15OptContentModelE@Base 0.24.5 + _ZTSN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTSN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTSN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTSN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTSN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTSN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTSN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTSN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTSN7Poppler4LinkE@Base 0.24.5 + _ZTSN7Poppler8LinkGotoE@Base 0.24.5 + _ZTSN7Poppler8LinkHideE@Base 0.71.0 + _ZTSN7Poppler9FormFieldE@Base 0.24.5 + _ZTSN7Poppler9LinkMovieE@Base 0.24.5 + _ZTSN7Poppler9LinkSoundE@Base 0.24.5 + (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTSSt19_Sp_make_shared_tag@Base 24.06.0 + (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN7Poppler11AsyncObjectESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN7Poppler11AsyncObjectESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTVN7Poppler10AnnotationE@Base 0.24.5 + _ZTVN7Poppler10LinkActionE@Base 0.24.5 + _ZTVN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTVN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTVN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTVN7Poppler11PSConverterE@Base 0.24.5 + _ZTVN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTVN7Poppler12PDFConverterE@Base 0.24.5 + _ZTVN7Poppler13BaseConverterE@Base 0.24.5 + _ZTVN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTVN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTVN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTVN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTVN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTVN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTVN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTVN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTVN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTVN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTVN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTVN7Poppler15OptContentModelE@Base 0.24.5 + _ZTVN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTVN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTVN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTVN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTVN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTVN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTVN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTVN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTVN7Poppler4LinkE@Base 0.24.5 + _ZTVN7Poppler8LinkGotoE@Base 0.24.5 + _ZTVN7Poppler8LinkHideE@Base 0.71.0 + _ZTVN7Poppler9FormFieldE@Base 0.24.5 + _ZTVN7Poppler9LinkMovieE@Base 0.24.5 + _ZTVN7Poppler9LinkSoundE@Base 0.24.5 + _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 24.06.0 diff --git a/libpoppler-qt5-dev.install b/libpoppler-qt5-dev.install new file mode 100644 index 0000000..89bbf7b --- /dev/null +++ b/libpoppler-qt5-dev.install @@ -0,0 +1,3 @@ +usr/include/poppler/qt5 +usr/lib/*/libpoppler-qt5.so +usr/lib/*/pkgconfig/poppler-qt5.pc diff --git a/libpoppler-qt6-3t64.install b/libpoppler-qt6-3t64.install new file mode 100644 index 0000000..c43927b --- /dev/null +++ b/libpoppler-qt6-3t64.install @@ -0,0 +1 @@ +usr/lib/*/libpoppler-qt6.so.3* diff --git a/libpoppler-qt6-3t64.symbols.in b/libpoppler-qt6-3t64.symbols.in new file mode 100644 index 0000000..5e53164 --- /dev/null +++ b/libpoppler-qt6-3t64.symbols.in @@ -0,0 +1,1109 @@ +libpoppler-qt6.so.3 libpoppler-qt6-3t64 #MINVER# +* Build-Depends-Package: libpoppler-qt6-dev + _ZN7Poppler10Annotation11setBoundaryERK6QRectF@Base 0.24.5 + _ZN7Poppler10Annotation11setContentsERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation13setUniqueNameERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation15setCreationDateERK9QDateTime@Base 0.24.5 + _ZN7Poppler10Annotation19setModificationDateERK9QDateTime@Base 0.24.5 + _ZN7Poppler10Annotation23setAnnotationAppearanceERKNS_20AnnotationAppearanceE@Base 21.11.0 + _ZN7Poppler10Annotation5Popup10setSummaryERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5Popup11setGeometryERK6QRectF@Base 0.24.5 + _ZN7Poppler10Annotation5Popup7setTextERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5Popup8setFlagsEi@Base 0.24.5 + _ZN7Poppler10Annotation5Popup8setTitleERK7QString@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC1ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC2ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5PopupC2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupD1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupD2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5PopupaSERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5Style10setOpacityEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style11setXCornersEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style11setYCornersEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style12setDashArrayERK5QListIdE@Base 22.11.0 + _ZN7Poppler10Annotation5Style12setLineStyleENS0_9LineStyleE@Base 0.24.5 + _ZN7Poppler10Annotation5Style13setLineEffectENS0_10LineEffectE@Base 0.24.5 + _ZN7Poppler10Annotation5Style18setEffectIntensityEd@Base 0.24.5 + _ZN7Poppler10Annotation5Style8setColorERK6QColor@Base 0.24.5 + _ZN7Poppler10Annotation5Style8setWidthEd@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC1ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC2ERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation5StyleC2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleD1Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleD2Ev@Base 0.24.5 + _ZN7Poppler10Annotation5StyleaSERKS1_@Base 0.24.5 + _ZN7Poppler10Annotation8setFlagsE6QFlagsINS0_4FlagEE@Base 22.11.0 + _ZN7Poppler10Annotation8setPopupERKNS0_5PopupE@Base 0.24.5 + _ZN7Poppler10Annotation8setStyleERKNS0_5StyleE@Base 0.24.5 + _ZN7Poppler10Annotation9setAuthorERK7QString@Base 0.24.5 + _ZN7Poppler10AnnotationC1ERNS_17AnnotationPrivateE@Base 0.24.5 + _ZN7Poppler10AnnotationC2ERNS_17AnnotationPrivateE@Base 0.24.5 + _ZN7Poppler10AnnotationD0Ev@Base 0.24.5 + _ZN7Poppler10AnnotationD1Ev@Base 0.24.5 + _ZN7Poppler10AnnotationD2Ev@Base 0.24.5 + _ZN7Poppler10LinkActionC1ERK6QRectFNS0_10ActionTypeE@Base 0.24.5 + _ZN7Poppler10LinkActionC2ERK6QRectFNS0_10ActionTypeE@Base 0.24.5 + _ZN7Poppler10LinkActionD0Ev@Base 0.24.5 + _ZN7Poppler10LinkActionD1Ev@Base 0.24.5 + _ZN7Poppler10LinkActionD2Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseC1ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler10LinkBrowseC2ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler10LinkBrowseD0Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseD1Ev@Base 0.24.5 + _ZN7Poppler10LinkBrowseD2Ev@Base 0.24.5 + _ZN7Poppler11AsyncObject11qt_metacallEN11QMetaObject4CallEiPPv@Base 24.06.0 + _ZN7Poppler11AsyncObject11qt_metacastEPKc@Base 24.06.0 + _ZN7Poppler11AsyncObject16staticMetaObjectE@Base 24.06.0 + _ZN7Poppler11AsyncObject4doneEv@Base 24.06.0 + _ZN7Poppler11AsyncObjectC1Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectC2Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD0Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD1Ev@Base 24.06.0 + _ZN7Poppler11AsyncObjectD2Ev@Base 24.06.0 + _ZN7Poppler11LinkExecuteC1ERK6QRectFRK7QStringS6_@Base 0.24.5 + _ZN7Poppler11LinkExecuteC2ERK6QRectFRK7QStringS6_@Base 0.24.5 + _ZN7Poppler11LinkExecuteD0Ev@Base 0.24.5 + _ZN7Poppler11LinkExecuteD1Ev@Base 0.24.5 + _ZN7Poppler11LinkExecuteD2Ev@Base 0.24.5 + _ZN7Poppler11MovieObjectC1EP10AnnotMovie@Base 0.24.5 + _ZN7Poppler11MovieObjectC2EP10AnnotMovie@Base 0.24.5 + _ZN7Poppler11MovieObjectD1Ev@Base 0.24.5 + _ZN7Poppler11MovieObjectD2Ev@Base 0.24.5 + _ZN7Poppler11OutlineItemC1EOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC1EPNS_15OutlineItemDataE@Base 0.81.0 + _ZN7Poppler11OutlineItemC1ERKS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC1Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemC2EOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC2EPNS_15OutlineItemDataE@Base 0.81.0 + _ZN7Poppler11OutlineItemC2ERKS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemC2Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemD1Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemD2Ev@Base 0.81.0 + _ZN7Poppler11OutlineItemaSEOS0_@Base 0.81.0 + _ZN7Poppler11OutlineItemaSERKS0_@Base 0.81.0 + _ZN7Poppler11PSConverter11setPageListERK5QListIiE@Base 0.24.5 + _ZN7Poppler11PSConverter12setPSOptionsE6QFlagsINS0_8PSOptionEE@Base 0.24.5 + _ZN7Poppler11PSConverter12setTopMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter13setLeftMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter13setPaperWidthEi@Base 0.24.5 + _ZN7Poppler11PSConverter14setPaperHeightEi@Base 0.24.5 + _ZN7Poppler11PSConverter14setRightMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter15setBottomMarginEi@Base 0.24.5 + _ZN7Poppler11PSConverter16setStrictMarginsEb@Base 0.24.5 + _ZN7Poppler11PSConverter17setForceRasterizeEb@Base 0.24.5 + _ZN7Poppler11PSConverter24setForceOverprintPreviewEb@Base 23.12.0 + _ZN7Poppler11PSConverter24setPageConvertedCallbackEPFviPvES1_@Base 0.24.5 + _ZN7Poppler11PSConverter7convertEv@Base 0.24.5 + _ZN7Poppler11PSConverter7setHDPIEd@Base 0.24.5 + _ZN7Poppler11PSConverter7setVDPIEd@Base 0.24.5 + _ZN7Poppler11PSConverter8setTitleERK7QString@Base 0.24.5 + _ZN7Poppler11PSConverter9setRotateEi@Base 0.24.5 + _ZN7Poppler11PSConverterC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler11PSConverterC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler11PSConverterD0Ev@Base 0.24.5 + _ZN7Poppler11PSConverterD1Ev@Base 0.24.5 + _ZN7Poppler11PSConverterD2Ev@Base 0.24.5 + _ZN7Poppler11SoundObjectC1EP5Sound@Base 0.24.5 + _ZN7Poppler11SoundObjectC2EP5Sound@Base 0.24.5 + _ZN7Poppler11SoundObjectD1Ev@Base 0.24.5 + _ZN7Poppler11SoundObjectD2Ev@Base 0.24.5 + _ZN7Poppler11convertDateEPKc@Base 0.71.0 + _ZN7Poppler12EmbeddedFile4dataEv@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC1EP7EmbFile@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC1ERNS_16EmbeddedFileDataE@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC2EP7EmbFile@Base 0.24.5 + _ZN7Poppler12EmbeddedFileC2ERNS_16EmbeddedFileDataE@Base 0.24.5 + _ZN7Poppler12EmbeddedFileD1Ev@Base 0.24.5 + _ZN7Poppler12EmbeddedFileD2Ev@Base 0.24.5 + _ZN7Poppler12FontIterator4nextEv@Base 0.24.5 + _ZN7Poppler12FontIteratorC1EiPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12FontIteratorC2EiPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12FontIteratorD1Ev@Base 0.24.5 + _ZN7Poppler12FontIteratorD2Ev@Base 0.24.5 + _ZN7Poppler12LinkOCGStateC1EPNS_19LinkOCGStatePrivateE@Base 0.57.0 + _ZN7Poppler12LinkOCGStateC2EPNS_19LinkOCGStatePrivateE@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD0Ev@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD1Ev@Base 0.57.0 + _ZN7Poppler12LinkOCGStateD2Ev@Base 0.57.0 + _ZN7Poppler12PDFConverter13setPDFOptionsE6QFlagsINS0_9PDFOptionEE@Base 0.24.5 + _ZN7Poppler12PDFConverter16NewSignatureData11setFontSizeEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData11setLocationERK7QString@Base 21.11.0 + _ZN7Poppler12PDFConverter16NewSignatureData11setPasswordERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData12setFontColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData12setImagePathERK7QString@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData14setBorderColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData14setBorderWidthEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData15setCertNicknameERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData15setLeftFontSizeEd@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData16setSignatureTextERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData18setBackgroundColorERK6QColor@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData19setFieldPartialNameERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData20setBoundingRectangleERK6QRectF@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData20setSignatureLeftTextERK7QString@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData23setDocumentUserPasswordERK10QByteArray@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData24setDocumentOwnerPasswordERK10QByteArray@Base 22.02.0 + _ZN7Poppler12PDFConverter16NewSignatureData7setPageEi@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureData9setReasonERK7QString@Base 21.11.0 + _ZN7Poppler12PDFConverter16NewSignatureDataC1Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataC2Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataD1Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter16NewSignatureDataD2Ev@Base 21.06.0 + _ZN7Poppler12PDFConverter4signERKNS0_16NewSignatureDataE@Base 21.06.0 + _ZN7Poppler12PDFConverter7convertEv@Base 0.24.5 + _ZN7Poppler12PDFConverterC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12PDFConverterC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler12PDFConverterD0Ev@Base 0.24.5 + _ZN7Poppler12PDFConverterD1Ev@Base 0.24.5 + _ZN7Poppler12PDFConverterD2Ev@Base 0.24.5 + _ZN7Poppler13BaseConverter15setOutputDeviceEP9QIODevice@Base 0.24.5 + _ZN7Poppler13BaseConverter17setOutputFileNameERK7QString@Base 0.24.5 + _ZN7Poppler13BaseConverterC1ERNS_20BaseConverterPrivateE@Base 0.24.5 + _ZN7Poppler13BaseConverterC2ERNS_20BaseConverterPrivateE@Base 0.24.5 + _ZN7Poppler13BaseConverterD0Ev@Base 0.24.5 + _ZN7Poppler13BaseConverterD1Ev@Base 0.24.5 + _ZN7Poppler13BaseConverterD2Ev@Base 0.24.5 + _ZN7Poppler13FormFieldData13getFormWidgetEPKNS_9FormFieldE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC1EPNS_17FormFieldIconDataE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC1ERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldIconC2EPNS_17FormFieldIconDataE@Base 0.81.0 + _ZN7Poppler13FormFieldIconC2ERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldIconD1Ev@Base 0.81.0 + _ZN7Poppler13FormFieldIconD2Ev@Base 0.81.0 + _ZN7Poppler13FormFieldIconaSERKS0_@Base 0.81.0 + _ZN7Poppler13FormFieldText11setFontSizeEi@Base 0.71.0 + _ZN7Poppler13FormFieldText17setAppearanceTextERK7QString@Base 0.81.0 + _ZN7Poppler13FormFieldText7setTextERK7QString@Base 0.24.5 + _ZN7Poppler13FormFieldTextC1EPNS_12DocumentDataEP4PageP14FormWidgetText@Base 0.24.5 + _ZN7Poppler13FormFieldTextC2EPNS_12DocumentDataEP4PageP14FormWidgetText@Base 0.24.5 + _ZN7Poppler13FormFieldTextD0Ev@Base 0.24.5 + _ZN7Poppler13FormFieldTextD1Ev@Base 0.24.5 + _ZN7Poppler13FormFieldTextD2Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotation11setInkPathsERK5QListIS1_I7QPointFEE@Base 22.11.0 + _ZN7Poppler13InkAnnotationC1ERNS_20InkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler13InkAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationC2ERNS_20InkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler13InkAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler13InkAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionC1ERK6QRectFOSt10unique_ptrI14MediaRenditionSt14default_deleteIS5_EEiRK7QString3Ref@Base 24.08.0 + _ZN7Poppler13LinkRenditionC1ERK6QRectFP14MediaRenditioniRK7QString3Ref@Base 22.11.0 + _ZN7Poppler13LinkRenditionC2ERK6QRectFOSt10unique_ptrI14MediaRenditionSt14default_deleteIS5_EEiRK7QString3Ref@Base 24.08.0 + _ZN7Poppler13LinkRenditionC2ERK6QRectFP14MediaRenditioniRK7QString3Ref@Base 22.11.0 + _ZN7Poppler13LinkRenditionD0Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionD1Ev@Base 0.24.5 + _ZN7Poppler13LinkRenditionD2Ev@Base 0.24.5 + _ZN7Poppler13LinkResetFormC1EPNS_20LinkResetFormPrivateE@Base 24.08.0 + _ZN7Poppler13LinkResetFormC2EPNS_20LinkResetFormPrivateE@Base 24.08.0 + _ZN7Poppler13LinkResetFormD0Ev@Base 24.08.0 + _ZN7Poppler13LinkResetFormD1Ev@Base 24.08.0 + _ZN7Poppler13LinkResetFormD2Ev@Base 24.08.0 + _ZN7Poppler13hasNSSSupportEv@Base 21.06.0 + _ZN7Poppler14GeomAnnotation11setGeomTypeENS0_8GeomTypeE@Base 0.24.5 + _ZN7Poppler14GeomAnnotation17setGeomInnerColorERK6QColor@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC1ERNS_21GeomAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC2ERNS_21GeomAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14GeomAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14GeomAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotation11setLineTypeENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLineClosedEb@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLineIntentENS0_10LineIntentE@Base 0.24.5 + _ZN7Poppler14LineAnnotation13setLinePointsERK5QListI7QPointFE@Base 22.11.0 + _ZN7Poppler14LineAnnotation15setLineEndStyleENS0_9TermStyleE@Base 0.24.5 + _ZN7Poppler14LineAnnotation17setLineInnerColorERK6QColor@Base 0.24.5 + _ZN7Poppler14LineAnnotation17setLineStartStyleENS0_9TermStyleE@Base 0.24.5 + _ZN7Poppler14LineAnnotation18setLineShowCaptionEb@Base 0.24.5 + _ZN7Poppler14LineAnnotation23setLineLeadingBackPointEd@Base 0.24.5 + _ZN7Poppler14LineAnnotation26setLineLeadingForwardPointEd@Base 0.24.5 + _ZN7Poppler14LineAnnotationC1ENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC1ERNS_21LineAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC2ENS0_8LineTypeE@Base 0.24.5 + _ZN7Poppler14LineAnnotationC2ERNS_21LineAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LineAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14LineAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotation18setLinkDestinationEOSt10unique_ptrINS_4LinkESt14default_deleteIS2_EE@Base 22.11.0 + _ZN7Poppler14LinkAnnotation18setLinkRegionPointEi7QPointF@Base 22.11.0 + _ZN7Poppler14LinkAnnotation20setLinkHighlightModeENS0_13HighlightModeE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC1ERNS_21LinkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC2ERNS_21LinkAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14LinkAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14LinkAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptC1ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptC2ERK6QRectFRK7QString@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD0Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD1Ev@Base 0.24.5 + _ZN7Poppler14LinkJavaScriptD2Ev@Base 0.24.5 + _ZN7Poppler14LinkSubmitFormC1EPNS_21LinkSubmitFormPrivateE@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormC2EPNS_21LinkSubmitFormPrivateE@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD0Ev@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD1Ev@Base 25.01.0 + _ZN7Poppler14LinkSubmitFormD2Ev@Base 25.01.0 + _ZN7Poppler14MediaRenditionC1EOSt10unique_ptrI14MediaRenditionSt14default_deleteIS2_EE@Base 24.08.0 + _ZN7Poppler14MediaRenditionC1EP14MediaRendition@Base 0.24.5 + _ZN7Poppler14MediaRenditionC2EOSt10unique_ptrI14MediaRenditionSt14default_deleteIS2_EE@Base 24.08.0 + _ZN7Poppler14MediaRenditionC2EP14MediaRendition@Base 0.24.5 + _ZN7Poppler14MediaRenditionD1Ev@Base 0.24.5 + _ZN7Poppler14MediaRenditionD2Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionC1ENS_20PageTransitionParamsE@Base 22.11.0 + _ZN7Poppler14PageTransitionC1ERKS0_@Base 0.24.5 + _ZN7Poppler14PageTransitionC2ENS_20PageTransitionParamsE@Base 22.11.0 + _ZN7Poppler14PageTransitionC2ERKS0_@Base 0.24.5 + _ZN7Poppler14PageTransitionD1Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionD2Ev@Base 0.24.5 + _ZN7Poppler14PageTransitionaSERKS0_@Base 0.71.0 + _ZN7Poppler14TextAnnotation11setTextFontERK5QFont@Base 0.24.5 + _ZN7Poppler14TextAnnotation11setTextIconERK7QString@Base 0.24.5 + _ZN7Poppler14TextAnnotation11setTextTypeENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotation12setTextColorERK6QColor@Base 0.71.0 + _ZN7Poppler14TextAnnotation15setInplaceAlignENS0_20InplaceAlignPositionE@Base 22.11.0 + _ZN7Poppler14TextAnnotation16setCalloutPointsERK5QListI7QPointFE@Base 22.11.0 + _ZN7Poppler14TextAnnotation16setInplaceIntentENS0_13InplaceIntentE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC1ENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC1ERNS_21TextAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC2ENS0_8TextTypeE@Base 0.24.5 + _ZN7Poppler14TextAnnotationC2ERNS_21TextAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler14TextAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler14TextAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler14TextAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler14isCmsAvailableEv@Base 0.24.5 + _ZN7Poppler15CaretAnnotation14setCaretSymbolENS0_11CaretSymbolE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC1ERNS_22CaretAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC2ERNS_22CaretAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15CaretAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15CaretAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15CertificateInfoC1EPNS_22CertificateInfoPrivateE@Base 0.81.0 + _ZN7Poppler15CertificateInfoC1ERKS0_@Base 0.81.0 + _ZN7Poppler15CertificateInfoC1Ev@Base 21.06.0 + _ZN7Poppler15CertificateInfoC2EPNS_22CertificateInfoPrivateE@Base 0.81.0 + _ZN7Poppler15CertificateInfoC2ERKS0_@Base 0.81.0 + _ZN7Poppler15CertificateInfoC2Ev@Base 21.06.0 + _ZN7Poppler15CertificateInfoD1Ev@Base 0.81.0 + _ZN7Poppler15CertificateInfoD2Ev@Base 0.81.0 + _ZN7Poppler15CertificateInfoaSERKS0_@Base 0.81.0 + _ZN7Poppler15FormFieldButton7setIconERKNS_13FormFieldIconE@Base 0.81.0 + _ZN7Poppler15FormFieldButton8setStateEb@Base 0.24.5 + _ZN7Poppler15FormFieldButtonC1EPNS_12DocumentDataEP4PageP16FormWidgetButton@Base 0.24.5 + _ZN7Poppler15FormFieldButtonC2EPNS_12DocumentDataEP4PageP16FormWidgetButton@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD0Ev@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD1Ev@Base 0.24.5 + _ZN7Poppler15FormFieldButtonD2Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoice13setEditChoiceERK7QString@Base 0.24.5 + _ZN7Poppler15FormFieldChoice17setCurrentChoicesERK5QListIiE@Base 0.24.5 + _ZN7Poppler15FormFieldChoice23setAppearanceChoiceTextERK7QString@Base 24.08.0 + _ZN7Poppler15FormFieldChoiceC1EPNS_12DocumentDataEP4PageP16FormWidgetChoice@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceC2EPNS_12DocumentDataEP4PageP16FormWidgetChoice@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD0Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD1Ev@Base 0.24.5 + _ZN7Poppler15FormFieldChoiceD2Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERK7QString@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERKNS_19LinkDestinationDataE@Base 0.24.5 + _ZN7Poppler15LinkDestinationC1ERKS0_@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERK7QString@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERKNS_19LinkDestinationDataE@Base 0.24.5 + _ZN7Poppler15LinkDestinationC2ERKS0_@Base 0.24.5 + _ZN7Poppler15LinkDestinationD1Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationD2Ev@Base 0.24.5 + _ZN7Poppler15LinkDestinationaSERKS0_@Base 0.24.5 + _ZN7Poppler15MovieAnnotation13setMovieTitleERK7QString@Base 0.24.5 + _ZN7Poppler15MovieAnnotation8setMovieEPNS_11MovieObjectE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC1ERNS_22MovieAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC2ERNS_22MovieAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15MovieAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15MovieAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15OptContentModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 0.24.5 + _ZN7Poppler15OptContentModel11qt_metacastEPKc@Base 0.24.5 + _ZN7Poppler15OptContentModel16staticMetaObjectE@Base 0.24.5 + _ZN7Poppler15OptContentModel7setDataERK11QModelIndexRK8QVarianti@Base 0.24.5 + _ZN7Poppler15OptContentModel9applyLinkEPNS_12LinkOCGStateE@Base 0.57.0 + _ZN7Poppler15OptContentModelC1EPK4OCGsP7QObject@Base 25.03.0 + _ZN7Poppler15OptContentModelC2EPK4OCGsP7QObject@Base 25.03.0 + _ZN7Poppler15OptContentModelD0Ev@Base 0.24.5 + _ZN7Poppler15OptContentModelD1Ev@Base 0.24.5 + _ZN7Poppler15OptContentModelD2Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotation16setSoundIconNameERK7QString@Base 0.24.5 + _ZN7Poppler15SoundAnnotation8setSoundEPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC1ERNS_22SoundAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC2ERNS_22SoundAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15SoundAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15SoundAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotation16setStampIconNameERK7QString@Base 0.24.5 + _ZN7Poppler15StampAnnotation19setStampCustomImageERK6QImage@Base 21.11.0 + _ZN7Poppler15StampAnnotationC1ERNS_22StampAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15StampAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationC2ERNS_22StampAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler15StampAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler15StampAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotation14setScreenTitleERK7QString@Base 0.24.5 + _ZN7Poppler16ScreenAnnotation9setActionEPNS_13LinkRenditionE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC1ERNS_23ScreenAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC2ERNS_23ScreenAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler16ScreenAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC1ERNS_23WidgetAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC2ERNS_23WidgetAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler16WidgetAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler16unicodeToQStringEPKji@Base 0.71.0 + _ZN7Poppler16unicodeToQStringERKSt6vectorIjSaIjEE@Base 24.02.0 + _ZN7Poppler17FormFieldIconData7getDataERKNS_13FormFieldIconE@Base 0.81.0 + _ZN7Poppler18FormFieldSignatureC1EPNS_12DocumentDataEP4PageP19FormWidgetSignature@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureC2EPNS_12DocumentDataEP4PageP19FormWidgetSignature@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD0Ev@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD1Ev@Base 0.57.0 + _ZN7Poppler18FormFieldSignatureD2Ev@Base 0.57.0 + _ZN7Poppler18QStringToGooStringERK7QString@Base 0.71.0 + _ZN7Poppler19HighlightAnnotation16setHighlightTypeENS0_13HighlightTypeE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotation17setHighlightQuadsERK5QListINS0_4QuadEE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC1ERNS_26HighlightAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC2ERNS_26HighlightAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler19HighlightAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler19RichMediaAnnotation10Activation12setConditionENS1_9ConditionE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10ActivationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation10setContentEPNS0_7ContentE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation11setSettingsEPNS0_8SettingsE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12Deactivation12setConditionENS1_9ConditionE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation12DeactivationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration12setInstancesERK5QListIPNS0_8InstanceEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration7setNameERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13Configuration7setTypeENS1_4TypeE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation13ConfigurationD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5Asset15setEmbeddedFileEPNS_12EmbeddedFileE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5Asset7setNameERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation5AssetD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6Params12setFlashVarsERK7QString@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation6ParamsD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7Content17setConfigurationsERK5QListIPNS0_13ConfigurationEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7Content9setAssetsERK5QListIPNS0_5AssetEE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation7ContentD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Instance7setTypeENS1_4TypeE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Instance9setParamsEPNS0_6ParamsE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8InstanceD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Settings13setActivationEPNS0_10ActivationE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8Settings15setDeactivationEPNS0_12DeactivationE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotation8SettingsD2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC1ERNS_26RichMediaAnnotationPrivateE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC2ERNS_26RichMediaAnnotationPrivateE@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationC2Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD0Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD1Ev@Base 0.38.0 + _ZN7Poppler19RichMediaAnnotationD2Ev@Base 0.38.0 + _ZN7Poppler19SignatureAnnotation11setFontSizeEd@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation11setLeftTextERK7QString@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation12setFontColorERK6QColor@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation12setImagePathERK7QString@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation14setBorderColorERK6QColor@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation14setBorderWidthEd@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation15setLeftFontSizeEd@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation18setBackgroundColorERK6QColor@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation19setFieldPartialNameERK7QString@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation4signERK7QStringRKNS_12PDFConverter16NewSignatureDataE@Base 25.01.0 + _ZN7Poppler19SignatureAnnotation7setTextERK7QString@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationC1ERNS_26SignatureAnnotationPrivateE@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationC1Ev@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationC2ERNS_26SignatureAnnotationPrivateE@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationC2Ev@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationD0Ev@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationD1Ev@Base 25.01.0 + _ZN7Poppler19SignatureAnnotationD2Ev@Base 25.01.0 + _ZN7Poppler19UnicodeParsedStringEPK9GooString@Base 0.71.0 + _ZN7Poppler19UnicodeParsedStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.90.0 + _ZN7Poppler20AnnotationAppearanceC1EPNS_27AnnotationAppearancePrivateE@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceC2EPNS_27AnnotationAppearancePrivateE@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceD1Ev@Base 21.11.0 + _ZN7Poppler20AnnotationAppearanceD2Ev@Base 21.11.0 + _ZN7Poppler21setDebugErrorFunctionEPFvRK7QStringRK8QVariantES5_@Base 0.24.5 + _ZN7Poppler22setNSSPasswordCallbackERKSt8functionIFPcPKcEE@Base 21.06.0 + _ZN7Poppler23SignatureValidationInfoC1EPNS_30SignatureValidationInfoPrivateE@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC1ERKS0_@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC2EPNS_30SignatureValidationInfoPrivateE@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoC2ERKS0_@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoD1Ev@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoD2Ev@Base 0.57.0 + _ZN7Poppler23SignatureValidationInfoaSERKS0_@Base 0.57.0 + _ZN7Poppler23activeCryptoSignBackendEv@Base 23.08.0 + _ZN7Poppler23arePgpSignaturesAllowedEv@Base 25.03.0 + _ZN7Poppler23setPgpSignaturesAllowedEb@Base 25.03.0 + _ZN7Poppler24FileAttachmentAnnotation15setEmbeddedFileEPNS_12EmbeddedFileE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotation15setFileIconNameERK7QString@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC1ERNS_31FileAttachmentAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC1Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC2ERNS_31FileAttachmentAnnotationPrivateE@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationC2Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD0Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD1Ev@Base 0.24.5 + _ZN7Poppler24FileAttachmentAnnotationD2Ev@Base 0.24.5 + _ZN7Poppler25QStringToUnicodeGooStringERK7QString@Base 0.71.0 + _ZN7Poppler26setActiveCryptoSignBackendENS_17CryptoSignBackendE@Base 23.08.0 + _ZN7Poppler27availableCryptoSignBackendsEv@Base 23.08.0 + _ZN7Poppler27hasCryptoSignBackendFeatureENS_17CryptoSignBackendENS_24CryptoSignBackendFeatureE@Base 23.08.0 + _ZN7Poppler27isOverprintPreviewAvailableEv@Base 0.24.5 + _ZN7Poppler31getAvailableSigningCertificatesEv@Base 21.06.0 + _ZN7Poppler4LinkC1ERK6QRectF@Base 0.24.5 + _ZN7Poppler4LinkC1ERNS_11LinkPrivateE@Base 0.24.5 + _ZN7Poppler4LinkC2ERK6QRectF@Base 0.24.5 + _ZN7Poppler4LinkC2ERNS_11LinkPrivateE@Base 0.24.5 + _ZN7Poppler4LinkD0Ev@Base 0.24.5 + _ZN7Poppler4LinkD1Ev@Base 0.24.5 + _ZN7Poppler4LinkD2Ev@Base 0.24.5 + _ZN7Poppler4Page10defaultCTMEPdddib@Base 0.24.5 + _ZN7Poppler4Page13addAnnotationEPKNS_10AnnotationE@Base 0.24.5 + _ZN7Poppler4Page16removeAnnotationEPKNS_10AnnotationE@Base 0.24.5 + _ZN7Poppler4PageC1EPNS_12DocumentDataEi@Base 0.24.5 + _ZN7Poppler4PageC2EPNS_12DocumentDataEi@Base 0.24.5 + _ZN7Poppler4PageD1Ev@Base 0.24.5 + _ZN7Poppler4PageD2Ev@Base 0.24.5 + _ZN7Poppler7TextBoxC1ERK7QStringRK6QRectF@Base 0.24.5 + _ZN7Poppler7TextBoxC2ERK7QStringRK6QRectF@Base 0.24.5 + _ZN7Poppler7TextBoxD1Ev@Base 0.24.5 + _ZN7Poppler7TextBoxD2Ev@Base 0.24.5 + _ZN7Poppler7Version5majorEv@Base 0.81.0 + _ZN7Poppler7Version5microEv@Base 0.81.0 + _ZN7Poppler7Version5minorEv@Base 0.81.0 + _ZN7Poppler7Version6stringEv@Base 0.81.0 + _ZN7Poppler8Document10removeInfoEv@Base 0.46.0 + _ZN7Poppler8Document10setCreatorERK7QString@Base 0.46.0 + _ZN7Poppler8Document10setSubjectERK7QString@Base 0.46.0 + _ZN7Poppler8Document11setKeywordsERK7QString@Base 0.46.0 + _ZN7Poppler8Document11setProducerERK7QString@Base 0.46.0 + _ZN7Poppler8Document12loadFromDataERK10QByteArrayS3_S3_@Base 0.24.5 + _ZN7Poppler8Document13setPaperColorERK6QColor@Base 0.24.5 + _ZN7Poppler8Document13setRenderHintENS0_10RenderHintEb@Base 0.24.5 + _ZN7Poppler8Document15linkDestinationERK7QString@Base 0.24.5 + _ZN7Poppler8Document15setCreationDateERK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document16setRenderBackendENS0_13RenderBackendE@Base 0.24.5 + _ZN7Poppler8Document19applyResetFormsLinkERKNS_13LinkResetFormE@Base 24.08.0 + _ZN7Poppler8Document19setModificationDateERK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document20optionalContentModelEv@Base 0.24.5 + _ZN7Poppler8Document22setColorDisplayProfileEPv@Base 0.24.5 + _ZN7Poppler8Document23availableRenderBackendsEv@Base 0.24.5 + _ZN7Poppler8Document26setColorDisplayProfileNameERK7QString@Base 0.24.5 + _ZN7Poppler8Document28setXRefReconstructedCallbackERKSt8functionIFvvEE@Base 21.06.0 + _ZN7Poppler8Document4loadEP9QIODeviceRK10QByteArrayS5_@Base 0.85.0 + _ZN7Poppler8Document4loadERK7QStringRK10QByteArrayS6_@Base 0.24.5 + _ZN7Poppler8Document6unlockERK10QByteArrayS3_@Base 0.24.5 + _ZN7Poppler8Document7setDateERK7QStringRK9QDateTime@Base 0.46.0 + _ZN7Poppler8Document7setInfoERK7QStringS3_@Base 0.46.0 + _ZN7Poppler8Document8setTitleERK7QString@Base 0.46.0 + _ZN7Poppler8Document9setAuthorERK7QString@Base 0.46.0 + _ZN7Poppler8DocumentC1EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler8DocumentC2EPNS_12DocumentDataE@Base 0.24.5 + _ZN7Poppler8DocumentD1Ev@Base 0.24.5 + _ZN7Poppler8DocumentD2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoC1ERKNS_12FontInfoDataE@Base 0.24.5 + _ZN7Poppler8FontInfoC1ERKS0_@Base 0.24.5 + _ZN7Poppler8FontInfoC1Ev@Base 0.24.5 + _ZN7Poppler8FontInfoC2ERKNS_12FontInfoDataE@Base 0.24.5 + _ZN7Poppler8FontInfoC2ERKS0_@Base 0.24.5 + _ZN7Poppler8FontInfoC2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoD1Ev@Base 0.24.5 + _ZN7Poppler8FontInfoD2Ev@Base 0.24.5 + _ZN7Poppler8FontInfoaSERKS0_@Base 0.24.5 + _ZN7Poppler8LinkGotoC1ERK6QRectFRK7QStringRKNS_15LinkDestinationE@Base 22.11.0 + _ZN7Poppler8LinkGotoC2ERK6QRectFRK7QStringRKNS_15LinkDestinationE@Base 22.11.0 + _ZN7Poppler8LinkGotoD0Ev@Base 0.24.5 + _ZN7Poppler8LinkGotoD1Ev@Base 0.24.5 + _ZN7Poppler8LinkGotoD2Ev@Base 0.24.5 + _ZN7Poppler8LinkHideC1EPNS_15LinkHidePrivateE@Base 0.71.0 + _ZN7Poppler8LinkHideC2EPNS_15LinkHidePrivateE@Base 0.71.0 + _ZN7Poppler8LinkHideD0Ev@Base 0.71.0 + _ZN7Poppler8LinkHideD1Ev@Base 0.71.0 + _ZN7Poppler8LinkHideD2Ev@Base 0.71.0 + _ZN7Poppler9FormField10setVisibleEb@Base 0.71.0 + _ZN7Poppler9FormField11setReadOnlyEb@Base 0.71.0 + _ZN7Poppler9FormField12setPrintableEb@Base 0.81.0 + (optional=gccinternal)_ZN7Poppler9FormFieldC1ESt10unique_ptrINS_13FormFieldDataESt14default_deleteIS2_EE@Base 0.85.0 + (optional=gccinternal)_ZN7Poppler9FormFieldC2ESt10unique_ptrINS_13FormFieldDataESt14default_deleteIS2_EE@Base 0.85.0 + _ZN7Poppler9FormFieldD0Ev@Base 0.24.5 + _ZN7Poppler9FormFieldD1Ev@Base 0.24.5 + _ZN7Poppler9FormFieldD2Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieC1ERK6QRectFNS0_9OperationERK7QString3Ref@Base 22.11.0 + _ZN7Poppler9LinkMovieC2ERK6QRectFNS0_9OperationERK7QString3Ref@Base 22.11.0 + _ZN7Poppler9LinkMovieD0Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieD1Ev@Base 0.24.5 + _ZN7Poppler9LinkMovieD2Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundC1ERK6QRectFdbbbPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler9LinkSoundC2ERK6QRectFdbbbPNS_11SoundObjectE@Base 0.24.5 + _ZN7Poppler9LinkSoundD0Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundD1Ev@Base 0.24.5 + _ZN7Poppler9LinkSoundD2Ev@Base 0.24.5 + _ZN7Poppler9getNSSDirEv@Base 21.06.0 + _ZN7Poppler9setNSSDirERK7QString@Base 21.06.0 + _ZNK7Poppler10Annotation10uniqueNameEv@Base 0.24.5 + _ZNK7Poppler10Annotation12creationDateEv@Base 0.24.5 + _ZNK7Poppler10Annotation12revisionTypeEv@Base 0.24.5 + _ZNK7Poppler10Annotation13revisionScopeEv@Base 0.24.5 + _ZNK7Poppler10Annotation16modificationDateEv@Base 0.24.5 + _ZNK7Poppler10Annotation20annotationAppearanceEv@Base 21.11.0 + _ZNK7Poppler10Annotation5Popup4textEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup5flagsEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup5titleEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup7summaryEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Popup8geometryEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style10lineEffectEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style15effectIntensityEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style5colorEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style5widthEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style7opacityEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style8xCornersEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style8yCornersEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style9dashArrayEv@Base 0.24.5 + _ZNK7Poppler10Annotation5Style9lineStyleEv@Base 0.24.5 + _ZNK7Poppler10Annotation5flagsEv@Base 0.24.5 + _ZNK7Poppler10Annotation5popupEv@Base 0.24.5 + _ZNK7Poppler10Annotation5styleEv@Base 0.24.5 + _ZNK7Poppler10Annotation6authorEv@Base 0.24.5 + _ZNK7Poppler10Annotation8boundaryEv@Base 0.24.5 + _ZNK7Poppler10Annotation8contentsEv@Base 0.24.5 + _ZNK7Poppler10Annotation9revisionsEv@Base 0.24.5 + _ZNK7Poppler10LinkAction10actionTypeEv@Base 0.24.5 + _ZNK7Poppler10LinkAction8linkTypeEv@Base 0.24.5 + _ZNK7Poppler10LinkBrowse3urlEv@Base 0.24.5 + _ZNK7Poppler10LinkBrowse8linkTypeEv@Base 0.24.5 + _ZNK7Poppler11AsyncObject10metaObjectEv@Base 24.06.0 + _ZNK7Poppler11LinkExecute10parametersEv@Base 0.24.5 + _ZNK7Poppler11LinkExecute8fileNameEv@Base 0.24.5 + _ZNK7Poppler11LinkExecute8linkTypeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject11posterImageEv@Base 0.24.5 + _ZNK7Poppler11MovieObject12showControlsEv@Base 0.24.5 + _ZNK7Poppler11MovieObject15showPosterImageEv@Base 0.24.5 + _ZNK7Poppler11MovieObject3urlEv@Base 0.24.5 + _ZNK7Poppler11MovieObject4sizeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject8playModeEv@Base 0.24.5 + _ZNK7Poppler11MovieObject8rotationEv@Base 0.24.5 + _ZNK7Poppler11OutlineItem11destinationEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem11hasChildrenEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem16externalFileNameEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem3uriEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem4nameEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem6isNullEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem6isOpenEv@Base 0.81.0 + _ZNK7Poppler11OutlineItem8childrenEv@Base 0.81.0 + _ZNK7Poppler11PSConverter9psOptionsEv@Base 0.24.5 + _ZNK7Poppler11SoundObject12samplingRateEv@Base 0.24.5 + _ZNK7Poppler11SoundObject13bitsPerSampleEv@Base 0.24.5 + _ZNK7Poppler11SoundObject13soundEncodingEv@Base 0.24.5 + _ZNK7Poppler11SoundObject3urlEv@Base 0.24.5 + _ZNK7Poppler11SoundObject4dataEv@Base 0.24.5 + _ZNK7Poppler11SoundObject8channelsEv@Base 0.24.5 + _ZNK7Poppler11SoundObject9soundTypeEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile10createDateEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile11descriptionEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile4nameEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile4sizeEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile7isValidEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile7modDateEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile8checksumEv@Base 0.24.5 + _ZNK7Poppler12EmbeddedFile8mimeTypeEv@Base 0.24.5 + _ZNK7Poppler12FontIterator11currentPageEv@Base 0.24.5 + _ZNK7Poppler12FontIterator7hasNextEv@Base 0.24.5 + _ZNK7Poppler12LinkOCGState8linkTypeEv@Base 0.57.0 + _ZNK7Poppler12PDFConverter10pdfOptionsEv@Base 0.24.5 + _ZNK7Poppler12PDFConverter16NewSignatureData11borderColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData11borderWidthEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData12certNicknameEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData12leftFontSizeEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData13signatureTextEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData15backgroundColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData16fieldPartialNameEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData17boundingRectangleEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData17signatureLeftTextEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData20documentUserPasswordEv@Base 22.02.0 + _ZNK7Poppler12PDFConverter16NewSignatureData21documentOwnerPasswordEv@Base 22.02.0 + _ZNK7Poppler12PDFConverter16NewSignatureData4pageEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData6reasonEv@Base 21.11.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8fontSizeEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8locationEv@Base 21.11.0 + _ZNK7Poppler12PDFConverter16NewSignatureData8passwordEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData9fontColorEv@Base 21.06.0 + _ZNK7Poppler12PDFConverter16NewSignatureData9imagePathEv@Base 22.02.0 + _ZNK7Poppler13BaseConverter9lastErrorEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText10isPasswordEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText10isRichTextEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText11getFontSizeEv@Base 0.71.0 + _ZNK7Poppler13FormFieldText13maximumLengthEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText13textAlignmentEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText17canBeSpellCheckedEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText4textEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText4typeEv@Base 0.24.5 + _ZNK7Poppler13FormFieldText8textTypeEv@Base 0.24.5 + _ZNK7Poppler13InkAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler13InkAnnotation8inkPathsEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition22isReferencedAnnotationEPKNS_16ScreenAnnotationE@Base 0.24.5 + _ZNK7Poppler13LinkRendition6actionEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition6scriptEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition8linkTypeEv@Base 0.24.5 + _ZNK7Poppler13LinkRendition9renditionEv@Base 0.24.5 + _ZNK7Poppler13LinkResetForm8linkTypeEv@Base 24.08.0 + _ZNK7Poppler14GeomAnnotation14geomInnerColorEv@Base 0.24.5 + _ZNK7Poppler14GeomAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14GeomAnnotation8geomTypeEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation10lineIntentEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation10linePointsEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation12isLineClosedEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation12lineEndStyleEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation14lineInnerColorEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation14lineStartStyleEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation15lineShowCaptionEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation20lineLeadingBackPointEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation23lineLeadingForwardPointEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14LineAnnotation8lineTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation15linkDestinationEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation15linkRegionPointEi@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation17linkHighlightModeEv@Base 0.24.5 + _ZNK7Poppler14LinkAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkJavaScript6scriptEv@Base 0.24.5 + _ZNK7Poppler14LinkJavaScript8linkTypeEv@Base 0.24.5 + _ZNK7Poppler14LinkSubmitForm11getFieldIdsEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm6getUrlEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm8getFlagsEv@Base 25.01.0 + _ZNK7Poppler14LinkSubmitForm8linkTypeEv@Base 25.01.0 + _ZNK7Poppler14MediaRendition10isEmbeddedEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition11contentTypeEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition11repeatCountEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition12showControlsEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition4dataEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition4sizeEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition7isValidEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition8autoPlayEv@Base 0.24.5 + _ZNK7Poppler14MediaRendition8fileNameEv@Base 0.24.5 + _ZNK7Poppler14PageTransition12durationRealEv@Base 0.38.0 + _ZNK7Poppler14PageTransition13isRectangularEv@Base 0.24.5 + _ZNK7Poppler14PageTransition4typeEv@Base 0.24.5 + _ZNK7Poppler14PageTransition5angleEv@Base 0.24.5 + _ZNK7Poppler14PageTransition5scaleEv@Base 0.24.5 + _ZNK7Poppler14PageTransition9alignmentEv@Base 0.24.5 + _ZNK7Poppler14PageTransition9directionEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation12calloutPointEi@Base 0.24.5 + _ZNK7Poppler14TextAnnotation12inplaceAlignEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation13calloutPointsEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation13inplaceIntentEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textFontEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textIconEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation8textTypeEv@Base 0.24.5 + _ZNK7Poppler14TextAnnotation9textColorEv@Base 0.71.0 + _ZNK7Poppler15CaretAnnotation11caretSymbolEv@Base 0.24.5 + _ZNK7Poppler15CaretAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15CertificateInfo10issuerInfoENS0_13EntityInfoKeyE@Base 0.81.0 + _ZNK7Poppler15CertificateInfo11isQualifiedEv@Base 25.01.0 + _ZNK7Poppler15CertificateInfo11keyLocationEv@Base 23.12.0 + _ZNK7Poppler15CertificateInfo11subjectInfoENS0_13EntityInfoKeyE@Base 0.81.0 + _ZNK7Poppler15CertificateInfo11validityEndEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo12isSelfSignedEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo12serialNumberEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo13checkPasswordERK7QString@Base 21.06.0 + _ZNK7Poppler15CertificateInfo13publicKeyTypeEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo13validityStartEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo15certificateDataEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo15certificateTypeEv@Base 25.03.0 + _ZNK7Poppler15CertificateInfo17publicKeyStrengthEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo18keyUsageExtensionsEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo6isNullEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo7versionEv@Base 0.81.0 + _ZNK7Poppler15CertificateInfo8nickNameEv@Base 21.06.0 + _ZNK7Poppler15CertificateInfo9publicKeyEv@Base 0.81.0 + _ZNK7Poppler15FormFieldButton10buttonTypeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton4iconEv@Base 0.81.0 + _ZNK7Poppler15FormFieldButton4typeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton5stateEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton7captionEv@Base 0.24.5 + _ZNK7Poppler15FormFieldButton8siblingsEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10choiceTypeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10editChoiceEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice10isEditableEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice11multiSelectEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice13textAlignmentEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice14currentChoicesEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice17canBeSpellCheckedEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice23choicesWithExportValuesEv@Base 0.90.0 + _ZNK7Poppler15FormFieldChoice4typeEv@Base 0.24.5 + _ZNK7Poppler15FormFieldChoice7choicesEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination10pageNumberEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination11isChangeTopEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination12isChangeLeftEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination12isChangeZoomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination15destinationNameEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination3topEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4kindEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4leftEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination4zoomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination5rightEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination6bottomEv@Base 0.24.5 + _ZNK7Poppler15LinkDestination8toStringEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation10movieTitleEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation5movieEv@Base 0.24.5 + _ZNK7Poppler15MovieAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15OptContentModel10headerDataEiN2Qt11OrientationEi@Base 0.24.5 + _ZNK7Poppler15OptContentModel10metaObjectEv@Base 0.24.5 + _ZNK7Poppler15OptContentModel11columnCountERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel4dataERK11QModelIndexi@Base 0.24.5 + _ZNK7Poppler15OptContentModel5flagsERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel5indexEiiRK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel6parentERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15OptContentModel8rowCountERK11QModelIndex@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation13soundIconNameEv@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation5soundEv@Base 0.24.5 + _ZNK7Poppler15SoundAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler15StampAnnotation13stampIconNameEv@Base 0.24.5 + _ZNK7Poppler15StampAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation11screenTitleEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation6actionEv@Base 0.24.5 + _ZNK7Poppler16ScreenAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler16WidgetAnnotation16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.24.5 + _ZNK7Poppler16WidgetAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler18FormFieldSignature13signatureTypeEv@Base 0.59.0 + _ZNK7Poppler18FormFieldSignature13validateAsyncENS0_15ValidateOptionsERK9QDateTime@Base 24.06.0 + _ZNK7Poppler18FormFieldSignature14validateResultEv@Base 24.06.0 + _ZNK7Poppler18FormFieldSignature4signERK7QStringRKNS_12PDFConverter16NewSignatureDataE@Base 22.02.0 + _ZNK7Poppler18FormFieldSignature4typeEv@Base 0.57.0 + _ZNK7Poppler18FormFieldSignature8validateENS0_15ValidateOptionsE@Base 0.57.0 + _ZNK7Poppler18FormFieldSignature8validateEiRK9QDateTime@Base 0.59.0 + _ZNK7Poppler19HighlightAnnotation13highlightTypeEv@Base 0.24.5 + _ZNK7Poppler19HighlightAnnotation14highlightQuadsEv@Base 0.24.5 + _ZNK7Poppler19HighlightAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler19RichMediaAnnotation10Activation9conditionEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation12Deactivation9conditionEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration4nameEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration4typeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation13Configuration9instancesEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation5Asset12embeddedFileEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation5Asset4nameEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation6Params9flashVarsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7Content14configurationsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7Content6assetsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7contentEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation7subTypeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Instance4typeEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Instance6paramsEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Settings10activationEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8Settings12deactivationEv@Base 0.38.0 + _ZNK7Poppler19RichMediaAnnotation8settingsEv@Base 0.38.0 + _ZNK7Poppler19SignatureAnnotation11borderColorEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation11borderWidthEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation12leftFontSizeEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation15backgroundColorEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation16fieldPartialNameEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation7subTypeEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation8fontSizeEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation9fontColorEv@Base 25.01.0 + _ZNK7Poppler19SignatureAnnotation9imagePathEv@Base 25.01.0 + _ZNK7Poppler23SignatureValidationInfo10signerNameEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo11signingTimeEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo13hashAlgorithmEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo15certificateInfoEv@Base 0.81.0 + _ZNK7Poppler23SignatureValidationInfo15signatureStatusEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo15signerSubjectDNEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo17certificateStatusEv@Base 0.57.0 + _ZNK7Poppler23SignatureValidationInfo17signedRangeBoundsEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo18signsTotalDocumentEv@Base 0.59.0 + _ZNK7Poppler23SignatureValidationInfo6reasonEv@Base 0.71.0 + _ZNK7Poppler23SignatureValidationInfo8locationEv@Base 0.71.0 + _ZNK7Poppler23SignatureValidationInfo9signatureEv@Base 0.59.0 + _ZNK7Poppler24FileAttachmentAnnotation12embeddedFileEv@Base 0.24.5 + _ZNK7Poppler24FileAttachmentAnnotation12fileIconNameEv@Base 0.24.5 + _ZNK7Poppler24FileAttachmentAnnotation7subTypeEv@Base 0.24.5 + _ZNK7Poppler4Link8linkAreaEv@Base 0.24.5 + _ZNK7Poppler4Link8linkTypeEv@Base 0.24.5 + _ZNK7Poppler4Link9nextLinksEv@Base 0.71.0 + _ZNK7Poppler4Page10formFieldsEv@Base 0.24.5 + _ZNK7Poppler4Page10transitionEv@Base 0.24.5 + _ZNK7Poppler4Page11annotationsERK4QSetINS_10Annotation7SubTypeEE@Base 0.28.1 + _ZNK7Poppler4Page11annotationsEv@Base 0.24.5 + _ZNK7Poppler4Page11orientationEv@Base 0.24.5 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationEPFvRK6QImageRK8QVariantEPFbS7_ES7_@Base 0.71.0 + _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationEPFvRK6QImageRK8QVariantEPFbS7_ESB_S7_@Base 0.71.0 + _ZNK7Poppler4Page15renderToPainterEP8QPainterddiiiiNS0_8RotationE6QFlagsINS0_11PainterFlagEE@Base 0.24.5 + _ZNK7Poppler4Page4textERK6QRectF@Base 0.24.5 + _ZNK7Poppler4Page4textERK6QRectFNS0_10TextLayoutE@Base 0.24.5 + _ZNK7Poppler4Page5indexEv@Base 0.71.0 + _ZNK7Poppler4Page5labelEv@Base 0.24.5 + _ZNK7Poppler4Page5linksEv@Base 0.24.5 + _ZNK7Poppler4Page6actionENS0_10PageActionE@Base 0.24.5 + _ZNK7Poppler4Page6searchERK7QString6QFlagsINS0_10SearchFlagEENS0_8RotationE@Base 0.34.0 + _ZNK7Poppler4Page6searchERK7QStringRdS4_S4_S4_NS0_15SearchDirectionE6QFlagsINS0_10SearchFlagEENS0_8RotationE@Base 0.34.0 + _ZNK7Poppler4Page8durationEv@Base 0.24.5 + _ZNK7Poppler4Page8pageSizeEv@Base 0.24.5 + _ZNK7Poppler4Page8textListENS0_8RotationE@Base 0.24.5 + _ZNK7Poppler4Page8textListENS0_8RotationEPFbRK8QVariantES4_@Base 0.71.0 + _ZNK7Poppler4Page9pageSizeFEv@Base 0.24.5 + _ZNK7Poppler4Page9thumbnailEv@Base 0.24.5 + _ZNK7Poppler7TextBox11boundingBoxEv@Base 0.24.5 + _ZNK7Poppler7TextBox13hasSpaceAfterEv@Base 0.24.5 + _ZNK7Poppler7TextBox15charBoundingBoxEi@Base 0.24.5 + _ZNK7Poppler7TextBox4textEv@Base 0.24.5 + _ZNK7Poppler7TextBox8nextWordEv@Base 0.24.5 + _ZNK7Poppler8Document10okToChangeEv@Base 0.24.5 + _ZNK7Poppler8Document10pageLayoutEv@Base 0.24.5 + _ZNK7Poppler8Document10paperColorEv@Base 0.24.5 + _ZNK7Poppler8Document10signaturesEv@Base 0.90.0 + _ZNK7Poppler8Document11isEncryptedEv@Base 0.24.5 + _ZNK7Poppler8Document11psConverterEv@Base 0.24.5 + _ZNK7Poppler8Document11renderHintsEv@Base 0.24.5 + _ZNK7Poppler8Document12creationDateEv@Base 0.46.0 + _ZNK7Poppler8Document12isLinearizedEv@Base 0.24.5 + _ZNK7Poppler8Document12okToAddNotesEv@Base 0.24.5 + _ZNK7Poppler8Document12okToAssembleEv@Base 0.24.5 + _ZNK7Poppler8Document12okToFillFormEv@Base 0.24.5 + _ZNK7Poppler8Document12pdfConverterEv@Base 0.24.5 + _ZNK7Poppler8Document13embeddedFilesEv@Base 0.24.5 + _ZNK7Poppler8Document13getPdfVersionEv@Base 21.11.0 + _ZNK7Poppler8Document13renderBackendEv@Base 0.24.5 + _ZNK7Poppler8Document13textDirectionEv@Base 0.26.0 + _ZNK7Poppler8Document15colorRgbProfileEv@Base 0.24.5 + _ZNK7Poppler8Document15newFontIteratorEi@Base 0.24.5 + _ZNK7Poppler8Document16additionalActionENS0_29DocumentAdditionalActionsTypeE@Base 24.08.0 + _ZNK7Poppler8Document16hasEmbeddedFilesEv@Base 0.24.5 + _ZNK7Poppler8Document16modificationDateEv@Base 0.46.0 + _ZNK7Poppler8Document16okToPrintHighResEv@Base 0.24.5 + _ZNK7Poppler8Document18formCalculateOrderEv@Base 0.57.0 + _ZNK7Poppler8Document18hasOptionalContentEv@Base 0.24.5 + _ZNK7Poppler8Document19colorDisplayProfileEv@Base 0.24.5 + _ZNK7Poppler8Document20okToCreateFormFieldsEv@Base 0.24.5 + _ZNK7Poppler8Document20xrefWasReconstructedEv@Base 21.06.0 + _ZNK7Poppler8Document27okToExtractForAccessibilityEv@Base 0.24.5 + _ZNK7Poppler8Document4dateERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4infoERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4pageERK7QString@Base 0.24.5 + _ZNK7Poppler8Document4pageEi@Base 0.24.5 + _ZNK7Poppler8Document5fontsEv@Base 0.24.5 + _ZNK7Poppler8Document5titleEv@Base 0.46.0 + _ZNK7Poppler8Document6authorEv@Base 0.46.0 + _ZNK7Poppler8Document7creatorEv@Base 0.46.0 + _ZNK7Poppler8Document7outlineEv@Base 0.81.0 + _ZNK7Poppler8Document7scriptsEv@Base 0.24.5 + _ZNK7Poppler8Document7subjectEv@Base 0.46.0 + _ZNK7Poppler8Document8fontDataERKNS_8FontInfoE@Base 0.24.5 + _ZNK7Poppler8Document8formTypeEv@Base 0.24.5 + _ZNK7Poppler8Document8getPdfIdEP10QByteArrayS2_@Base 0.24.5 + _ZNK7Poppler8Document8infoKeysEv@Base 0.24.5 + _ZNK7Poppler8Document8isLockedEv@Base 0.24.5 + _ZNK7Poppler8Document8keywordsEv@Base 0.46.0 + _ZNK7Poppler8Document8metadataEv@Base 0.24.5 + _ZNK7Poppler8Document8numPagesEv@Base 0.24.5 + _ZNK7Poppler8Document8okToCopyEv@Base 0.24.5 + _ZNK7Poppler8Document8pageModeEv@Base 0.24.5 + _ZNK7Poppler8Document8producerEv@Base 0.46.0 + _ZNK7Poppler8Document9okToPrintEv@Base 0.24.5 + _ZNK7Poppler8FontInfo10isEmbeddedEv@Base 0.24.5 + _ZNK7Poppler8FontInfo14substituteNameEv@Base 0.81.0 + _ZNK7Poppler8FontInfo4fileEv@Base 0.24.5 + _ZNK7Poppler8FontInfo4nameEv@Base 0.24.5 + _ZNK7Poppler8FontInfo4typeEv@Base 0.24.5 + _ZNK7Poppler8FontInfo8isSubsetEv@Base 0.24.5 + _ZNK7Poppler8FontInfo8typeNameEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto10isExternalEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto11destinationEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto8fileNameEv@Base 0.24.5 + _ZNK7Poppler8LinkGoto8linkTypeEv@Base 0.24.5 + _ZNK7Poppler8LinkHide12isShowActionEv@Base 0.71.0 + _ZNK7Poppler8LinkHide7targetsEv@Base 0.71.0 + _ZNK7Poppler8LinkHide8linkTypeEv@Base 0.71.0 + _ZNK7Poppler9FormField10isReadOnlyEv@Base 0.24.5 + _ZNK7Poppler9FormField11isPrintableEv@Base 0.81.0 + _ZNK7Poppler9FormField16activationActionEv@Base 0.24.5 + _ZNK7Poppler9FormField16additionalActionENS0_20AdditionalActionTypeE@Base 0.57.0 + _ZNK7Poppler9FormField16additionalActionENS_10Annotation20AdditionalActionTypeE@Base 0.71.0 + _ZNK7Poppler9FormField18fullyQualifiedNameEv@Base 0.24.5 + _ZNK7Poppler9FormField2idEv@Base 0.24.5 + _ZNK7Poppler9FormField4nameEv@Base 0.24.5 + _ZNK7Poppler9FormField4rectEv@Base 0.24.5 + _ZNK7Poppler9FormField6uiNameEv@Base 0.24.5 + _ZNK7Poppler9FormField7setNameERK7QString@Base 0.57.0 + _ZNK7Poppler9FormField9isVisibleEv@Base 0.24.5 + _ZNK7Poppler9LinkMovie22isReferencedAnnotationEPKNS_15MovieAnnotationE@Base 0.24.5 + _ZNK7Poppler9LinkMovie8linkTypeEv@Base 0.24.5 + _ZNK7Poppler9LinkMovie9operationEv@Base 0.24.5 + _ZNK7Poppler9LinkSound11synchronousEv@Base 0.24.5 + _ZNK7Poppler9LinkSound3mixEv@Base 0.24.5 + _ZNK7Poppler9LinkSound5soundEv@Base 0.24.5 + _ZNK7Poppler9LinkSound6repeatEv@Base 0.24.5 + _ZNK7Poppler9LinkSound6volumeEv@Base 0.24.5 + _ZNK7Poppler9LinkSound8linkTypeEv@Base 0.24.5 + (optional=gccinternal)_ZSt19piecewise_construct@Base 22.12.0 + _ZTIN7Poppler10AnnotationE@Base 0.24.5 + _ZTIN7Poppler10LinkActionE@Base 0.24.5 + _ZTIN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTIN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTIN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTIN7Poppler11PSConverterE@Base 0.24.5 + _ZTIN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTIN7Poppler12PDFConverterE@Base 0.24.5 + _ZTIN7Poppler13BaseConverterE@Base 0.24.5 + _ZTIN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTIN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTIN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTIN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTIN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTIN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTIN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTIN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTIN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTIN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTIN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTIN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTIN7Poppler15OptContentModelE@Base 0.24.5 + _ZTIN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTIN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTIN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTIN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTIN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTIN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTIN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTIN7Poppler19SignatureAnnotationE@Base 25.01.0 + _ZTIN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTIN7Poppler4LinkE@Base 0.24.5 + _ZTIN7Poppler8LinkGotoE@Base 0.24.5 + _ZTIN7Poppler8LinkHideE@Base 0.71.0 + _ZTIN7Poppler9FormFieldE@Base 0.24.5 + _ZTIN7Poppler9LinkMovieE@Base 0.24.5 + _ZTIN7Poppler9LinkSoundE@Base 0.24.5 + (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTSN7Poppler10AnnotationE@Base 0.24.5 + _ZTSN7Poppler10LinkActionE@Base 0.24.5 + _ZTSN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTSN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTSN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTSN7Poppler11PSConverterE@Base 0.24.5 + _ZTSN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTSN7Poppler12PDFConverterE@Base 0.24.5 + _ZTSN7Poppler13BaseConverterE@Base 0.24.5 + _ZTSN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTSN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTSN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTSN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTSN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTSN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTSN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTSN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTSN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTSN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTSN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTSN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTSN7Poppler15OptContentModelE@Base 0.24.5 + _ZTSN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTSN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTSN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTSN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTSN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTSN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTSN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTSN7Poppler19SignatureAnnotationE@Base 25.01.0 + _ZTSN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTSN7Poppler4LinkE@Base 0.24.5 + _ZTSN7Poppler8LinkGotoE@Base 0.24.5 + _ZTSN7Poppler8LinkHideE@Base 0.71.0 + _ZTSN7Poppler9FormFieldE@Base 0.24.5 + _ZTSN7Poppler9LinkMovieE@Base 0.24.5 + _ZTSN7Poppler9LinkSoundE@Base 0.24.5 + (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTSSt19_Sp_make_shared_tag@Base 24.06.0 + (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN7Poppler11AsyncObjectESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 24.06.0 + (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN7Poppler11AsyncObjectESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 24.06.0 + _ZTVN7Poppler10AnnotationE@Base 0.24.5 + _ZTVN7Poppler10LinkActionE@Base 0.24.5 + _ZTVN7Poppler10LinkBrowseE@Base 0.24.5 + _ZTVN7Poppler11AsyncObjectE@Base 24.06.0 + _ZTVN7Poppler11LinkExecuteE@Base 0.24.5 + _ZTVN7Poppler11PSConverterE@Base 0.24.5 + _ZTVN7Poppler12LinkOCGStateE@Base 0.57.0 + _ZTVN7Poppler12PDFConverterE@Base 0.24.5 + _ZTVN7Poppler13BaseConverterE@Base 0.24.5 + _ZTVN7Poppler13FormFieldTextE@Base 0.24.5 + _ZTVN7Poppler13InkAnnotationE@Base 0.24.5 + _ZTVN7Poppler13LinkRenditionE@Base 0.24.5 + _ZTVN7Poppler13LinkResetFormE@Base 24.08.0 + _ZTVN7Poppler14GeomAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LineAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LinkAnnotationE@Base 0.24.5 + _ZTVN7Poppler14LinkJavaScriptE@Base 0.24.5 + _ZTVN7Poppler14LinkSubmitFormE@Base 25.01.0 + _ZTVN7Poppler14TextAnnotationE@Base 0.24.5 + _ZTVN7Poppler15CaretAnnotationE@Base 0.24.5 + _ZTVN7Poppler15FormFieldButtonE@Base 0.24.5 + _ZTVN7Poppler15FormFieldChoiceE@Base 0.24.5 + _ZTVN7Poppler15MovieAnnotationE@Base 0.24.5 + _ZTVN7Poppler15OptContentModelE@Base 0.24.5 + _ZTVN7Poppler15SoundAnnotationE@Base 0.24.5 + _ZTVN7Poppler15StampAnnotationE@Base 0.24.5 + _ZTVN7Poppler16ScreenAnnotationE@Base 0.24.5 + _ZTVN7Poppler16WidgetAnnotationE@Base 0.24.5 + _ZTVN7Poppler18FormFieldSignatureE@Base 0.57.0 + _ZTVN7Poppler19HighlightAnnotationE@Base 0.24.5 + _ZTVN7Poppler19RichMediaAnnotationE@Base 0.38.0 + _ZTVN7Poppler19SignatureAnnotationE@Base 25.01.0 + _ZTVN7Poppler24FileAttachmentAnnotationE@Base 0.24.5 + _ZTVN7Poppler4LinkE@Base 0.24.5 + _ZTVN7Poppler8LinkGotoE@Base 0.24.5 + _ZTVN7Poppler8LinkHideE@Base 0.71.0 + _ZTVN7Poppler9FormFieldE@Base 0.24.5 + _ZTVN7Poppler9LinkMovieE@Base 0.24.5 + _ZTVN7Poppler9LinkSoundE@Base 0.24.5 + _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 24.06.0 diff --git a/libpoppler-qt6-dev.install b/libpoppler-qt6-dev.install new file mode 100644 index 0000000..5642ef3 --- /dev/null +++ b/libpoppler-qt6-dev.install @@ -0,0 +1,3 @@ +usr/include/poppler/qt6 +usr/lib/*/libpoppler-qt6.so +usr/lib/*/pkgconfig/poppler-qt6.pc diff --git a/libpoppler147.docs b/libpoppler147.docs new file mode 100644 index 0000000..0d71641 --- /dev/null +++ b/libpoppler147.docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +README-XPDF +README.md diff --git a/libpoppler147.install b/libpoppler147.install new file mode 100644 index 0000000..8d2a96c --- /dev/null +++ b/libpoppler147.install @@ -0,0 +1 @@ +usr/lib/*/libpoppler.so.* diff --git a/patches/CVE-2025-32364.patch b/patches/CVE-2025-32364.patch new file mode 100644 index 0000000..51914fd --- /dev/null +++ b/patches/CVE-2025-32364.patch @@ -0,0 +1,31 @@ +From: Albert Astals Cid +Date: Mon, 24 Mar 2025 00:44:54 +0100 +Subject: [PATCH] PSStack::roll: Protect against doing int = -INT_MIN + +Origin: upstream 25.04 +--- + poppler/Function.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/poppler/Function.cc b/poppler/Function.cc +index d84c4e350..f3168f191 100644 +--- a/poppler/Function.cc ++++ b/poppler/Function.cc +@@ -13,7 +13,7 @@ + // All changes made under the Poppler project to this file are licensed + // under GPL version 2 or later + // +-// Copyright (C) 2006, 2008-2010, 2013-2015, 2017-2020, 2022-2024 Albert Astals Cid ++// Copyright (C) 2006, 2008-2010, 2013-2015, 2017-2020, 2022-2025 Albert Astals Cid + // Copyright (C) 2006 Jeff Muizelaar + // Copyright (C) 2010 Christian Feuersänger + // Copyright (C) 2011 Andrea Canciani +@@ -1068,7 +1068,7 @@ void PSStack::roll(int n, int j) + PSObject obj; + int i, k; + +- if (unlikely(n == 0)) { ++ if (unlikely(n == 0 || j == INT_MIN)) { + return; + } + if (j >= 0) { diff --git a/patches/CVE-2025-32365.patch b/patches/CVE-2025-32365.patch new file mode 100644 index 0000000..9320110 --- /dev/null +++ b/patches/CVE-2025-32365.patch @@ -0,0 +1,43 @@ +From: Albert Astals Cid +Date: Mon, 31 Mar 2025 14:35:49 +0200 +Subject: [PATCH] Move isOk check to inside JBIG2Bitmap::combine + +Origin: upstream 25.04 +--- + poppler/JBIG2Stream.cc | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/poppler/JBIG2Stream.cc b/poppler/JBIG2Stream.cc +index cf9e0c984..4e81d4a8c 100644 +--- a/poppler/JBIG2Stream.cc ++++ b/poppler/JBIG2Stream.cc +@@ -15,7 +15,7 @@ + // + // Copyright (C) 2006 Raj Kumar + // Copyright (C) 2006 Paul Walmsley +-// Copyright (C) 2006-2010, 2012, 2014-2022, 2024 Albert Astals Cid ++// Copyright (C) 2006-2010, 2012, 2014-2022, 2024, 2025 Albert Astals Cid + // Copyright (C) 2009 David Benjamin + // Copyright (C) 2011 Edward Jiang + // Copyright (C) 2012 William Bader +@@ -768,6 +768,9 @@ void JBIG2Bitmap::combine(JBIG2Bitmap *bitmap, int x, int y, unsigned int combOp + unsigned int src0, src1, src, dest, s1, s2, m1, m2, m3; + bool oneByte; + ++ if (unlikely(!isOk())) { ++ return; ++ } + // check for the pathological case where y = -2^31 + if (y < -0x7fffffff) { + return; +@@ -2198,9 +2201,7 @@ void JBIG2Stream::readTextRegionSeg(unsigned int segNum, bool imm, bool lossless + if (pageH == 0xffffffff && y + h > curPageH) { + pageBitmap->expand(y + h, pageDefPixel); + } +- if (pageBitmap->isOk()) { +- pageBitmap->combine(bitmap.get(), x, y, extCombOp); +- } ++ pageBitmap->combine(bitmap.get(), x, y, extCombOp); + + // store the region bitmap + } else { diff --git a/patches/CVE-2025-43903.patch b/patches/CVE-2025-43903.patch new file mode 100644 index 0000000..b3ad504 --- /dev/null +++ b/patches/CVE-2025-43903.patch @@ -0,0 +1,43 @@ +From: =?UTF-8?q?Juraj=20=C5=A0arinay?= +Date: Thu, 6 Mar 2025 02:02:56 +0100 +Subject: Properly verify adbe.pkcs7.sha1 signatures. + +For signatures with non-empty encapsulated content +(typically adbe.pkcs7.sha1), we only compared hash values and +never actually checked SignatureValue within SignerInfo. +The bug introduced by c7c0207b1cfe49a4353d6cda93dbebef4508138f +made trivial signature forgeries possible. Fix this by calling +NSS_CMSSignerInfo_Verify() after the hash values compare equal. + +Origin: upstream 25.04.0 +--- + poppler/NSSCryptoSignBackend.cc | 13 +++++++++---- + 1 file changed, 9 insertions(+), 4 deletions(-) + +diff --git a/poppler/NSSCryptoSignBackend.cc b/poppler/NSSCryptoSignBackend.cc +index 521137d6b..eeea26ee3 100644 +--- a/poppler/NSSCryptoSignBackend.cc ++++ b/poppler/NSSCryptoSignBackend.cc +@@ -877,13 +877,18 @@ SignatureValidationStatus NSSSignatureVerification::validateSignature() + This means it's not a detached type signature + so the digest is contained in SignedData->contentInfo + */ +- if (digest.len == content_info_data->len && memcmp(digest.data, content_info_data->data, digest.len) == 0) { +- return SIGNATURE_VALID; +- } else { ++ if (digest.len != content_info_data->len || memcmp(digest.data, content_info_data->data, digest.len) != 0) { + return SIGNATURE_DIGEST_MISMATCH; + } + +- } else if (NSS_CMSSignerInfo_Verify(CMSSignerInfo, &digest, nullptr) != SECSuccess) { ++ auto innerHashContext = HashContext::create(hashContext->getHashAlgorithm()); ++ innerHashContext->updateHash(content_info_data->data, content_info_data->len); ++ digest_buffer = innerHashContext->endHash(); ++ digest.data = digest_buffer.data(); ++ digest.len = digest_buffer.size(); ++ } ++ ++ if (NSS_CMSSignerInfo_Verify(CMSSignerInfo, &digest, nullptr) != SECSuccess) { + return NSS_SigTranslate(CMSSignerInfo->verificationStatus); + } else { + return SIGNATURE_VALID; diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..ef6f980 --- /dev/null +++ b/patches/series @@ -0,0 +1,3 @@ +CVE-2025-32364.patch +CVE-2025-32365.patch +CVE-2025-43903.patch diff --git a/poppler-utils.install b/poppler-utils.install new file mode 100644 index 0000000..5142b74 --- /dev/null +++ b/poppler-utils.install @@ -0,0 +1,3 @@ +usr/bin/ +usr/share/locale/*/*/pdf* +usr/share/man/man1/ diff --git a/rules b/rules new file mode 100755 index 0000000..37c1e45 --- /dev/null +++ b/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f + +# the upstream version (i.e. without the Debian revision) +UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-') +# symbols.in files & their "generated" file names +SYMBOLS_in := $(wildcard debian/*.symbols.in) +SYMBOLS_generated := $(patsubst %.in,%,$(SYMBOLS_in)) + +libpopplerN := $(shell sed -rn 's/^Package:[[:space:]]*(libpoppler[0-9]+(t64)?)[[:space:]]*$$/\1/p' debian/control) + +built_binaries := $(shell dh_listpackages) + +# enable all the hardening options +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto + +# disable gtk stuff to minimize Build-Depends +CONFIGURE_ARGS := \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_C_FLAGS_RELEASE="$(CFLAGS)" \ + -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)" \ + -DENABLE_GLIB=ON \ + -DENABLE_QT5=ON \ + -DENABLE_CPP=ON \ + -DENABLE_GTK_DOC=$(if $(filter libpoppler-glib-doc,$(shell dh_listpackages)),ON,OFF) \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ + -DENABLE_CMS=lcms2 \ + -DENABLE_LIBOPENJPEG=openjpeg2 \ + -DBUILD_GTK_TESTS=OFF + +ifeq ($(filter %-qt6-dev,$(built_binaries)),) +CONFIGURE_ARGS += -DENABLE_QT6=OFF +endif + +%: + dh $@ + +override_dh_auto_clean: + dh_auto_clean + rm -f glib/reference/html/* + rm -f $(SYMBOLS_generated) + +override_dh_auto_configure: + dh_auto_configure -- $(CONFIGURE_ARGS) + +override_dh_installchangelogs: + dh_installchangelogs -p$(libpopplerN) + dh_installchangelogs --remaining-packages -XChangeLog + +override_dh_makeshlibs: $(SYMBOLS_generated) + dh_makeshlibs + +debian/%.symbols: debian/%.symbols.in + cat $^ | sed -e 's/#CURVER#/$(UPSTREAM_VERSION)/g' > $@ + +# TODO: https://gitlab.freedesktop.org/poppler/test +# has the missing unittestcases directory +# We could add an extra tarball as was done with editorconfig-core +# Or we could ask upstream if it makes sense to move those tests +# into the same git repo +override_dh_auto_test: + -dh_auto_test diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/tests/control b/tests/control new file mode 100644 index 0000000..5a4e8f2 --- /dev/null +++ b/tests/control @@ -0,0 +1,12 @@ +Tests: cpp +Depends: build-essential, cups-filters:native, libpoppler-cpp-dev, pkgconf + +Tests: glib +Depends: build-essential, cups-filters:native, libpoppler-glib-dev, pkgconf + +Tests: qt5 +Depends: build-essential, cups-filters:native, libpoppler-qt5-dev, pkgconf + +Tests: qt6 +Architecture: hurd-any alpha amd64 arm64 armel armhf hppa loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 +Depends: build-essential, cups-filters:native, libpoppler-qt6-dev, pkgconf diff --git a/tests/cpp b/tests/cpp new file mode 100755 index 0000000..27b5249 --- /dev/null +++ b/tests/cpp @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +SRCDIR=$(dirname $(realpath $0)) + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" +else + CROSS_COMPILE= +fi + +cd $AUTOPKGTEST_TMP +${CROSS_COMPILE}g++ -Wall -Werror -pedantic -Wno-long-long -Wno-deprecated-declarations -o poppler-cpp-test $SRCDIR/test-cpp.cpp `${CROSS_COMPILE}pkg-config --cflags --libs poppler-cpp` +./poppler-cpp-test "/usr/share/cups/data/default-testpage.pdf" diff --git a/tests/glib b/tests/glib new file mode 100755 index 0000000..d184b56 --- /dev/null +++ b/tests/glib @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +SRCDIR=$(dirname $(realpath $0)) + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" +else + CROSS_COMPILE= +fi + +cd $AUTOPKGTEST_TMP +${CROSS_COMPILE}gcc -Wall -Werror -Wno-deprecated-declarations -std=c99 -o poppler-glib-test $SRCDIR/test-glib.c `${CROSS_COMPILE}pkg-config --cflags --libs poppler-glib` +./poppler-glib-test "file:///usr/share/cups/data/default-testpage.pdf" diff --git a/tests/qt5 b/tests/qt5 new file mode 100755 index 0000000..0867f25 --- /dev/null +++ b/tests/qt5 @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +SRCDIR=$(dirname $(realpath $0)) + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" +else + CROSS_COMPILE= +fi + +cd $AUTOPKGTEST_TMP +${CROSS_COMPILE}g++ -Wall -Werror -pedantic -Wno-long-long -Wno-deprecated-declarations -fPIC -std=c++11 -o poppler-qt5-test $SRCDIR/test-qt5.cpp `${CROSS_COMPILE}pkg-config --cflags --libs poppler-qt5 Qt5Core` +./poppler-qt5-test "/usr/share/cups/data/default-testpage.pdf" diff --git a/tests/qt6 b/tests/qt6 new file mode 100755 index 0000000..232236c --- /dev/null +++ b/tests/qt6 @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +SRCDIR=$(dirname $(realpath $0)) + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" +else + CROSS_COMPILE= +fi + +cd $AUTOPKGTEST_TMP +${CROSS_COMPILE}g++ -Wall -Werror -pedantic -Wno-long-long -Wno-deprecated-declarations -fPIC -std=c++17 -o poppler-qt6-test $SRCDIR/test-qt6.cpp `${CROSS_COMPILE}pkg-config --cflags --libs poppler-qt6 Qt6Core` +./poppler-qt6-test "/usr/share/cups/data/default-testpage.pdf" diff --git a/tests/test-cpp.cpp b/tests/test-cpp.cpp new file mode 100644 index 0000000..9eb62e1 --- /dev/null +++ b/tests/test-cpp.cpp @@ -0,0 +1,19 @@ +#include +#include +#include + +int main(int argc, char *argv[]) +{ + if (argc < 2) + return EXIT_FAILURE; + + poppler::document* doc = poppler::document::load_from_file(argv[1]); + assert(doc); + assert(!doc->is_locked()); + + int n_pages = doc->pages(); + assert(n_pages > 0); + + delete doc; + return EXIT_SUCCESS; +} diff --git a/tests/test-glib.c b/tests/test-glib.c new file mode 100644 index 0000000..56c2a68 --- /dev/null +++ b/tests/test-glib.c @@ -0,0 +1,68 @@ +#include +#include + +#ifdef TEST_GIO +#include +#endif + +int main(int argc, char *argv[]) +{ + PopplerDocument* doc; + int n_pages; +#ifdef TEST_GIO + GError *error = NULL; + GFile *file; + GFileInfo *info; + GInputStream *istream; +#endif + + if (argc < 2) + return EXIT_FAILURE; + +#if !defined(GLIB_VERSION_2_36) + g_type_init(); +#endif + doc = poppler_document_new_from_file(argv[1], NULL, NULL); + g_assert(doc != NULL); + + n_pages = poppler_document_get_n_pages(doc); + g_assert_cmpint(n_pages, > , 0); + + g_object_unref(doc); + +#ifdef TEST_GIO + /* https://bugs.debian.org/896596 */ + + file = g_file_new_for_uri(argv[1]); + g_assert_nonnull(file); + info = g_file_query_info(file, G_FILE_ATTRIBUTE_STANDARD_SIZE, G_FILE_QUERY_INFO_NONE, NULL, &error); + g_assert_no_error(error); + g_assert_nonnull(info); + g_assert_cmpint(g_file_info_get_size(info), > , 0); + + istream = G_INPUT_STREAM(g_file_read(file, NULL, &error)); + g_assert_no_error(error); + g_assert_nonnull(istream); + doc = poppler_document_new_from_stream(istream, -1, NULL, NULL, &error); + g_assert_no_error(error); + g_assert_nonnull(doc); + g_assert_cmpint(poppler_document_get_n_pages(doc), == , n_pages); + g_object_unref(doc); + g_object_unref(istream); + + istream = G_INPUT_STREAM(g_file_read(file, NULL, &error)); + g_assert_no_error(error); + g_assert_nonnull(istream); + doc = poppler_document_new_from_stream(istream, g_file_info_get_size(info), NULL, NULL, &error); + g_assert_no_error(error); + g_assert_nonnull(doc); + g_assert_cmpint(poppler_document_get_n_pages(doc), == , n_pages); + g_object_unref(doc); + g_object_unref(istream); + + g_object_unref(info); + g_object_unref(file); +#endif + + return EXIT_SUCCESS; +} diff --git a/tests/test-qt5.cpp b/tests/test-qt5.cpp new file mode 100644 index 0000000..22243d6 --- /dev/null +++ b/tests/test-qt5.cpp @@ -0,0 +1,19 @@ +#include +#include +#include + +int main(int argc, char *argv[]) +{ + if (argc < 2) + return EXIT_FAILURE; + + Poppler::Document* doc = Poppler::Document::load(QFile::decodeName(argv[1])); + Q_ASSERT(doc); + Q_ASSERT(!doc->isLocked()); + + int n_pages = doc->numPages(); + Q_ASSERT(n_pages > 0); + + delete doc; + return EXIT_SUCCESS; +} diff --git a/tests/test-qt6.cpp b/tests/test-qt6.cpp new file mode 100644 index 0000000..3bf09c5 --- /dev/null +++ b/tests/test-qt6.cpp @@ -0,0 +1,18 @@ +#include +#include +#include + +int main(int argc, char *argv[]) +{ + if (argc < 2) + return EXIT_FAILURE; + + std::unique_ptr doc = Poppler::Document::load(QFile::decodeName(argv[1])); + Q_ASSERT(doc); + Q_ASSERT(!doc->isLocked()); + + int n_pages = doc->numPages(); + Q_ASSERT(n_pages > 0); + + return EXIT_SUCCESS; +} diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..c9bbe4f --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://gitlab.freedesktop.org/poppler/poppler/-/issues +Bug-Submit: https://gitlab.freedesktop.org/poppler/poppler/-/issues/new +Repository: https://gitlab.freedesktop.org/poppler/poppler.git +Repository-Browse: https://gitlab.freedesktop.org/poppler/poppler diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc new file mode 100644 index 0000000..1741eed --- /dev/null +++ b/upstream/signing-key.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: 3A6A4DB839EAA6D7 Albert Astals Cid + +mQINBFfNZD4BEACo0YKCUEhTY7v8VZVw3csAtnsRSFQ18G8xfYIt7mJEBrtfiGG4 +g28EjNeWQfN8wGIaAeRGl5nb7s9RRpxXStUu719jGX1Z9Sr8p/JOmBS5kdfAtYId +9Cl3VsGRvf4Smg1ClrEv6tQ97j+d1FY8QfgW/GS46YBOEeOFVQRtfi7Yv9lZkiBF +rzP0Nr7JV9u1GkBsFgNkVuYs/3RDYULItBwGFerduOyQCOt819QvHHSZkXqJWwNR +OA6lc8gW36lKbDHoZ1jSkDnDV0bW0cX1/6WJSzWYdcPiceA1vj/VDg0Kr23SVQ1P +yPvBirT7ToirQm6KrIiKHWLSg156ht8/K2C1Dgypf+YMseMbHQxVLrI2p4zpmxu3 +B2SrSj3ImM5FO0XGd1gxn/qywNVJDQBfcYnndksD2i/9/Es8I/F6OymBZl4HWBvx +7ixm2JPXkmwVPEC/lJn3eCBb1fAaJSlroHtaAEteCWuE5/Mg/uYEh1UeAstP47N3 +P0B3l1E4Ccw1ne2/O1BdsnXeUaI3YVYz9aZkVlL7ywda3h/goRKxc1b18bmgu/Ed +QmcTEMj29B3szMpetWNt1ZbaMJzfDw+z+SiQ3toOTUiqMuWq+l+JK0dVUzOvpGhG +VHv5m9CtJFP671ivEc4it0hJRH5kdW9aNbeG0g9TxHQqQMJIpeLvRq5WKwARAQAB +tCFBbGJlcnQgQXN0YWxzIENpZCA8YWFjaWRAa2RlLm9yZz6JAlQEEwEIAD4CGwMF +CwkIBwIGFQgJCgsCBBYCAwECHgECF4AWIQTKJixsg95NL7KKMyo6ak24Oeqm1wUC +XVO22wUJB2eGHQAKCRA6ak24Oeqm176hD/9QGNeGm0UX/X8PY6OManUuC5tl/RI2 +xo5ZbckxgSlNKgdhuE9hcrCOX74smdFKkk3EoxfXTa+YaarjXPq+ZfqgOiAk7TyU +BjZiiRiqgg7rWvsUa0ifxP++oN8aV9bTT8+WvkU2nXEPLtvaoSTXn/zE1bv7dIhB +13u2Du3PIVoUQBfcg9tyNkMQ+ifAQxjUghbPKeqsoql1bqY3v561SVg6D+IqeA5s +3Q8xxve4wc8vFgwRsWm4ugFTGRHdLhAFc3LlFxmFDhPMNvQguPh9MifBGthFcHBd +F2lUTdXffhiKpCQ3+qUP/YP0rurL+Ke8aBNBXlU68+2l0JrCjySnDj3a5RKWOgWk +2SSadUia06GGHRBaTVs5AAOfL0vaIbeUMxSv7Itg8jkqH2/9PdoCDOFznNS1C6o+ +MxtPFmjZSGna5wSlyUobCrcRGL1mD5w4r16MKFICSVQM5ns617bm0tWS0qyAARid +Ng3baLoStf64wyk5QUwfVj1huQzRmk7os3OOik44J+nF8BqloW0bAsJ3mFgJVqLW +5U6GpbURaVsnxgnu4VuRedHg/JC1gy7JqNASq3vlExmBJDsNZjgPWKlnUezyxM0+ +UP3OGb4AVPm7yVUZWB3XuPyk2565rOWEFyXy1/oOrHAgijD5d4FPGe4sxy0WH88E +z+nBNcht+1juVw== +=t/sG +-----END PGP PUBLIC KEY BLOCK----- diff --git a/watch b/watch new file mode 100644 index 0000000..5f9e548 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=4 +opts="pgpmode=auto" https://poppler.freedesktop.org/releases.html @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ -- 2.30.2