Hi
We are generating pdf Reports via the exportReport Python function.
This works fine, unless we use a long rastertranform formula:
Metashape.RasterTransform.formula
formula=['%s*(%.8f)+(%.8f)'%(band,slope,offset) for band in bandlist]
Then everything shifts to the left and it becomes impossible to read, see attachment.
Probably due to the fact that a formula does not fit the paper format?
Issue present in 1.5 and 1.7 beta
Kind regards
Dominique