rbpdf icon indicating copy to clipboard operation
rbpdf copied to clipboard

Ruby on Rails TCPDF plugin

Results 18 rbpdf issues
Sort by recently updated
recently updated
newest added

in ruby, zero doesn't evaluate to false

Source code for tt2ufm is missing from the gem and the provided binaries are limited. The gem should not bundle pre-compiled binaries, but compile them at install time.

http://www.redmine.org/issues/18630

table

## add SVG image Support Method ImageSVG() was added to embedd SVG images (see example n. 6, 39, 58), using REXML for XML parsing. Note that not all SVG images...

Hello, I replaced the white spaces where there was only one but not in the case of an indentation which avoids possible line breaks after a tag. (I work on...

Hello, REDMINE add code tag for code sample. With this tag the code can be colorized Before: ![image](https://github.com/naitoh/rbpdf/assets/8110622/9f924c27-92c3-4821-b0dd-6b8721569375) After: ![image](https://github.com/naitoh/rbpdf/assets/8110622/f7d51664-c842-43a2-9aee-181e07b49bbe)

Hello, REDMINE add code tag for code sample. If you add code in all tags in your sanitize_html the code sample can be colorized Before: ![336409370-9f924c27-92c3-4821-b0dd-6b8721569375](https://github.com/user-attachments/assets/e55fdb84-d859-4ebd-a744-2fd0d4533323) After: ![336409607-f7d51664-c842-43a2-9aee-181e07b49bbe](https://github.com/user-attachments/assets/9f482e38-f2d0-4708-ad1e-d5980cff373b) Thanks

mini_magick removed deprecated Image#mime_type with version 5, see https://github.com/minimagick/minimagick/releases/tag/v5.0.0 With mini_magick v4.x I got the following warning with rbpdf: ```ruby pdf.image image_path [MiniMagick] MiniMagick::Image#mime_type has been deprecated, because it wasn't...