PDFio is a simple C library for reading and writing PDF files.
Go to file
2023-02-07 17:10:48 -05:00
.github Fix CodeQL config file syntax. 2022-12-09 11:31:56 -05:00
afl-input Fix AFL target, remove excess PDF test files. 2021-11-30 08:13:41 -05:00
doc Update documentation. 2022-07-03 10:01:20 -04:00
pdfio.xcodeproj Add pdfioFileCreateTemporary function (Issue #29) 2022-05-15 22:52:53 -04:00
testfiles Add ProPhotoRGB ICC profile. 2021-06-10 11:56:01 -04:00
.cppcheck Update Cppcheck exclusions. 2021-06-04 11:03:15 -04:00
.gitattributes Don't include AFL files in source archives. 2021-11-30 08:46:43 -05:00
.gitignore Add missing pdfioPageGetNumStreams and pdfioPageOpenStream functions. 2022-02-28 15:00:25 -05:00
afl-pdf.dict Add AFL++ PDF dictionary. 2021-11-29 18:47:04 -05:00
CHANGES.md Fix release date. 2023-02-07 17:10:48 -05:00
CODE_OF_CONDUCT.md Add some supporting documentation files. 2021-09-27 07:42:19 -04:00
CONTRIBUTING.md Add some supporting documentation files. 2021-09-27 07:42:19 -04:00
LICENSE Initial checkin. 2021-04-10 08:00:52 -04:00
Makefile Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
makesrcdist Add ZIP file production. 2021-08-30 16:44:48 -04:00
NOTICE Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
packages.config Add initial Nuget packaging files. 2021-07-30 20:33:21 -04:00
pdfio_native.nuspec Bump Windows version numbers and update exports file. 2023-02-06 17:36:54 -05:00
pdfio_native.props Update NuGet package info. 2021-09-01 17:09:05 -04:00
pdfio_native.redist.nuspec Bump Windows version numbers and update exports file. 2023-02-06 17:36:54 -05:00
pdfio-aes.c Fix some minor Coverity-reported issues (added a check to suppress a warning, 2021-10-31 07:04:17 -04:00
pdfio-array.c Fix a few stack/buffer overflow bugs discovered by Bart, Steffan, and Mark from 2021-11-29 17:46:56 -05:00
pdfio-common.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio-content.c Add pdfioContentPathEnd function. 2022-07-03 10:01:10 -04:00
pdfio-content.h Add pdfioContentPathEnd function. 2022-07-03 10:01:10 -04:00
pdfio-crypto.c Add stub code for AES-256 to force Coverity to re-analyze... 2021-12-15 07:35:55 -05:00
pdfio-dict.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio-file.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio-md5.c Fix warnings, update Xcode project. 2021-10-08 14:08:07 -04:00
pdfio-object.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio-page.c Add missing pdfioPageGetNumStreams and pdfioPageOpenStream functions. 2022-02-28 15:00:25 -05:00
pdfio-private.h Add some protection against opening multiple streams in the same file at the same time. 2022-07-04 13:03:11 -04:00
pdfio-rc4.c Update crypto callback to return the number of output bytes (to account for AES 2021-10-23 14:37:25 -04:00
pdfio-sha256.c Add SHA-256 code from RFC 6234. 2021-10-08 18:55:25 -04:00
pdfio-stream.c Update pdfioStreamGetToken documentation (Issue #37) 2023-01-11 17:13:58 -05:00
pdfio-string.c Doco updates. 2021-06-07 17:06:13 -04:00
pdfio-token.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio-value.c Fix denial-of-service attack when reading corrupt PDF files. 2023-02-03 20:39:04 -05:00
pdfio.h Implement pdfioDictIterateKeys API (Issue #31) 2022-06-27 10:17:00 -04:00
pdfio.pc.in Add math library to libs. 2021-11-18 19:23:42 -05:00
pdfio.sln Add testpdfio target for MSVC. 2021-07-26 11:58:20 -04:00
pdfio.vcxproj Bump Windows version numbers and update exports file. 2023-02-06 17:36:54 -05:00
pdfio.vcxproj.filters Fix Windows builds. 2021-10-26 07:12:41 -04:00
pdfio.vcxproj.user Initial Visual Studio support. 2021-06-21 11:39:06 -04:00
pdfio1.def Update Windows DLL exports file. 2022-07-06 15:25:45 -04:00
pdfiototext.c Fix pdfioStreamGetToken implementation (wasn't flushing input), update 2022-03-01 09:18:56 -05:00
README.md Update README and NOTICE files... 2022-03-02 09:50:14 -05:00
SECURITY.md Add some supporting documentation files. 2021-09-27 07:42:19 -04:00
testpdfio.c Fix pdfioFileGetAuthor, etc. APIs (Issue #33) 2022-07-12 18:36:08 -04:00
testpdfio.vcxproj Add initial Nuget packaging files. 2021-07-30 20:33:21 -04:00
testpdfio.vcxproj.filters Add testpdfio target for MSVC. 2021-07-26 11:58:20 -04:00
testpdfio.vcxproj.user Add testpdfio target for MSVC. 2021-07-26 11:58:20 -04:00
ttf.c Fix the one "value" complaint from CodeQL and suppress all useless queries. 2022-12-09 11:22:10 -05:00
ttf.h Expose CMap in TrueType files 2021-06-21 13:00:44 -04:00

pdfio - PDF Read/Write Library

Version Apache 2.0 Build Status Coverity Scan Status LGTM Grade LGTM Alerts

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.

Requirements

PDFio requires the following to build the software:

  • A C99 compiler such as Clang, GCC, or MS Visual C
  • A POSIX-compliant make program
  • ZLIB (https://www.zlib.net) 1.0 or higher

IDE files for Xcode (macOS/iOS) and Visual Studio (Windows) are also provided.

Documentation

See the man page (pdfio.3), frequently ask questions (FAQ.md), and full HTML documentation (pdfio.html) for information on using PDFio.

Installing pdfio

PDFio comes with a portable makefile that will work on any POSIX-compliant system with ZLIB installed. To make it, run:

make all

To test it, run:

make test

To install it, run:

make install

If you want a shared library, run:

make all-shared
make install-shared

The default installation location is "/usr/local". Pass the prefix variable to make to install it to another location:

make install prefix=/some/other/directory

The makefile installs the pdfio header to "${prefix}/include", the library to "${prefix}/lib", the pkg-config file to "${prefix}/lib/pkgconfig", the man page to "${prefix}/share/man/man3", and the documentation to "${prefix}/share/doc/pdfio".

The makefile supports the following variables that can be specified in the make command or as environment variables:

  • AR: the library archiver (default "ar")
  • ARFLAGS: options for the library archiver (default "cr")
  • CC: the C compiler (default "cc")
  • CFLAGS: options for the C compiler (default "")
  • CODESIGN_IDENTITY: the identity to use when code signing the shared library on macOS (default "Developer ID")
  • COMMONFLAGS: options for the C compiler and linker (typically architecture and optimization options, default is "-Os -g")
  • CPPFLAGS: options for the C preprocessor (default "")
  • DESTDIR and DSTROOT: specifies a root directory when installing (default is "", specify only one)
  • DSOFLAGS: options for the C compiler when linking the shared library (default "")
  • LDFLAGS: options for the C compiler when linking the test programs (default "")
  • LIBS: library options when linking the test programs (default "-lz")
  • RANLIB: program that generates a table-of-contents in a library (default "ranlib")
  • prefix: specifies the installation directory (default "/usr/local")

Visual Studio Project

The Visual Studio solution ("pdfio.sln") is provided for Windows developers and generates the PDFIO1 DLL. You can also use NuGet to install the pdfio_native package.

Xcode Project

There is also an Xcode project ("pdfio.xcodeproj") you can use on macOS which generates a static library that will be installed under "/usr/local" with:

sudo xcodebuild install

You can reproduce this with the makefile using:

sudo make macos install

PDFio is Copyright © 2021-2022 by Michael R Sweet.

This software is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GPL2/LGPL2 software. See the files "LICENSE" and "NOTICE" for more information.