-
Hi,
I wan't to have borders only on 1 cell.
So I remove :borders at the table level (:cell_style) and create a cell with the :borders property.
But in the pdf, there are no borders on the cell.
so…
-
Hi Asciidoctor folk,
Looking at this file - https://github.com/asciidoctor/asciidoctor-pdf/blob/main/lib/asciidoctor/pdf/ext/prawn/coderay_encoder.rb - the licensing is GPL-3.0, which seems out of …
-
Ao se executar o comando:
rake db:setup
Durante uma instalação Quick-install (https://github.com/gems-uff/sapos/wiki/Quick-install)
A seguinte mensagem é exibida:
DEPRECATION WARNING: Singl…
-
As an alternative to html {} inside components, have a html() parameter in the component statement that imports html file in the html {} location without having to do manual ajax and {$STRING} renderi…
-
## Backtrace
line 30 of [PROJECT_ROOT]/app/services/pdf_generator.rb: rescue in block in render
line 24 of [PROJECT_ROOT]/app/services/pdf_generator.rb: block in render
line 18 of [PROJEC…
-
Currently `asciidoctor-pdf` has dependency for `prawn-svg ~> 0.31.0` https://github.com/asciidoctor/asciidoctor-pdf/blob/45db8c65056b4754ffac5e82ec57a5380f8498f6/asciidoctor-pdf.gemspec#L41 , which do…
-
I think this is related to the bump to Ruby 3.0 but when running tests in Fedora I see:
```
rspec ./spec/integration_spec.rb[1:4:16] # Integration test sample file rendering renders the gradient_t…
-
### Describe the problem as clearly as you can
I wanted to upgrade a specific gem in our repository (activerecord-postgis-adapter). This is the entire diff:
```patch
diff --git a/Gemfile b/Gemf…
-
I've come across an issue trying to upgrade `bundler` from `2.2.17` to `2.2.21` and installing private GitHub gems, but weirdly it isn't from trying to install the actual private gems that is the prob…
-
Is there any way to change the appearance of the default text? For example, something like:
```
pdf.font_size(16) do
pdf.text_field "name", x, y, w, h, :default => "should be big"
end
```
Does not…