I am using Prince to transform some documents that have code samples, including JavaScript code samples. I also have "--javascript" included in my prince build statement.
The problem, I think, is that Prince tries to execute the JavaScript in my code samples. Anyway, I see this warning a lot when I build the PDF:
How can I leave in my code samples and also leave in the "--javascript" parameter but not get the warning messages?
The problem, I think, is that Prince tries to execute the JavaScript in my code samples. Anyway, I see this warning a lot when I build the PDF:
error: TypeError: value is not an object
How can I leave in my code samples and also leave in the "--javascript" parameter but not get the warning messages?