-
画像を minimagick で作って、最終的に画像を ThinReports に流しこめば良い気がする。
minimagick では、pdf を生成できないため。
画像作成は、minimagick の方が、デザインの融通がききやすい。(フォント、文字サイズなど)
フォントの埋め込みは、pdf作成時に指定しないと、埋め込まれないかも。
文字は pdf 作成時に追加する方が良い…?
-
I'm currently using thinreports to generate a temporary PDF file, but I'm struggling with how the response API should look.
(I don't want to upload pdf to Amazon S3 and generate link then get pdf lin…
-
画像を minimagick で作って、最終的に prawn で pdf にすれば良い気がする。
minimagick では、pdf を生成できないため。
-
Does thinreports provide api to change color of background like :
```
page.item(:text).style(:background-color, '#000000')
```
In my case, I want to change background color of a row in list, for e…
-
I want to generate my pdf header (with `title` and `subtitle` ) just once but How can I do it with thinreport ?
This is my current code
```ruby
def generate_pdf_report
report = Thinreports:…
-
以下のEditorの設定を行って、特定の文字列を入力するとエラーになります。
・Thinreports Editorの設定
幅:143
高さ:10
サイズ:10
フォント: Helvetica
横位置:左揃え
縦位置:中央揃
複数行:チェックをつける
溢れたとき:縮小
書式種別:なし
・エラーが発生した文字列(2種)
aaaaaaaaaaa a-a_a-a_aaaa…
-
I'm trying to generate a template (https://gist.github.com/daf411f44f21d0ff357dba621dc183db) that could be further edited using thinreports editor, but when I load it I get a popup that says
> This…
-
### Steps to reproduce
1. open the tlf file.
2. change the zoom parameter
Please see the gif animation below.
https://gyazo.com/ca5594c58a5959bb7bc4484c0978e99e
### Actual behavior
I think the text …
-
First, thank you guys for a great product.
This is rather a question, not an issue.
It would be really useful for me to have the thinreports-editor available as plain web app, and possibly it's not …
-
I have already tried to increase the size of the detail, but I will not always have an exact amount of characters so I would lose space or could be superimposed. It seems that to put the second row do…