PDFio Examples ============== The "examples" subdirectory contains example code showing how to do different things with PDFio: - `code128.c`: Shows how to embed and use a barcode font. - `image2pdf.c`: Shows how to embed and use an image file. - `md2pdf.c`: Shows how to generate pages with multiple fonts, embedded images, and headers and footers. - `pdf2text.c`: Shows how to extract plain text from a PDF. - `pdfioinfo.c`: Shows how to extract metadata from a PDF. - `pdfiomerge.c`: Shows how to merge two or more PDFs.