<?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[wkhtmltopdf versions mismatch in gui and npm]]></title><description><![CDATA[<p>command <code>npm view wkhtmltopdf version</code> gives me<br />
<strong>0.3.4</strong><br />
while in jsreport GUI it is <strong>0.12.3</strong>: <img src="/uploads/files/1581702619133-screen-shot-2020-02-14-at-18.15.58.png" alt="0_1581702618582_Screen Shot 2020-02-14 at 18.15.58.png" class="img-responsive img-markdown" /><br />
Which one does jsreport use?<br />
Because I don't even have 0.12.3<br />
<code>npm view wkhtmltopdf versions</code> outputs:</p>
<p>[ '0.1.0',<br />
'0.1.1',<br />
'0.1.2',<br />
'0.1.3',<br />
'0.1.4',<br />
'0.1.5',<br />
'0.1.6',<br />
'0.2.0',<br />
'0.3.0',<br />
'0.3.1',<br />
'0.3.3',<br />
'0.3.4' ]</p>
]]></description><link>https://forum.jsreport.net/topic/1467/wkhtmltopdf-versions-mismatch-in-gui-and-npm</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:25:55 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/1467.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Feb 2020 17:52:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>command <code>npm view wkhtmltopdf version</code> gives me<br />
<strong>0.3.4</strong><br />
while in jsreport GUI it is <strong>0.12.3</strong>: <img src="/uploads/files/1581702619133-screen-shot-2020-02-14-at-18.15.58.png" alt="0_1581702618582_Screen Shot 2020-02-14 at 18.15.58.png" class="img-responsive img-markdown" /><br />
Which one does jsreport use?<br />
Because I don't even have 0.12.3<br />
<code>npm view wkhtmltopdf versions</code> outputs:</p>
<p>[ '0.1.0',<br />
'0.1.1',<br />
'0.1.2',<br />
'0.1.3',<br />
'0.1.4',<br />
'0.1.5',<br />
'0.1.6',<br />
'0.2.0',<br />
'0.3.0',<br />
'0.3.1',<br />
'0.3.3',<br />
'0.3.4' ]</p>
]]></description><link>https://forum.jsreport.net/post/6703</link><guid isPermaLink="true">https://forum.jsreport.net/post/6703</guid><dc:creator><![CDATA[Алексей Мельниченко]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>The npm package <a href="https://github.com/devongovett/node-wkhtmltopdf" rel="nofollow">wkhtmltopdf</a> has nothing to do with the jsreport recipe.<br />
It is some kind of wrapper we don't use. Also using the npm view you get back that package version, not the wkhtmltopdf binary version.</p>
<p>The recipe uses by default the binary version 0.12.3 as you see on the screen.</p>
<p>Note there is no reason to use wkhtmltopdf these days unless you maintain already designed reports. Look rather at the chrome-pdf recipe.</p>
]]></description><link>https://forum.jsreport.net/post/6706</link><guid isPermaLink="true">https://forum.jsreport.net/post/6706</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>Yes, I already have got designed reports. Is it feasible to install a particular wkhtmltopdf binary version that can be used by jsreport?If yes, how can I do it?</p>
]]></description><link>https://forum.jsreport.net/post/6713</link><guid isPermaLink="true">https://forum.jsreport.net/post/6713</guid><dc:creator><![CDATA[Алексей Мельниченко]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>Try to put your wkhtmltopdf to the global path. So you can run it as <code>wkhtmltopdf --version</code> from everywhere.<br />
Then install the recipe again, it should check for presence of global <code>wkhtmltopdf</code> command and use it instead of downloading it.</p>
]]></description><link>https://forum.jsreport.net/post/6714</link><guid isPermaLink="true">https://forum.jsreport.net/post/6714</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>I've installed wkhtmltopdf globally <code>wkhtmltopdf --version wkhtmltopdf 0.12.5 (with patched qt)</code><br />
But UI still shows me only one possible option of wkhtmltopdf version 0.12.3</p>
]]></description><link>https://forum.jsreport.net/post/6725</link><guid isPermaLink="true">https://forum.jsreport.net/post/6725</guid><dc:creator><![CDATA[Алексей Мельниченко]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Invalid Date]]></title><description><![CDATA[<p>Unfortunately, this isn't reflected in the ui. You can find path to the used wkhtmltopdf in this file<br />
<code>[app]t\node_modules\wkhtmltopdf-installer\lib\location.js</code><br />
In the case of global command, you should see just <code>wkhmltopdf</code> there</p>
]]></description><link>https://forum.jsreport.net/post/6728</link><guid isPermaLink="true">https://forum.jsreport.net/post/6728</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to wkhtmltopdf versions mismatch in gui and npm on Fri, 21 Feb 2020 04:45:27 GMT]]></title><description><![CDATA[<p>I uninstalled all wkhtmltopdf versions locally and then reinstall it by <code>brew cask install wkhtmltopdf</code> and <code>npm install jsreport-wkhtmltopdf</code><br />
It helped me. Thanks!</p>
]]></description><link>https://forum.jsreport.net/post/6732</link><guid isPermaLink="true">https://forum.jsreport.net/post/6732</guid><dc:creator><![CDATA[Алексей Мельниченко]]></dc:creator><pubDate>Fri, 21 Feb 2020 04:45:27 GMT</pubDate></item></channel></rss>