Skip to content

Experimental extraction of template features from Prawn

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

prawnpdf/prawn-templates

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2022
Feb 15, 2022
Feb 17, 2022
Feb 17, 2022
Mar 24, 2017
Feb 17, 2022
Jan 21, 2014
Jun 17, 2016
Jan 21, 2014
Feb 17, 2022
Jan 21, 2014
Feb 17, 2022
Feb 17, 2022
Nov 21, 2019
Feb 17, 2022

Repository files navigation

Prawn Templates

Gem Version Build Status Code Climate Maintained: PRs accepted

Support for templates was dropped in Prawn 0.13.0, disabled by default in 0.14.0, and extracted in 0.15.0.

This gem includes the extracted templates code, which is mainly unsupported, but provides the old functionality that was in Prawn 0.12.0 for years.

Templates were originally written by James Healy, but are no longer actively maintained by anyone. Burkhard Vogel created a port to make the old code work again with the current state of prawn. Use at your own risk, or volunteer to help maintain the code through issues and pull requests or on the Prawn Mailing list:

https://groups.google.com/forum/#!forum/prawn-ruby

Keep in mind the reason that this gem was extracted is because the code is very buggy! For a list of old issues that were affecting it, see Prawn's tracker:

https://github.com/prawnpdf/prawn/issues?direction=desc&labels=templates&page=1&sort=updated&state=closed

Issues that affect releases after 0.0.3 should be filed here.

For Prawn 2.1.0 use v0.0.4, Prawn 2.2.1 works with 0.0.5, if you rely on pdf-reader 2.0 you should opt for 0.1.0. Although the gem requires ruby versions after 1.9.3 only the ones mentioned in .travis.yml are supported.