Update name in README.

This commit is contained in:
Michael R Sweet 2021-05-30 07:43:35 -04:00
parent 246c2e4b41
commit e8bcde9cba
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -1,8 +1,8 @@
pdfio - PDF Read/Write Library pdfio - PDF Read/Write Library
============================== ==============================
pdfio is a simple C library for reading and writing PDF files. The primary PDFio is a simple C library for reading and writing PDF files. The primary
goals of pdfio are: goals of PDFio are:
- Read and write any version of PDF file. - Read and write any version of PDF file.
- Provide access to pages, objects, and streams within a PDF file. - Provide access to pages, objects, and streams within a PDF file.
@ -13,14 +13,14 @@ goals of pdfio are:
that are missing from a PDF that are missing from a PDF
- Provide access to objects used for each page - Provide access to objects used for each page
pdfio is *not* concerned with rendering or viewing a PDF file, although a PDF PDFio is *not* concerned with rendering or viewing a PDF file, although a PDF
RIP or viewer could be written using it. RIP or viewer could be written using it.
Requirements Requirements
------------ ------------
pdfio requires the following to build the software: PDFio requires the following to build the software:
- A C99 compiler such as Clang, GCC, or MS Visual C - A C99 compiler such as Clang, GCC, or MS Visual C
- A POSIX-compliant `make` program - A POSIX-compliant `make` program
@ -35,13 +35,13 @@ Documentation
> Note: Documentation is under active development... > Note: Documentation is under active development...
See the man page (`pdfio.3`), frequently ask questions (`FAQ.md`), and full HTML See the man page (`pdfio.3`), frequently ask questions (`FAQ.md`), and full HTML
documentation (`pdfio.html`) for information on using pdfio. documentation (`pdfio.html`) for information on using PDFio.
Installing pdfio Installing pdfio
---------------- ----------------
pdfio comes with a portable makefile that will work on any POSIX-compliant PDFio comes with a portable makefile that will work on any POSIX-compliant
system with ZLIB installed. To make it, run: system with ZLIB installed. To make it, run:
make all make all
@ -118,7 +118,7 @@ You can reproduce this with the makefile using:
Legal Stuff Legal Stuff
----------- -----------
pdfio is Copyright © 2021 by Michael R Sweet. PDFio is Copyright © 2021 by Michael R Sweet.
This software is licensed under the Apache License Version 2.0 with an This software is licensed under the Apache License Version 2.0 with an
(optional) exception to allow linking against GPL2/LGPL2 software. See the (optional) exception to allow linking against GPL2/LGPL2 software. See the