-
- [ ] https://github.com/tablecheck/prawn-continued/issues/3
- [ ] https://github.com/tablecheck/prawn-continued/issues/4
- [ ] Add gem-level checks to verify original prawn repo is not installed.
…
-
Hey @hbrandl
While doing some cleanup on Prawn, I noticed we [define UnrecognizedTableContent](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/errors.rb#L75-L77) yet we don't use it anywhere…
-
I'm testing the asciidoctorj `v1.5.7` with [asciidoctor-pdf-example](https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/asciidoctor-pdf-example) by changing the `pom.xml `as the fol…
-
Why is prawn locked at ~> 1.0.0?
2.0.1 seems to be the latest stable version.
https://rubygems.org/gems/prawn/versions/2.0.1
```
Bundler could not find compatible versions for gem "prawn":
In Gemf…
-
Following the readme of the current `3-0-stable` branch I get an
```
preferable.rb:62:in `has_preference!': prawn_options preference not defined (NoMethodError)
```
error.
This is how my config lo…
-
Through some trial and error and clues left hanging in the interwebs, I only got it to work as follows by using to_png...
```
barcode = PDF417.new("my data to encode")
data = StringIO.new(barcode.to_…
jpaas updated
7 years ago
-
I am trying to install the chart into a local single node cluster for testing. I want external access, so I downloaded the default `values.yaml`, and set:
```yaml
external:
enabled: true
typ…
-
My Gemfile has the below version :
``` ruby
gem 'spree_print_invoice' , :git => 'git://github.com/spree/spree_print_invoice.git' , branch: '2-3-stable'
```
While, I am clicking the button -- `print…
-
I think this was what #917 was talking about - I just ran into it myself. Here's an example:
```ruby
require 'prawn'
text = "test!! " * 50
excess = ''
Prawn::Document.generate("text_box_ov…
-
Try using [Prawn](http://prawnpdf.org/api-docs/1.3/) and [Sinatra-Prawn](https://github.com/sbfaulkner/sinatra-prawn/tree/master).