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

Error when trying to Export PDF #362

Closed
MommyMorrigan opened this issue Mar 14, 2023 · 2 comments
Closed

Error when trying to Export PDF #362

MommyMorrigan opened this issue Mar 14, 2023 · 2 comments

Comments

@MommyMorrigan
Copy link

MommyMorrigan commented Mar 14, 2023

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.

Screenshot 2023-03-14 193242

@alenergy
Copy link

Try uninstall and install the app ... it worker for me

@OpenNingia
Copy link
Owner

This is usually a problem of locating the pdftk tool (which is used to render the PDF files). Here something you can try:

  1. Uninstall, then reinstall the application
  2. Install the pdftk tool separately and add it to your PATH environment

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.

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

3 participants