Draft:PoDoFo
Submission declined on 3 May 2026 by ScalarFactor (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
| PoDoFo | |
|---|---|
| Developers | Dominik Seichter, Francesco Pretto et al. |
| Release | June 11, 2006 |
| Stable release | 1.1.0
/ May 1, 2026 |
| Written in | C++ |
| Operating system | Cross-platform |
| Type | PDF manipulation library |
| License | LGPL 2.0 or later / MPL 2.0 |
| Website | github |
PoDoFo is a free and open-source C++ library for working with the PDF file format. It provides functionality for creating, modifying, and parsing PDF documents programmatically. The library is designed to be cross-platform and is commonly used in applications that require low-level access to PDF structure and content.
History
PoDoFo was first released in June 2006 by Dominik Seichter, who also maintained the library with contributions from volunteers. The library has since been widely packaged in various Linux distributions and software repositories, often accompanied by a set of command-line tools for PDF processing.[1]
In 2023, maintainership transitioned to Francesco Pretto. Subsequent development introduced extensive changes to the library, including significant API revisions, adoption of modern C++ standards, improvements to PDF standards support and expanded signing capabilities, and numerous fixes and improvements across the codebase.
In 2025, the PoDoFo community became a member of the PDF Association, an international organization promoting open standards for PDF technology.[2] The library is also listed as a PDF-related product by the PDF Association.[3]
Features
PoDoFo provides a range of features for PDF manipulation, including:
- Parsing PDF files with access to structured elements such as annotations and form fields
- Writing and updating PDF documents, including incremental modifications without rewriting entire files
- Extraction of text content from PDF documents with Unicode support
- Text drawing with automatic encoding generation and font embedding/subsetting
- Support for digital signatures, including standards such as PAdES
- Support for East Asian (CJK) languages in both text extraction and text filling
- Preservation of compliance with standards such as PDF/A and PDF/UA when modifying documents
The library exposes relatively low-level access to PDF internals compared to higher-level PDF frameworks, allowing fine-grained control over document structure.
Architecture
PoDoFo is implemented in C++ and follows a modular design centered around core PDF concepts such as objects, dictionaries, streams, and cross-reference tables. It provides both high-level convenience APIs and lower-level primitives for direct manipulation of PDF elements.
The project uses modern C++ standards in recent versions and supports common build systems such as CMake.
Development
The source code is hosted on GitHub, where development is conducted openly. The project includes a test suite and documentation aimed at developers integrating the library into their applications.
Recent development efforts have focused on improving code quality, expanding compatibility with newer PDF specifications, and modernizing the API.
Licensing
PoDoFo is distributed under a dual license: the GNU Lesser General Public License (LGPL) version 2.0 or later, and the Mozilla Public License (MPL) version 2.0. This allows its use in both open-source and proprietary software under certain conditions.
See also
References
- ^ "PoDoFo package versions across repositories". Repology.
- ^ "PDF Association members". PDF Association.
- ^ "PoDoFo". PDF Association.
External links
Category:Free PDF software Category:Free software programmed in C++ Category:Cross-platform software Category:C++ libraries
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.

- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.