nimPDF is a free PDF writer library, written mostly in nim programming language
nimPDF was heavily inspired by PHP-FPDF but also influenced by jagPDF, libHaru(especially for the demo), PyFPDF, pdfkit
after lodePNG substituted with PNG decoder written in nim, nimPDF become one step closer to 100% pure nim
nimPDF implements the following features(see demo.pdf):
nimPDF version 0.4.0 introduces many breaking changes, see migration guide to help you change your code.
images
text and fonts
Path construction
Color spaces
Interactive Features(see demo folder)
Coordinate Space
others
unimplemented features
The documentation is generated using docutils
The documentation provided may not be complete, please help to improve it
nimble install nimPDF
nim c demo
nim e build.nims