-
PDF generation does not work on Win10 with the latest alpha release 1.6.0-alpha.3 of AsciidoctorJ using JRuby 9.1.2.0.
You will get this error:
```
c:\Temp\asciidoctorj-1.6.0-alpha.3\bin>asciidoctor…
-
Hi there,
The gem's main file `fast_png.rb` is set to be readable just by owner and group:
```
$ ls -l /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/prawn-fast-png-0.2.3/lib/prawn
insgesamt…
-
I am generating a PDF using gem prawn. I have also added one bar graph but I want to rotate xlabels by 90 degree. Is there some way to do it using prawn-graph?
And how to have uniform yaxis_labels?…
-
Hi I am trying to display some up(HTML codes: ↑), down(HTML codes: ↓) and other special characters in Prawn PDF.
Some articles had suggested using UTF-8 codes for these special character…
-
I tried using the gem source from gems.github.com, and it's an old version that is not compatible with Sinatra 1.3. (It doesn't contain the Tilt module in `prawn.rb`) The gem doesn't seem to be host…
-
I've tried to install the 1.0.6 tag, on Ruby 1.9.39. redmine_backlogs required latest prawn (2.0.3), which only supports Ruby 2.
Should the prawn version be fixed to pre-2.0.0 in order not to break Ru…
-
### Discussed in https://github.com/prawnpdf/prawn/discussions/1310
Originally posted by **HAWAWINI** September 11, 2023
Hi everyone,
I have an issue with some images when putting an image…
-
Hi All.
I am returning a collection of orders with their products (many to many) and each order can have the same product.
I would like to know the pivot table data to know how many of the product…
-
### FILE
```
require 'prawn'
require 'prawn/table'
ActiveAdmin.register Card::Load, as: 'CardLoadReport' do
menu parent: 'Reports', label: 'Card Load Reports'
config.filters = false
config.ba…
-
I set up Prawn to use an OTF font (https://rsms.me/inter/download/) and everything renders fine in the browser.
However, when you go to print this on your printer, everything is garbled.
![image]…