<?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[Phantom Pdf : rendering checkboxes]]></title><description><![CDATA[<p>HI, I am facing rendering issues while rendering the checkboxes and radio buttons via html to pdf using phantom pdf. I am able to repro this in the playground too. can you please help me?<br />
here the link from the playground example :<a href="https://playground.jsreport.net/studio/workspace/Bkd0mrDGf/12" rel="nofollow">https://playground.jsreport.net/studio/workspace/Bkd0mrDGf/12</a><br />
you will observe the tick mark in checkbox and &quot;DOT&quot; in radio button is not correctly rendered.</p>
]]></description><link>https://forum.jsreport.net/topic/357/phantom-pdf-rendering-checkboxes</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 07:20:54 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/357.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Dec 2017 02:35:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Phantom Pdf : rendering checkboxes on Invalid Date]]></title><description><![CDATA[<p>HI, I am facing rendering issues while rendering the checkboxes and radio buttons via html to pdf using phantom pdf. I am able to repro this in the playground too. can you please help me?<br />
here the link from the playground example :<a href="https://playground.jsreport.net/studio/workspace/Bkd0mrDGf/12" rel="nofollow">https://playground.jsreport.net/studio/workspace/Bkd0mrDGf/12</a><br />
you will observe the tick mark in checkbox and &quot;DOT&quot; in radio button is not correctly rendered.</p>
]]></description><link>https://forum.jsreport.net/post/1689</link><guid isPermaLink="true">https://forum.jsreport.net/post/1689</guid><dc:creator><![CDATA[Vikram Kamalapur]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Phantom Pdf : rendering checkboxes on Invalid Date]]></title><description><![CDATA[<p>hi! i see the issue and how the check and radio inputs are being rendered weird.. unfortunately i can't give any advice of how to solve it, i've tried to search for some css solutions but nothing seems to work, it renders the same even with phantomjs 2 too. however the inputs are rendering fine when using <a href="https://playground.jsreport.net/studio/workspace/Bkd0mrDGf/19" rel="nofollow">electron instead of phantomjs</a>, maybe it can be a good option for you if you want to ensure that those inputs are rendered nicely</p>
]]></description><link>https://forum.jsreport.net/post/1692</link><guid isPermaLink="true">https://forum.jsreport.net/post/1692</guid><dc:creator><![CDATA[bjrmatos]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Phantom Pdf : rendering checkboxes on Invalid Date]]></title><description><![CDATA[<p>Ok thank you.</p>
]]></description><link>https://forum.jsreport.net/post/1694</link><guid isPermaLink="true">https://forum.jsreport.net/post/1694</guid><dc:creator><![CDATA[Vikram Kamalapur]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Phantom Pdf : rendering checkboxes on Invalid Date]]></title><description><![CDATA[<p>I forgot mention that if you render the pdf using VS 2013 locally (i mean running on IIS express) check boxes and radio buttons are rendering fine.<br />
Only issue is that it does not render when application is hosted on IIS or running from the js report playground<br />
Sample code ar rs = new LocalReporting().UseBinary(JsReportBinary.GetBinary()).AsUtility().Create();<br />
var report = await rs.RenderAsync(new RenderRequest<br />
{<br />
Template = new Template<br />
{<br />
Recipe = Recipe.PhantomPdf,<br />
Engine = Engine.None,<br />
Phantom = new Phantom<br />
{</p>
<pre><code>                        Format = PhantomFormat.A4,
                        FooterHeight = &quot;2cm&quot;
                    },
                    Content = System.IO.File.ReadAllText(System.Web.HttpContext.Current.Server.MapPath(&quot;~/reports/report.html&quot;))</code></pre>
]]></description><link>https://forum.jsreport.net/post/1697</link><guid isPermaLink="true">https://forum.jsreport.net/post/1697</guid><dc:creator><![CDATA[Vikram Kamalapur]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>