Add pdfioFileCreateTemporary function (Issue #29)

This commit is contained in:
Michael R Sweet
2022-05-15 22:52:53 -04:00
parent f8b471acfd
commit 316b0ad559
8 changed files with 287 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
.TH pdfio 3 "pdf read/write library" "2022-03-02" "pdf read/write library"
.TH pdfio 3 "pdf read/write library" "2022-05-15" "pdf read/write library"
.SH NAME
pdfio \- pdf read/write library
.SH Introduction
@@ -2302,6 +2302,20 @@ pdfio_stream_t * pdfioFileCreatePage (
pdfio_dict_t *dict
);
.fi
.SS pdfioFileCreateTemporary
.PP
.nf
pdfio_file_t * pdfioFileCreateTemporary (
char *buffer,
size_t bufsize,
const char *version,
pdfio_rect_t *media_box,
pdfio_rect_t *crop_box,
pdfio_error_cb_t error_cb,
void *error_data
);
.fi
.SS pdfioFileFindObj
Find an object using its object number.
.PP