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
Hello, my group has been using this tool for a few weeks, and suddenly we are all unable to export sheets to PDF.
When attempting to do so, an error message pops up that just says "Cannot save PDF sheet"
It happens when trying to export from a saved file as well as when creating a new character.
The text was updated successfully, but these errors were encountered:
Try uninstall and install the app ... it worker for me
Sorry, something went wrong.
This is usually a problem of locating the pdftk tool (which is used to render the PDF files). Here something you can try:
pdftk
To install the tool separately you can use a package manager like chocolately e.g.
choco install pdftk -y
or winget:
winget install PDFLabs.PDFtk.Free
Then you restart your system and try again.
No branches or pull requests
Hello, my group has been using this tool for a few weeks, and suddenly we are all unable to export sheets to PDF.
When attempting to do so, an error message pops up that just says "Cannot save PDF sheet"
It happens when trying to export from a saved file as well as when creating a new character.
The text was updated successfully, but these errors were encountered: