Hi Team,
I am encountering the following error in one specific report when attempting to use the PDF option. Any assistance in understanding and resolving this issue would be greatly appreciated.
To test the `wkhtmltopdf` PDF generation, copy the following command into the server's command line:
```
myDBR saved the generated HTML file into /tmp/mydbr_export_126619886.html. File size is: 28081 bytes.
$ wkhtmltopdf --margin-top "20" --header-spacing "8" --enable-local-file-access --header-html "https://reports.runloyal.com/user/export_header_pdf.php?header_title=Cash+Report%3A+12%2F28%2F2024+-+01%2F04%2F2025" --replace rdate "2025-01-04" --replace rtime "12:02:48 pm" /tmp/mydbr_export_126619886.html debug_output.pdf
```
Thank you