summaryrefslogtreecommitdiffstats
path: root/libraries/wxpdfdoc/README
diff options
context:
space:
mode:
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.