Closed StephenNay closed 5 years ago
thank you for letting us know about it, and taking time to point out the source of this issue. will deliver a fix soon
will it be possible for you to provide a sample spec, that I can try to ensure if all the things are taken care of ?
This issue has been taken care of in release 2.1.0
I copied the example HTML file and pasted my JSON into it to try RapiPdf on my machine. I got this error in the console:
Uncaught (in promise) TypeError: A.split is not a function
That pointed to this code in the (formatted) rapipdf-min.js, starting at line 64329:
I changed the third line to this:
The error went away and the PDF file was generated. I'm a technical writer, and not good enough with JavaScript to be confident that I would be fixing the right thing in the source files, so I'm opening this issue instead of fixing it and creating a pull request. I don't even know if my change was the right thing to do, but it didn't work before and now it does.
Thanks for the great tool!