summaryrefslogtreecommitdiffstats
path: root/libraries/wxpdfdoc/README
diff options
context:
space:
mode:
author Fernando Lopez Jr. <fernando.lopezjr@gmail.com>2024-01-03 10:01:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-03 10:20:12 +0700
commit6fb7377c7935328a15a0103d0e5bf5426e5ce8ad (patch)
tree9ad96bc88c634376f3969e775b1eb0bcf38cc38c /libraries/wxpdfdoc/README
parentaec9ac9d9a65171367653ee965b5f10b0a4936bc (diff)
downloadslackbuilds-6fb7377c7935328a15a0103d0e5bf5426e5ce8ad.tar.gz
slackbuilds-6fb7377c7935328a15a0103d0e5bf5426e5ce8ad.tar.xz
libraries/wxpdfdoc: Added (Generate PDF Documents).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxpdfdoc/README')
-rw-r--r--libraries/wxpdfdoc/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/wxpdfdoc/README b/libraries/wxpdfdoc/README
new file mode 100644
index 0000000000..80ecc3a034
--- /dev/null
+++ b/libraries/wxpdfdoc/README
@@ -0,0 +1,11 @@
+wxPdfDocument allows wxWidgets applications to generate PDF
+documents. The code is a port of FPDF - a free PHP class for
+generating PDF files - to C++ using the wxWidgets library.
+Several add-on PHP scripts found on the FPDF web site are
+incorporated into wxPdfDocument.
+
+Embedding of PNG, JPEG, GIF and WMF images is supported. In
+addition to the 14 standard Adobe fonts it is possible to use
+other Type1, TrueType or OpenType fonts - with or without
+embedding them into the generated document. CJK fonts are supported,
+too. Graphics primitives allow the creation of simple drawings.