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
We have another issue:
We use it with page.clean_contents(true), as you know making it false causes the issue above. The result is that the whole PDF content is deleted.
page.clean_contents(true)
White_pdf_IN.pdf White_pdf_OUT.pdf
Originally posted by @elipongr in #3741 (comment)
The text was updated successfully, but these errors were encountered:
There is need to used page.clean_contents() any longer to ensure correct positions of content insertions.
page.clean_contents()
Sorry, something went wrong.
Any blog or documentation where you have updated it?
We have made this more explicit in the current documentation https://pymupdf.readthedocs.io/en/latest/functions.html#Page.clean_contents.
No branches or pull requests
We have another issue:
We use it with
page.clean_contents(true)
, as you know making it false causes the issue above. The result is that the whole PDF content is deleted.White_pdf_IN.pdf
White_pdf_OUT.pdf
Originally posted by @elipongr in #3741 (comment)
The text was updated successfully, but these errors were encountered: