0

i am using Opentbs of tinybutstrong. I have a field type image data:image/png;base64,iVBORw0KGgoAAAA.... I need merge it with Msword. What is way correct for do it?

1 Answers1

0

You can save your base64 image to a png file. then merge it with OpenTBS using parameter ope=changepic.

Your can delete the file after the merging.

Skrol29
  • 5,402
  • 1
  • 20
  • 25
  • Hi, i saved my string as image first. and it works fine. Now have other question. If i merge my picture with [onshow.x_picture;ope=changepic;tagpos=inside;adjust;unique] workfine. But if i merge with mergeblok: [d.firma;ope=changepic;tagpos=inside;adjust;unique] it show nothing. (can't show image). – Alvaro Garcia May 18 '20 at 16:02
  • First check the value you’ve got for the field [d.firma]. And also if the block 'b' has several rows, you should not use parameter 'unique', because the picture is not unique then. – Skrol29 May 20 '20 at 02:34