Jump to content
We've recently updated our Privacy Statement, available here ×

pawel.kuzma

Members
  • Posts

    2
  • Joined

  • Last visited

pawel.kuzma's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I didn't find solution but in the meantime I had some changes in whole context of task and now we are generate from json images by base64 insted of array of bytes
  2. I have a big json to generate fields for jasper. This json has an image in array of bytes. for example: "BinaryData": [ { "BinaryDataType": 0, "FileContent": [ 255, 216, 255, 81, 69, 0, 127, 255, 217 ], "FileExtension": "image/jpeg", "FileName": "DD384805_web.jpg", "ArticleId": 1 } ],[/code]to be more specific --> we have a list of BinaryData which contains a FileContent with byte[] when in jasper studio I wanna generate fields from datasoure --> Dateset and Query dialog each bite is represented by separate field (When I expande BinaryData I have got a list with a houndreds of FileContent fields). question How can I get togeder all that fields and reprezent those by one filed in jaspert? I cant refactor json
×
×
  • Create New...