Rename as PDFio for consistency.

Add PDFio logo image.

Move documentation to "doc" subdirectory.
This commit is contained in:
Michael R Sweet
2021-05-30 07:10:44 -04:00
parent 8bc538cc91
commit 246c2e4b41
21 changed files with 35 additions and 33 deletions

View File

@ -1,5 +1,5 @@
//
// PDF object functions for pdfio.
// PDF object functions for PDFio.
//
// Copyright © 2021 by Michael R Sweet.
//
@ -155,7 +155,7 @@ pdfioObjCreateStream(
if (filter != PDFIO_FILTER_NONE && filter != PDFIO_FILTER_FLATE)
{
_pdfioFileError(obj->pdf, "Unsupported filter value for pdfioObjCreateStream.");
_pdfioFileError(obj->pdf, "Unsupported filter value for PDFioObjCreateStream.");
return (NULL);
}