mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-26 13:28:22 +01:00
Update pdfio.md
This commit is contained in:
parent
cac6d4891c
commit
0ab291a78b
27
doc/pdfio.md
27
doc/pdfio.md
@ -118,20 +118,6 @@ that are defined in a separate header file:
|
||||
```c
|
||||
#include <pdfio-content.h>
|
||||
```
|
||||
|
||||
|
||||
API Overview
|
||||
============
|
||||
|
||||
PDFio exposes several types:
|
||||
|
||||
- `pdfio_file_t`: A PDF file (for reading or writing)
|
||||
- `pdfio_array_t`: An array of values
|
||||
- `pdfio_dict_t`: A dictionary of key/value pairs in a PDF file, object, etc.
|
||||
- `pdfio_obj_t`: An object in a PDF file
|
||||
- `pdfio_stream_t`: An object stream
|
||||
|
||||
|
||||
Understanding PDF Files
|
||||
-----------------------
|
||||
|
||||
@ -287,6 +273,19 @@ startxref %startxref keyword
|
||||
```
|
||||
|
||||
|
||||
API Overview
|
||||
============
|
||||
|
||||
PDFio exposes several types:
|
||||
|
||||
- `pdfio_file_t`: A PDF file (for reading or writing)
|
||||
- `pdfio_array_t`: An array of values
|
||||
- `pdfio_dict_t`: A dictionary of key/value pairs in a PDF file, object, etc.
|
||||
- `pdfio_obj_t`: An object in a PDF file
|
||||
- `pdfio_stream_t`: An object stream
|
||||
|
||||
|
||||
|
||||
Reading PDF Files
|
||||
-----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user