Workflow template format : Image format

Hi, Iโ€™m creating a pdf report with a workflow.
I have a html template, but I canโ€™t figure how I can precisly change the size of a thumbmail.
I already used the โ€œWorkflow template format : Image formatโ€ which is already set to tiny, but itโ€™s not precise enough.
Is there a specific way to modify the size of it?
Thanks in advance.
Erwan

Solved Solved
1 6 1,383
1 ACCEPTED SOLUTION

I found the solution. To set the size of an image I needed to set in Behavior, format rules, Workflow template format : Image format to text.

Then use the in HTML like so:

<img src="<<ICON>>" class="icon">

.icon {
width: 10px;
height: 10px;
}

View solution in original post

6 REPLIES 6

One way I can think ofโ€ฆ add a 1x1 table and set the column width as you need.

Can you be more specific please?

Iโ€™m using a HTML template where I collect the variable โ€œICONโ€ that is containing the thumbnail.

<<Start:SELECT(NumUrgence[ContactID], AND ([Catรฉgorie] = โ€œPrestatairesโ€, [_THISROW].[Code ensemble] = [Code ensemble immobilier]))>>
<> <> - <<Sociรฉtรฉ>> :
<<Tรฉlรฉphone Fixe>>
<>

it display the thumbnail like that.

But I want the thumbnail to be smaller.

Sorryโ€ฆ I didnโ€™t notice you were using HTML. I thought you were using Docs or Word as a template. Why donโ€™t you use smaller icons?

I need big icon for the app, but little icon for the report. I just want to set the size of the icons in the report at 20x20 px for example. The format rules allows me to set it only to 50x50 px.

I found the solution. To set the size of an image I needed to set in Behavior, format rules, Workflow template format : Image format to text.

Then use the in HTML like so:

<img src="<<ICON>>" class="icon">

.icon {
width: 10px;
height: 10px;
}

Yes thatโ€™s a good solution.

Top Labels in this Space