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

Method PDFSignature.needsAppearancesUpdate() not implemented #625

Closed
Graig123git opened this issue Oct 8, 2020 · 3 comments
Closed

Method PDFSignature.needsAppearancesUpdate() not implemented #625

Graig123git opened this issue Oct 8, 2020 · 3 comments

Comments

@Graig123git
Copy link

I am trying to input text into a PDF field however getting the following error (Error): Method PDFSignature.needsAppearancesUpdate() not implemented can someone clarify what this means and how to fit please ?

@Graig123git
Copy link
Author

fixed by adding updateFieldAppearances:false
const pdfBytes = await pdfDoc.saveAsBase64({ updateFieldAppearances: false, dataUri: true });

@Graig123git
Copy link
Author

@Hopding ty! for reopening please let me know when this is fix

@Hopding
Copy link
Owner

Hopding commented Oct 9, 2020

@Graig123git This is fixed in the latest release (just published a few mins ago). Please try it out and reopen this issue if it doesn't work for you!

@Hopding Hopding closed this as completed Oct 9, 2020
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

2 participants