Good Day,
Running into a problem using princexml 11, where a blank pdf is being generated, but thankfully we have a few errors that might point to the cause.
error: unexpected token keyword("catch")
error: unexpected token keyword("default")
error: TypeError: value is not an object
I noticed that this is similar to the problem noted here:
https://www.princexml.com/forum/topic/2894/error-when-generating-a-pdf-with-the-javascript-flag
and the TypeError might be from various not supported javascript functions in prince.
Our application is webpack based, and is a single page application, so the javascript running into errors explains why nothing is being loaded into the page, although the page itself doesn't have these errors.
Any help will be appreciated.
Running into a problem using princexml 11, where a blank pdf is being generated, but thankfully we have a few errors that might point to the cause.
error: unexpected token keyword("catch")
error: unexpected token keyword("default")
error: TypeError: value is not an object
I noticed that this is similar to the problem noted here:
https://www.princexml.com/forum/topic/2894/error-when-generating-a-pdf-with-the-javascript-flag
and the TypeError might be from various not supported javascript functions in prince.
Our application is webpack based, and is a single page application, so the javascript running into errors explains why nothing is being loaded into the page, although the page itself doesn't have these errors.
Any help will be appreciated.