Update pdfio.md

This commit is contained in:
ThePhatak 2024-10-21 20:37:25 +05:30 committed by GitHub
parent cac6d4891c
commit 0ab291a78b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
-----------------