Hi Community,
I have a flow to capture images from a tablet and generate a PDF file. The problem is that the images in the PDF are viewed horizontally and the size exceeds the size of the PDF file.
How can I pre-set so that the images appear in the y direction of the sheet size?. The size of the sheet is letter A4 (21.5 cm wide x 28 cm high).
The HTML code for compose is:
<!DOCTYPE html>
<html>
<body>
<img src=['Compose_Inputs']}></img>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<img src=['Compose_Inputs_1']}></img>
</body>
</html>
Thanks,
Francisco