Releases: michaelrsweet/pdfio
Releases · michaelrsweet/pdfio
v1.0.0
The first stable release of PDFio is now available! PDFio is a simple C library for reading and writing PDF files. The primary goals of PDFio are:
- Read and write any version of PDF file
- Provide access to pages, objects, and streams within a PDF file
- Support reading and writing of encrypted PDF files
- Extract or embed useful metadata (author, creator, page information, etc.)
- "Filter" PDF files, for example to extract a range of pages or to embed fonts that are missing from a PDF
- Provide access to objects used for each page
PDFio is not concerned with rendering or viewing a PDF file, although a PDF RIP or viewer could be written using it.
Enjoy!
v1.0rc1
PDFio 1.0rc1 is the first candidate release of PDFio. Changes include:
- Fixed a few stack/buffer overflow bugs discovered via fuzzing.
Enjoy!
v1.0b2
PDFio 1.0b2 is the second beta release of PDFio. Changes include:
- Added
pdfioFileCreateOutput
API to support streaming output of PDF (Issue #21) - Fixed
all-shared
target (Issue #22) - Fixed memory leaks (Issue #23)
- Updated
pdfioContentSetDashPattern
to acceptdouble
values (Issue #25) - Added support for reading and writing encrypted PDFs (Issue #26)
- Fixed some issues identified by a Coverity scan.
Enjoy!
v1.0b1
This is the first beta release of PDFio.