Closed mespe closed 7 years ago
Creating a pdf using toPDF() results in a "damaged pdf" file unless the call to toPDF() is followed by gc().
Fix pushed. Need to remove renderer() in the function before calling gc(). If the user creates the renderer separately, she will have to call gc() after it goes out of scope.
Confirmed fixed.
Creating a pdf using toPDF() results in a "damaged pdf" file unless the call to toPDF() is followed by gc().