| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libpodofo-devel | Distribution: openSUSE Tumbleweed |
| Version: 1.0.2 | Vendor: openSUSE |
| Release: 2.4 | Build date: Wed Sep 3 20:52:33 2025 |
| Group: Development/Libraries/Other | Build host: reproducible |
| Size: 1441569 | Source RPM: podofo-1.0.2-2.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://podofo.sourceforge.net/ | |
| Summary: Development files for podofo | |
This package contains development files for podofo library.
LGPL-2.1-or-later
* Wed Sep 03 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.0.2:
* PdfTokenizer: Fixed free-after-use after failing to parse
content while reading literal tokens (boo#1249105)
* PdfFont: Improved heursitic for word spacing
* PdfDifferenceEncoding: Fixed handling of ligatures in AGL
character names
* PdfXMPPAcket: Make GetDescription() const correct
* PdfMemDocument: Fixed upgrade to PDF2.0 in a incremental update
* PdfTokenizer: Fixed free-after-use after failing to parse
content while reading literal tokens.
(bsc#1249105)
- drop cmake variables unused in the project
* Sat Aug 09 2025 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.0.1
* Fixed PDF signing and pkgconfig bug
* Fixed several issues related to use of
`nullable<std::unique_ptr<T>>`
* XMP: Fixed removing extension from extension bag
* XMP: Fix double inserting pdfuaid schema
* Text extraction fixes: improved word spacing heuristic,
space trimming in ligatures, text in XObject form with non
identity matrix
* Fixed pkg-config for shared built library
- Drop podofo-install_libdir.patch and podofo-fix_pkgconfig.patch
(merged upstream)
* Fri Jun 06 2025 Luigi Baldoni <aloisio@gmx.com>
- Add podofo-fix_pkgconfig.patch (removes private dependencies
from .pc file)
* Sat May 31 2025 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.0.0
* Added support for Type1, CFF and OpenType CFF font subsetting
* Added support for Type3 font subsetting (no encoding
subsetting, yet)
* Implemented full "Adobe Glyph List" specification for text
extraction and glyph selection
* Implemented full Type1, TrueType font glyph selection
* Many fixes in TrueType legacy subsetting
* Added support for PDF/UA preserving when adding
annotations/form fields
* Improved PDF/A preserving (eg. when PDF/UA level is set as
well in the XMP metadata)
* Added support for automatically rotating imported images
drawn on a `PdfPainter` when a orientation is detected in
the source image codec metadata. Currently supported on Tiff
images only (Jpeg exif metadata support pending)
* Added high-level signing API, see `PdfSignerCMS` and
`TestSignature1` test case
* Added support for signing encrypted documents
* Added support for preserving encryption among savings
* Removed Libidn dependency, default to AESV3R6 encryption
* Added support for predefined CMap(s) for improved CJK text
extraction
* Added much better CMake integration
* Added raw rectangle corners retrieval in `PdfAnnotation`,
`PdfPage`
* `PdfDocument`: Added `GetFieldsIterator()`
* `PdfPage`: Added `GetFieldsIterator()`
* `PdfSignature`: Added `TryGetPreviousRevision()`
* `PdfCanvas`: Added `CopyContentsTo()`
* `FileStreamDevice` now uses again C stdio for better
performance
* `PdfName`:
+ Optimized for struct size and construction from string
const literal
+ Added `PdfName operator""_nm(const char*, size_t)`
* `PdfString`:
+ Optimized for struct size
+ Added `std::string&&` constructor
* `PdfVariant`: Optimized for accessing `PdfString`, `PdfName`
and `PdfReference`
* Reviewed `PdfFileSpec`, `PdfAction`, `PdfDestination` API
and their usage in `PdfOutlineItem`, `PdfOutlines`,
`PdfAnnotationActionBase`, `PdfAnnotationLink`,
`PdfAnnotationFileAttachment`
* Reviewed `PdfExtension` API
* Reviewed `PdfNameTree`, renamed to `PdfNameTrees` and added
`PdfNameTree` to pick specific trees with typed element
* Reviewed `PdfExtGState`
* Reviewed `PdfTilingPattern`, `PdfShadingPattern`,
`PdfFunction`: the API now exposes the full capabilities of
the PDF specification
* `PdfEncrypt` is now stateless: added `PdfEncryptContext` as a
separate state context and used as argument in `PdfEncrypt`
methods
* Set `PdfSignature` to have correct `/ByteRange` and
`/Contents` after signing with `PoDoFo::SignDocument`
* Added `PdfNames` and moved all known names there from
`PdfName`
* `PdfPageCollection`: Methods creating pages now takes
`PdfPageSize` or default inferred size from doc
* Fixed `PdfStreamedDocument`, see #88
* Tons of API improvements (see API-MIGRATION.md)
* Tons of other bug fixes
version 0.10.5:
* Fix #191, #197, #201, #212, #233, #241, #251, #252, #253
* PdfParser: Fixed stack overflow parsing documents with many
XRef stream updates
* PdfFont: Fixed GetBoundingBox() retrival
* PdfFontMetricsObject: Fixed reading /FontBBox
* PdfEncodingFactory: Fixed parsing of limits with /FirstChar
equals to /LastChar
* PdfFontMetricsStandard14: Fixed parsing /Widths
* PdfMetadata: Fixed missing init ensure for SetAuthor()
* PdfTokenizer: Fixed character escaping when reading strings
* PdfPageCollection: Fix memory leak in RemovePageAt
* Compilation and linking fixes in various conditions
* PdfFontManager: Fixed GetOrCreateFontFromBuffer stealing
memory
* PdfPageCollection: Disable copy/assignment
* PdfPage_TextExtraction: Fix `decodeString` with no font
* Fix eating of non-space chars in SplitTextAsLines
* Fix FreeType segfault race condition
* PdfCheckBox: Fixed IsChecked()
* PdfParser: Uncondtionally try to read XRef stream in all
PDFs that doesn't have a cross reference section
- Drop tools support ("Warning: Tools are currently unsupported,
untested and unmaintained.") and attendant patches
(podofo-tools_man.patch, podofo-CVE-2019-20093.patch)
- Add podofo-install_libdir.patch
* Mon Oct 07 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Don't produce podofo.rpm when tools are disabled (bcond_with):
the podofo main package only contained readme and license files
(boo#1231058).
* Sun Sep 08 2024 Cliff Zhao <qzhao@suse.com>
- Add podofo-CVE-2019-20093.patch:
Backport from upstream proposed fix, Fix denial of service
(NULL pointer dereference) in PoDoFo::PdfVariant::DelayedLoad
function in PdfVariant.h.
https://sourceforge.net/p/podofo/tickets/75/
(CVE-2019-20093, bsc#1159921)
* Sat Sep 07 2024 Cliff Zhao <qzhao@suse.com>
- update to 0.10.4:
* StandardStreamDevice: Fixed seek() in case of iostream/fstream
* PdfWriter: Fixed computing the doc identifier with a wrong buffer
* PdfPainter: Fix SetCurrentMatrix() to really update CTM
* Fixed compilation in mingw < 12
* PdfCIDToGIDMap: Fixed map reading
* PdfPainter: Fixed offset on multiline text if text is not left aligned
* Sat Dec 30 2023 Dirk Müller <dmueller@suse.com>
- update to 0.10.3:
* Fixed big performance regression introduced in 0.10, see #108
* Fixed data loss with encrypted documents, see #99
* Fixed compilation with VS2022 >= 17.8
* Fixed compilation using libxml >= 2.12.0
* Sun Dec 03 2023 Wang Jun <badboywj@gmail.com>
- Update to 0.10.2
* Security related bugfixes #76, #89, #96
* Some compilation and test fixes
* Drop podofo_security-fixes-validate-more-encrypt-dictionary-parameters.patch,
Drop podofo_security-fixes-handling-of-invalid-XRef-stream-entries.patch,
All these fixes have been merged by upstream.
(bsc#1213720)
* Fri Jun 30 2023 ecsos <ecsos@opensuse.org>
- Update to 0.10.1
- Security bugfixes, #66, #67, #69, #70, #71, #72
- Rewritten PdfPageCollection for performance
- PdfCMapEncoding: Fix parsing some invalid CMap(s) supported by Acrobat
- PdfXRefStreamParserObject: Fixed handling of invalid XRef stream entries
(bsc#1213720)
- PdfEncrypt: Validate more encrypt dictionary parameters
(bsc#1213720)
- Support compilation of the library header (not the library itself) with C++20
- Changes from 0.10.0
The release is complete re-imagination of PoDoFo 0.9.x API in C++17,
and it's API/ABI incompatible with the previous releases.
- PdfPage/PdfAnnotationCollection/PdfAnnotation: Now functions with rect input assume it
to be using the canonical coordinate system with no rotation
- PdfImage: Added support for CYMK jpeg
- PdfParser: Cleaned FindToken2 -> FindTokenBackward
- Renamed base source folder -> main
- PdfPainter: Revamped API, added full state inspection with current point,
added added PdfPainterTextContext to handle text object operations
Use it with PdfPainter::Text instance member. Added PdfContentStreamOperators
low level interface for PdfPainter moved SmoothCurveTo, QuadCurveTo SmoothQuadCurveTo,
ArcTo, Arc, to an helper structure until cleaned
- PdfFontMetrics: Added FilePath/FaceIndex for debugging, when available
- PdfFont: Renamed GetStringLength() overloads with PdfString to GetEncodedStringLength()
- PdfFontManager: Renamed GetFont() -> SearchFont() Re-Added better GetOrCreateFont() from file/buffer
- PdfEncrypt: Cleaned factory methods
- Added PdfArray::FindAtAs(), PdfArray::FindAtAsSafe(), PdfArray::TryFindAtAs(),
PdfArray::GetAtAs(), PdfArray::GetAtAsSafe(), PdfArray::TryGetAtAs()
- Added PdfDictionary::FindKeyAsSafe() and PdfDictionary::TryFindKeyAs()
- PdfDictionary::AddKeyIndirect/PdfArray::AddKeyIndirect accepts a reference
- PdfAnnotation/PdfField API review
- PdfDate: Introduced PdfDate::LocalNow() and PdfDate::UtcNow() and default constructor is epoch time instead
- Renamed PdfDocument::GetNameTree() -> GetNames()
- PdfObject: Flate compress on write objects that have no filters
- PdfMemDocument does collect garbage by default when saving
- PdfField/PdfAnntation: Fully reworked the hierarchy and added proper fields ownership
- Added PdfField::GetParent(), PdfField::GetChildren()
- PdfImage: Cleaned/reviewed/fixed SetData()/SetDataRaw()
- Renamed PdfPageTree -> PdfPageCollection
- Added XMP metadata reading/saving. Added PdfMetadata class
- Added text extraction API
- Review I/O API: Merged InputDevice/OutputDevice into StreamDevice.
New hierarchy deriving StreamDevice
- Reviewed PdfObjectStream API: added streaming operations, GetInputStream(),
GetOutputStream(). Renamed GetFilteredCopy() -> GetUnwrappedCopy()/UnwrapTo().
They only unwrap non media filters (see PdfImage::DecodeTo for media ones).
Added proper copy and move assignment operators
- PdfImage: Added DecodeTo(pixelFormat)
- Changes from other older versions
See https://github.com/podofo/podofo/blob/master/CHANGELOG.md
- Change source url to new location.
- Drop podofo-gcc12.patch because source no longer exists.
- Enable of compilation of tools.
- Add podofo-tools_man.patch to fix missing man pages for tools.
/usr/include/podofo /usr/include/podofo/3rdparty /usr/include/podofo/3rdparty/span.hpp /usr/include/podofo/auxiliary /usr/include/podofo/auxiliary/Corners.h /usr/include/podofo/auxiliary/EnumFlags.h /usr/include/podofo/auxiliary/InputDevice.h /usr/include/podofo/auxiliary/InputStream.h /usr/include/podofo/auxiliary/MathBase.h /usr/include/podofo/auxiliary/Matrix.h /usr/include/podofo/auxiliary/OutputDevice.h /usr/include/podofo/auxiliary/OutputStream.h /usr/include/podofo/auxiliary/Rect.h /usr/include/podofo/auxiliary/StateStack.h /usr/include/podofo/auxiliary/StreamDevice.h /usr/include/podofo/auxiliary/StreamDeviceBase.h /usr/include/podofo/auxiliary/Vector2.h /usr/include/podofo/auxiliary/Version.h /usr/include/podofo/auxiliary/basecompat.h /usr/include/podofo/auxiliary/basedefs.h /usr/include/podofo/auxiliary/baseincludes.h /usr/include/podofo/auxiliary/basetypes.h /usr/include/podofo/auxiliary/nullable.h /usr/include/podofo/auxiliary/podofo_config.h /usr/include/podofo/auxiliary/span.h /usr/include/podofo/main /usr/include/podofo/main/PdfAcroForm.h /usr/include/podofo/main/PdfAction.h /usr/include/podofo/main/PdfAnnotation.h /usr/include/podofo/main/PdfAnnotationActionBase.h /usr/include/podofo/main/PdfAnnotationCollection.h /usr/include/podofo/main/PdfAnnotationWidget.h /usr/include/podofo/main/PdfAnnotation_Types.h /usr/include/podofo/main/PdfArray.h /usr/include/podofo/main/PdfBaseDataTypes.h /usr/include/podofo/main/PdfButton.h /usr/include/podofo/main/PdfCIDToGIDMap.h /usr/include/podofo/main/PdfCMapEncoding.h /usr/include/podofo/main/PdfCanvas.h /usr/include/podofo/main/PdfCanvasInputDevice.h /usr/include/podofo/main/PdfCatalog.h /usr/include/podofo/main/PdfCharCodeMap.h /usr/include/podofo/main/PdfCheckBox.h /usr/include/podofo/main/PdfChoiceField.h /usr/include/podofo/main/PdfColor.h /usr/include/podofo/main/PdfColorSpace.h /usr/include/podofo/main/PdfColorSpaceFilter.h /usr/include/podofo/main/PdfComboBox.h /usr/include/podofo/main/PdfCommon.h /usr/include/podofo/main/PdfContentStreamOperators.h /usr/include/podofo/main/PdfContentStreamReader.h /usr/include/podofo/main/PdfContents.h /usr/include/podofo/main/PdfData.h /usr/include/podofo/main/PdfDataContainer.h /usr/include/podofo/main/PdfDate.h /usr/include/podofo/main/PdfDeclarations.h /usr/include/podofo/main/PdfDestination.h /usr/include/podofo/main/PdfDictionary.h /usr/include/podofo/main/PdfDifferenceEncoding.h /usr/include/podofo/main/PdfDocument.h /usr/include/podofo/main/PdfElement.h /usr/include/podofo/main/PdfEncoding.h /usr/include/podofo/main/PdfEncodingCommon.h /usr/include/podofo/main/PdfEncodingFactory.h /usr/include/podofo/main/PdfEncodingMap.h /usr/include/podofo/main/PdfEncodingMapFactory.h /usr/include/podofo/main/PdfEncrypt.h /usr/include/podofo/main/PdfEncryptSession.h /usr/include/podofo/main/PdfError.h /usr/include/podofo/main/PdfExtGState.h /usr/include/podofo/main/PdfExtGStateDefinition.h /usr/include/podofo/main/PdfExtension.h /usr/include/podofo/main/PdfField.h /usr/include/podofo/main/PdfFieldChildrenCollection.h /usr/include/podofo/main/PdfFileSpec.h /usr/include/podofo/main/PdfFont.h /usr/include/podofo/main/PdfFontCID.h /usr/include/podofo/main/PdfFontCIDCFF.h /usr/include/podofo/main/PdfFontCIDTrueType.h /usr/include/podofo/main/PdfFontConfigWrapper.h /usr/include/podofo/main/PdfFontManager.h /usr/include/podofo/main/PdfFontMetrics.h /usr/include/podofo/main/PdfFontMetricsFreetype.h /usr/include/podofo/main/PdfFontMetricsObject.h /usr/include/podofo/main/PdfFontMetricsStandard14.h /usr/include/podofo/main/PdfFontObject.h /usr/include/podofo/main/PdfFontSimple.h /usr/include/podofo/main/PdfFontTrueType.h /usr/include/podofo/main/PdfFontType1.h /usr/include/podofo/main/PdfFontType3.h /usr/include/podofo/main/PdfFunction.h /usr/include/podofo/main/PdfFunctionDefinition.h /usr/include/podofo/main/PdfGraphicsState.h /usr/include/podofo/main/PdfIdentityEncoding.h /usr/include/podofo/main/PdfImage.h /usr/include/podofo/main/PdfIndirectObjectList.h /usr/include/podofo/main/PdfInfo.h /usr/include/podofo/main/PdfListBox.h /usr/include/podofo/main/PdfMath.h /usr/include/podofo/main/PdfMemDocument.h /usr/include/podofo/main/PdfMemoryObjectStream.h /usr/include/podofo/main/PdfMetadata.h /usr/include/podofo/main/PdfMetadataStore.h /usr/include/podofo/main/PdfName.h /usr/include/podofo/main/PdfNameTree.h /usr/include/podofo/main/PdfNameTreeOperations.h /usr/include/podofo/main/PdfNameTrees.h /usr/include/podofo/main/PdfObject.h /usr/include/podofo/main/PdfObjectStream.h /usr/include/podofo/main/PdfObjectStreamProvider.h /usr/include/podofo/main/PdfOutlines.h /usr/include/podofo/main/PdfPage.h /usr/include/podofo/main/PdfPageCollection.h /usr/include/podofo/main/PdfPainter.h /usr/include/podofo/main/PdfPainterPath.h /usr/include/podofo/main/PdfPainterTextObject.h /usr/include/podofo/main/PdfPattern.h /usr/include/podofo/main/PdfPatternDefinition.h /usr/include/podofo/main/PdfPostScriptTokenizer.h /usr/include/podofo/main/PdfPredefinedEncoding.h /usr/include/podofo/main/PdfPredefinedToUnicodeCMap.h /usr/include/podofo/main/PdfPushButton.h /usr/include/podofo/main/PdfRadioButton.h /usr/include/podofo/main/PdfReference.h /usr/include/podofo/main/PdfResourceOperations.h /usr/include/podofo/main/PdfResources.h /usr/include/podofo/main/PdfSignature.h /usr/include/podofo/main/PdfSigner.h /usr/include/podofo/main/PdfSignerCms.h /usr/include/podofo/main/PdfSigningContext.h /usr/include/podofo/main/PdfStatefulEncrypt.h /usr/include/podofo/main/PdfStreamedDocument.h /usr/include/podofo/main/PdfString.h /usr/include/podofo/main/PdfStringStream.h /usr/include/podofo/main/PdfTextBox.h /usr/include/podofo/main/PdfTextState.h /usr/include/podofo/main/PdfTokenizer.h /usr/include/podofo/main/PdfTrailer.h /usr/include/podofo/main/PdfVariant.h /usr/include/podofo/main/PdfVariantStack.h /usr/include/podofo/main/PdfXMPPacket.h /usr/include/podofo/main/PdfXObject.h /usr/include/podofo/main/PdfXObjectForm.h /usr/include/podofo/main/PdfXObjectPostScript.h /usr/include/podofo/optional /usr/include/podofo/optional/PdfConvert.h /usr/include/podofo/optional/PdfNames.h /usr/include/podofo/optional/PdfUtils.h /usr/include/podofo/podofo.h /usr/lib64/cmake/podofo /usr/lib64/cmake/podofo/podofo-config-version.cmake /usr/lib64/cmake/podofo/podofo-config.cmake /usr/lib64/cmake/podofo/podofo-targets-relwithdebinfo.cmake /usr/lib64/cmake/podofo/podofo-targets.cmake /usr/lib64/libpodofo.so /usr/lib64/pkgconfig/libpodofo.pc /usr/share/doc/packages/libpodofo-devel /usr/share/doc/packages/libpodofo-devel/API-MIGRATION.md /usr/share/doc/packages/libpodofo-devel/AUTHORS.md /usr/share/doc/packages/libpodofo-devel/CHANGELOG.md /usr/share/doc/packages/libpodofo-devel/README.md /usr/share/doc/packages/libpodofo-devel/TODO.md /usr/share/doc/packages/libpodofo-devel/doc /usr/share/doc/packages/libpodofo-devel/doc/html /usr/share/doc/packages/libpodofo-devel/doc/html/clipboard.js /usr/share/doc/packages/libpodofo-devel/doc/html/cookie.js /usr/share/doc/packages/libpodofo-devel/doc/html/doxygen.css /usr/share/doc/packages/libpodofo-devel/doc/html/doxygen.svg /usr/share/doc/packages/libpodofo-devel/doc/html/doxygen_crawl.html /usr/share/doc/packages/libpodofo-devel/doc/html/dynsections.js /usr/share/doc/packages/libpodofo-devel/doc/html/index.html /usr/share/doc/packages/libpodofo-devel/doc/html/jquery.js /usr/share/doc/packages/libpodofo-devel/doc/html/md_API-MIGRATION.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_AUTHORS.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_CHANGELOG.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_CODING-STYLE.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_README.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_SOURCE-LAYOUT.html /usr/share/doc/packages/libpodofo-devel/doc/html/md_TODO.html /usr/share/doc/packages/libpodofo-devel/doc/html/menu.js /usr/share/doc/packages/libpodofo-devel/doc/html/menudata.js /usr/share/doc/packages/libpodofo-devel/doc/html/navtree.css /usr/share/doc/packages/libpodofo-devel/doc/html/navtree.js /usr/share/doc/packages/libpodofo-devel/doc/html/navtreedata.js /usr/share/doc/packages/libpodofo-devel/doc/html/navtreeindex0.js /usr/share/doc/packages/libpodofo-devel/doc/html/pages.html /usr/share/doc/packages/libpodofo-devel/doc/html/search /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_0.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_1.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_10.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_11.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_12.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_13.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_14.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_15.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_16.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_17.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_18.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_19.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_1a.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_2.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_3.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_4.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_5.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_6.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_7.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_8.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_9.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_a.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_b.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_c.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_d.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_e.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/all_f.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_0.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_1.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_10.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_11.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_12.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_13.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_14.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_15.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_16.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_17.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_18.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_19.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_1a.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_2.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_3.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_4.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_5.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_6.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_7.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_8.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_9.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_a.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_b.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_c.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_d.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_e.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/pages_f.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/search.css /usr/share/doc/packages/libpodofo-devel/doc/html/search/search.js /usr/share/doc/packages/libpodofo-devel/doc/html/search/searchdata.js /usr/share/doc/packages/libpodofo-devel/doc/html/tabs.css /usr/share/licenses/libpodofo-devel /usr/share/licenses/libpodofo-devel/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 15:27:28 2026