Originally, the image function #{Image$[auto*60_H]$} worked fine and the photo can be scaled properly. However, after a few updates recently beginning 3.5.3 onwards, this function no longer worked properly and the image is always stretched to fill up the entire report. I have tried the [60*auto_H] and also [80*60_H] , all this doesn't work properly as well.
发表话题
- 积分
162 - 注册排名
1731
I want to thank the team as this issue have been resolved in the latest PD 3.8.2
The images look right again finally.
Thank you for your update.
Looking forward the update.
OK, we will confirm and fix it as soon as possible in the latest version
I am running version 3.7.2 as of now already with this issue.
The fixed code like
[80*60_H]worked fine, but not the one with the auto width like[auto*60_H]. Sorry I made a typo in my earlier post, I am actually trying to refer to[80*60_auto_H]. Anything with the function 'auto' does not work fine as the image aspect ratio is not correct in the final output.My template have below two lines :
#{Report Photos.Image$[auto*60_H]$}#{Report Photos.Caption}But it looked like below on the output. I have checked the size of the picture in MS Word output file, it is 48cm (width) x 6cm (height). The target resized photo should be 8cm (width) x 6cm (height).
![image.png]()
It was tested in the latest version and the result is normal, as shown in the attached picture, so you can try to upgrade.