Does anyone have some suggestions for troubleshooting the pdf rendering engine when trying to render multiple PDFs together. This is the error I'm getting:
{"type":"error.SuiteScriptError","name":"USER_ERROR","message":"Error Parsing XML:
//xxxxxxxxxx.app.netsuite.com/core/media/media.nl?id=7363&c=xxxxxxxxxx&h=-EbGbJlGJ346A2DNt6C7S31ELWc8VwDg-5UP-CJb4GQr1xTy&_xt=.pdf","id":"","stack":["Error\n at combinePdfsWithXml (/SuiteScripts/rl-packing-slip-generator.js
29742)\n at Object.post (/SuiteScripts/rl-packing-slip-generator.js
4433)"],"cause":{"type":"internal error","code":"USER_ERROR","details":"Error Parsing XML:
//xxxxxxxxxx.app.netsuite.com/core/media/media.nl?id=7363&c=xxxxxxxxxx&h=-EbGbJlGJ346A2DNt6C7S31ELWc8VwDg-5UP-CJb4GQr1xTy&_xt=.pdf","userEvent":null,"stackTrace":["Error\n at combinePdfsWithXml (/SuiteScripts/rl-packing-slip-generator.js
29742)\n at Object.post (/SuiteScripts/rl-packing-slip-generator.js
4433)"],"notifyOff":false},"notifyOff":false,"userFacing":true}
This is what the template XML looks like that it is trying to render:
<?xml version="1.0"?>
<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdfset>
<pdf src="<https://xxxxxxxxxx.app.netsuite.com/core/media/media.nl?id=7901&c=xxxxxxxxxx&h=_ekndKfcsGcfW9OA3F270Vh_ZprbeZ8iUBD6ZovktckNAN8c&_xt=.pdf>" />
<pdf src="<https://xxxxxxxxxx.app.netsuite.com/core/media/media.nl?id=7363&c=xxxxxxxxxx&h=-EbGbJlGJ346A2DNt6C7S31ELWc8VwDg-5UP-CJb4GQr1xTy&_xt=.pdf>" />
</pdfset>
I have generated the files as available without login.
Any suggestions on what is wrong here?