Skip to content
/ pdfsg Public

A simple graphics C library that outputs PDF

Notifications You must be signed in to change notification settings

lhf/pdfsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfsg

This is a simple graphics C library that outputs PDF. Besides providing a standard modern 2d graphics API and several convenience functions, its main features are:

  • outputs graphics contents immediately, thus requiring little memory
  • supports groups that can be reused without duplication
  • supports fill and stroke transparency

pdfsg is based on PDFGen, public domain code by Andre Renaud. See NOTES.md for details on how that code was used and adapted.

This code is hereby placed in the public domain and also under the MIT license.

About

A simple graphics C library that outputs PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages