From 45ac66874ce1a0cd459a269d0b65122696718c27 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 9 Dec 2024 19:28:15 -0500 Subject: [PATCH] Add readme for example programs. --- EXAMPLES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 EXAMPLES.md diff --git a/EXAMPLES.md b/EXAMPLES.md new file mode 100644 index 0000000..a4d349f --- /dev/null +++ b/EXAMPLES.md @@ -0,0 +1,11 @@ +PDFio Examples +============== + +The "examples" subdirectory contains example code showing how to do different +things with PDFio. + + +code128.c +--------- + +This example shows how to embed and use a barcode font.