4t4nner

Results 4 comments of 4t4nner

How add various images with data when I generate report? ```python # data.toImageSectionData[0].image is a base64 image report = Report(report_definition, data, is_test_data, additional_fonts=additional_fonts) ``` when I add image to template,...

> you can pass images as base64 encoded or I/O object What type should I use for it in frontend? [List type contains only simple types](https://user-images.githubusercontent.com/28292794/78764005-20387f80-79b0-11ea-9344-8adff707b00a.png). I need various picture...

Had you "-lsndfile -lfvad" flags in your run attempt?

> In 1.15 relative URIs wil be resolved to an absolute URI relative to the current file. > > ``` > ./path/to/file.php -> file:///workspace/folder/current/file/folder/path/to/file.php > ``` > > URIs without...