wok-current diff podofo/description.txt @ rev 25095
Up libkeybinder (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 13:48:16 2022 +0000 (2022-06-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/podofo/description.txt Sat Jun 18 13:48:16 2022 +0000 1.3 @@ -0,0 +1,6 @@ 1.4 +The PoDoFo library is a free, portable C++ library. 1.5 +It can parse and modify existing PDF files and create new ones from scratch. 1.6 +It also includes several tools to work with PDF files. 1.7 +It features an unique approach which provides access to PDF documents via an 1.8 +object tree. Therefore, PDFs can be created and or manipulated using a simple 1.9 +tree structure.