wok diff podofo/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/podofo/description.txt	Sat May 21 21:38:29 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.