Add pdfioDictGetKey and pdfioDictGetNumPairs APIs (Issue #63)

Add pdfioArrayRemove and pdfioDictClear APIs (Issue #74)
This commit is contained in:
Michael R Sweet
2024-10-25 17:48:19 -04:00
parent 21ac2b52d1
commit afac83530f
6 changed files with 66 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ pdfioObjCopy(pdfio_file_t *pdf, // I - PDF file
return (NULL);
if (dstobj->value.type == PDFIO_VALTYPE_DICT)
_pdfioDictClear(dstobj->value.value.dict, "Length");
pdfioDictClear(dstobj->value.value.dict, "Length");
if (srcobj->stream_offset)
{