mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2026-02-01 16:07:54 +01:00
14 lines
527 B
Markdown
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.
|