-
Notifications
You must be signed in to change notification settings - Fork 3
How to run the code locally
Angelo Belchior edited this page Dec 18, 2024
·
3 revisions
Install the wkhtmltopdf executable for macOS. Or use the following command to install it via Homebrew:
brew install wkhtmltopdf
Install the wkhtmltopdf executable for Linux. Or use the following command to install it via APT:
apt-get -y update && apt-get -y upgrade
apt-get -y install wkhtmltopdf
If you are developing on a Windows machine, you need to run Visual Studio in Administrator mode.
In some cases, you will need to perform the following steps:
- Right-click on the file
./wkhtmltopdf/Windows/wkhtmltopdf.exe
- Go to "Properties" and click on the "Compatibility" tab
- Then click on "Change settings for all users"
- Check the option "Run this program as an administrator".