<?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[PDF forms - border]]></title><description><![CDATA[<p>I can't seem to get the PDF border to appear on form fields, referenced here</p>
<p><a href="https://jsreport.net/learn/pdf-utils#forms" rel="nofollow">https://jsreport.net/learn/pdf-utils#forms</a></p>
]]></description><link>https://forum.jsreport.net/topic/2633/pdf-forms-border</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 06:02:13 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2633.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Nov 2022 20:13:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PDF forms - border on Invalid Date]]></title><description><![CDATA[<p>I can't seem to get the PDF border to appear on form fields, referenced here</p>
<p><a href="https://jsreport.net/learn/pdf-utils#forms" rel="nofollow">https://jsreport.net/learn/pdf-utils#forms</a></p>
]]></description><link>https://forum.jsreport.net/post/11408</link><guid isPermaLink="true">https://forum.jsreport.net/post/11408</guid><dc:creator><![CDATA[geoffatsource]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to PDF forms - border on Invalid Date]]></title><description><![CDATA[<p>What value are you trying to pass there?<br />
Did you try to open the result in the desktop acrobat reader? The browser's native support for pdf forms is limited.</p>
]]></description><link>https://forum.jsreport.net/post/11410</link><guid isPermaLink="true">https://forum.jsreport.net/post/11410</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to PDF forms - border on Invalid Date]]></title><description><![CDATA[<p>Okay.. no problem. I'm just creating a pdfFormField for a client to fill out. By the way, passing functions for dynamic naming works, and you may want to add that to your docs</p>
<pre><code>{{{pdfFormField 
    name=(ff &quot;item_price&quot; @index)
    type=&quot;text&quot;
    backgroundColor=&quot;#ffdd00&quot;
    fontSize=&quot;10px&quot;
    width=&quot;90px&quot;
    height=&quot;24px&quot;
}}}
</code></pre>
<p>Where <code>ff</code> is just a concatenation function.</p>
<pre><code>function ff (param1, param2) {
    return `${param1}_${param2}`;
}
</code></pre>
<p>So the results will yield <code>item_price_0, item_price_1, item_price_2, ...</code></p>
<p>Very cool!</p>
]]></description><link>https://forum.jsreport.net/post/11412</link><guid isPermaLink="true">https://forum.jsreport.net/post/11412</guid><dc:creator><![CDATA[geoffatsource]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>