As this repo is basically abandoned by the owner, I'm just providing a walkaround for this issue. It took me half a day to locate the variable, hope it helps.
If you use the print function to print documents in small page size, you may find the blury effect. To solve this, you will need to define the printResolution. This variable is included once in the code, but was never initialized.
Fortunately, this variable is stored in the AppOptions variable, so just do the following:
As this repo is basically abandoned by the owner, I'm just providing a walkaround for this issue. It took me half a day to locate the variable, hope it helps.
If you use the print function to print documents in small page size, you may find the blury effect. To solve this, you will need to define the printResolution. This variable is included once in the code, but was never initialized.
Fortunately, this variable is stored in the AppOptions variable, so just do the following: