We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working on creating a pdf with a fix template
code i have used :
document.add(.contentRight, image: PDFImage(image: signImage.resized(withPercentage: 0.4) ?? UIImage(),size: CGSize(width: 180, height: 180), quality: 1.0, options: .none))
if there is space at the bottom of page image is seen properly
But if there is little space available at the bottom of the page image gets adjusted there
The text was updated successfully, but these errors were encountered:
I have the same issue. It seems like the image just tries to fit itself rather than add a new page.
Sorry, something went wrong.
Sorry for the long overdue response.
This looks like a bug to me, as it should not resize the image with imageOptions set to none. Thanks for reporting!
imageOptions
none
Any update here ? Same problem
No branches or pull requests
I am working on creating a pdf with a fix template
code i have used :
document.add(.contentRight, image: PDFImage(image: signImage.resized(withPercentage: 0.4) ?? UIImage(),size: CGSize(width: 180, height: 180), quality: 1.0, options: .none))
if there is space at the bottom of page image is seen properly
But if there is little space available at the bottom of the page image gets adjusted there
The text was updated successfully, but these errors were encountered: