<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error: A Name cannot be undefined]]></title><description><![CDATA[<p>Hello, guys. I encountered with the following error after moving <code>data</code> folder with templates into docker mounted folder. I noticed that it happens only if I have attached templates in pdf utils. if I remove all attached sub-templates it works fine. Please help.</p>
<pre><code>Error: A Name cannot be undefined
    at new PDFName (/app/node_modules/jsreport-pdfjs/lib/object/name.js:6:13)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/name.js:94:12)
    at Object.exports.parse (/app/node_modules/jsreport-pdfjs/lib/object/value.js:20:30)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/dictionary.js:74:30)
    at Object.exports.parse (/app/node_modules/jsreport-pdfjs/lib/object/value.js:20:30)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/object.js:68:28)
    at parseObject (/app/node_modules/jsreport-pdfjs/lib/object/reference.js:67:20)
    at PDFReference.get [as object] (/app/node_modules/jsreport-pdfjs/lib/object/reference.js:13:17)
    at Function.addObjectsRecursive (/app/node_modules/jsreport-pdfjs/lib/parser/parser.js:61:35)
    at Function.addObjectsRecursive (/app/node_modules/jsreport-pdfjs/lib/parser/parser.js:73:18)
</code></pre>
]]></description><link>https://forum.jsreport.net/topic/896/error-a-name-cannot-be-undefined</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 07:52:13 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/896.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Feb 2019 21:15:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error: A Name cannot be undefined on Invalid Date]]></title><description><![CDATA[<p>Hello, guys. I encountered with the following error after moving <code>data</code> folder with templates into docker mounted folder. I noticed that it happens only if I have attached templates in pdf utils. if I remove all attached sub-templates it works fine. Please help.</p>
<pre><code>Error: A Name cannot be undefined
    at new PDFName (/app/node_modules/jsreport-pdfjs/lib/object/name.js:6:13)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/name.js:94:12)
    at Object.exports.parse (/app/node_modules/jsreport-pdfjs/lib/object/value.js:20:30)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/dictionary.js:74:30)
    at Object.exports.parse (/app/node_modules/jsreport-pdfjs/lib/object/value.js:20:30)
    at Function.parse (/app/node_modules/jsreport-pdfjs/lib/object/object.js:68:28)
    at parseObject (/app/node_modules/jsreport-pdfjs/lib/object/reference.js:67:20)
    at PDFReference.get [as object] (/app/node_modules/jsreport-pdfjs/lib/object/reference.js:13:17)
    at Function.addObjectsRecursive (/app/node_modules/jsreport-pdfjs/lib/parser/parser.js:61:35)
    at Function.addObjectsRecursive (/app/node_modules/jsreport-pdfjs/lib/parser/parser.js:73:18)
</code></pre>
]]></description><link>https://forum.jsreport.net/post/4338</link><guid isPermaLink="true">https://forum.jsreport.net/post/4338</guid><dc:creator><![CDATA[F1oyd]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Error: A Name cannot be undefined on Invalid Date]]></title><description><![CDATA[<p>FYI The error occurs during pdf generation</p>
]]></description><link>https://forum.jsreport.net/post/4343</link><guid isPermaLink="true">https://forum.jsreport.net/post/4343</guid><dc:creator><![CDATA[F1oyd]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Error: A Name cannot be undefined on Invalid Date]]></title><description><![CDATA[<p>I tried pdf utils with a mounted folder to docker and it works fine for me.<br />
Is this specific to a particular template? Are you able to replicate this with the some minimal template with pdf utils in fresh jsreport docker?<br />
Could you tar/zip the data and upload it so we can try it?<br />
What jsreport version do you use?</p>
]]></description><link>https://forum.jsreport.net/post/4344</link><guid isPermaLink="true">https://forum.jsreport.net/post/4344</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Error: A Name cannot be undefined on Tue, 09 Jul 2019 08:02:36 GMT]]></title><description><![CDATA[<p>Hey guys, sorry for not responding long time, finally I got some time to work on it. So the latest update is that I encounter with this issue in Lambda when I call jsreport core to render a PDF for me. so it works fine without custom fonts added in template as assets, but I doesn't work with this:</p>
<pre><code>&lt;style&gt;{#asset ../shared/graphik-font.css @encoding=utf8}&lt;/style&gt;
&lt;style&gt;{#asset ../shared/freightdisp-pro.css @encoding=utf8}&lt;/style&gt;
</code></pre>
<p>though locally it works fine.<br />
the fonts are located in shared folder and this is my font-face:</p>
<pre><code>@font-face {
  font-family: 'Graphik Web';
  src: url({#asset fonts/Graphik-Regular-Web.woff2 @encoding=dataURI}) format('woff2'),
       url({#asset fonts/Graphik-Regular-Web.woff @encoding=dataURI}) format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Regular-Web {
  font-family: 'Graphik Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}</code></pre>
]]></description><link>https://forum.jsreport.net/post/5373</link><guid isPermaLink="true">https://forum.jsreport.net/post/5373</guid><dc:creator><![CDATA[F1oyd]]></dc:creator><pubDate>Tue, 09 Jul 2019 08:02:36 GMT</pubDate></item><item><title><![CDATA[Reply to Error: A Name cannot be undefined on Invalid Date]]></title><description><![CDATA[<p>So this is a lambda x font issue in the end?<br />
Maybe it is the same as here, unfortunately, no solution we would be aware of so far.<br />
<a href="https://forum.jsreport.net/category/2/general-forum">https://forum.jsreport.net/category/2/general-forum</a></p>
]]></description><link>https://forum.jsreport.net/post/5388</link><guid isPermaLink="true">https://forum.jsreport.net/post/5388</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>