alexandru-io
Results
4
issues of
alexandru-io
Because of the arguments[ `width+x` and `height+y`](https://github.com/t-houssian/fillpdf/blob/main/fillpdf/fillpdfs.py#L524) fillpdfs.place_image is missizing the image. Tried to fix this in my code in a nasty way (`fillpdfs.place_image(...width=width-x, height=height-y)` but most of the times...