Hi,
after upgrading pymupdf from 1.18.4 to 1.18.5 I noticed that the following code doesn't work anymore:
page.showPDFpage(
targetrect, # fill the whole page
self.doc, # input document
self.pagenr, # input page number
clip=sourcerect, # part of the input page to use
)
It now fails with ValueError: bad number of positional parameters. Could you:
Thanks!
This is an error. Sorry about that - there was no change intended. As a hotfix please replace utils.py of your installation with this file:
utils.zip
No worries, thanks for the quick reply! :+1:
Fixed by new version currently being uploaded.
Most helpful comment
This is an error. Sorry about that - there was no change intended. As a hotfix please replace
utils.pyof your installation with this file:utils.zip