Registry / utility / prawn-format

prawn-format

JSON →
library0.2.3rbrubygemsunverified

An extension of Prawn that allows inline formatting.

gem install prawn-format
INSTALL
IMPORT
SIG · PRAWN-FORMAT
P
prawn-format
utilityrubyv0.2.3
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::Format
✓ require 'prawn/format'

Generate a PDF with inline bold text

require 'prawn' require 'prawn/format' Prawn::Document.generate('hello.pdf') do text "Hello <b>World</b>", :inline_format => true end
Debug
Known issues
gotchaRequires Prawn gem to be installed separately.
fix
Add gem 'prawn' to your Gemfile.
affects: >= 0.2.0
Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
prawn-format — gem install prawn-format · libregistry