Registry / other / prawn-table

prawn-table

JSON →
library0.2.2rbrubygemsunverified

Prawn::Table provides table drawing capabilities for the Prawn PDF generation library.

gem install prawn-table
INSTALL
IMPORT
SIG · PRAWN-TABLE
P
prawn-table
otherrubyv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Prawn::Table
require 'prawn/table'

Generate a PDF with a simple table.

require 'prawn' require 'prawn/table' Prawn::Document.generate('table.pdf') do table [['Name', 'Age'], ['Alice', '30'], ['Bob', '25']] end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
prawn-table — gem install prawn-table · libregistry