Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fillpdfs.place_image is missizing the images #62

Open
alexandru-io opened this issue Oct 17, 2024 · 0 comments
Open

fillpdfs.place_image is missizing the images #62

alexandru-io opened this issue Oct 17, 2024 · 0 comments

Comments

@alexandru-io
Copy link

alexandru-io commented Oct 17, 2024

Because of the arguments width+x and height+y 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 the values are negative (coordintes are bigger than the size) and it doesn't work because those values are not permitted.

I cam make a PR to just remove the +x and +y unless there's a reason they're there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant