Solved

How can I insert images in html?


Badge +4

I´m using a Chart Generator to create pie and bar charts, and I need to insert them into an email created with Emailer inside the proper HTML syntaxis.

image 

 

image 

I tried to write the charts into a png writer but I cannot link it to a parameter so it can be there.

I also tried to set the image into a sharepoint (corporate) and use the url to link the image but it still do not work.

 

Any thoughts?

icon

Best answer by daveatsafe 1 March 2023, 23:53

View original

2 replies

Userlevel 2
Badge +17

Hi @armando_amador​,

You can write the chart as a PNG using the FeatureWriter, then embed the PNG into HTML using the HTMLReportGenerator:

Screen Shot 2023-03-01 at 2.49.39 PMScreen Shot 2023-03-01 at 2.50.05 PMScreen Shot 2023-03-01 at 2.50.30 PMThe TempPathnameCreator will create a temporary folder to hold the PNG. The folder will be deleted once the workspace finishes, but the image will have been embedded into the HTML by then. This removes the need for any manual cleanup.

I am attaching a workspace snippet to illustrate the process.

Badge +4

Thanks! It worked perfectly.

Regards.

Reply