Files
pdfio/EXAMPLES.md
2026-01-29 12:30:10 -05:00

14 lines
527 B
Markdown

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.