mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-13 06:24:25 +02:00
Rename as PDFio for consistency.
Add PDFio logo image. Move documentation to "doc" subdirectory.
This commit is contained in:
BIN
doc/pdfio-512.png
Normal file
BIN
doc/pdfio-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
1512
doc/pdfio.3
Normal file
1512
doc/pdfio.3
Normal file
File diff suppressed because it is too large
Load Diff
2442
doc/pdfio.html
Normal file
2442
doc/pdfio.html
Normal file
File diff suppressed because it is too large
Load Diff
15
doc/pdfio.md
Normal file
15
doc/pdfio.md
Normal file
@ -0,0 +1,15 @@
|
||||
Introduction
|
||||
============
|
||||
|
||||
PDFio is a simple C library for reading and writing PDF files. The primary
|
||||
goals of pdfio are:
|
||||
|
||||
- Read any PDF file with or without encryption or linearization
|
||||
- Write PDF files without encryption or linearization
|
||||
- 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.
|
Reference in New Issue
Block a user