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
Can I add a custom stamp to the stamps that currently exist in Stamp Annotation Icons
The text was updated successfully, but these errors were encountered:
Yes - to a limited extent - please see the documentation here.
Sorry, something went wrong.
Can you tell me how? I am trying to modify the text of a stamp with the set_name function but it does not work
No idea why it doesn't seem to work anymore. As a last resort you could do this:
a = page.add_stamp_annot(rect) code = a._getAP().replace(b"APPROVED", b"my-stamp") a._setAP(code)
No branches or pull requests
Can I add a custom stamp to the stamps that currently exist in Stamp Annotation Icons
The text was updated successfully, but these errors were encountered: