You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the code on XAMPP and exporting as a svg works perfectly. But when I try to export as a pdf or png this error is thrown
"rsvg-convert -o '\xampp\tmp\d3export.out.c9sWxKK' -z '10' -f 'png' '\xampp\tmp\d3export.svg.sxxMJEX'" unexpectedly returned exit value 1 at (eval 79) line 13.
at C:/xampp/htdocs/d3e/download.pl line 81
The text was updated successfully, but these errors were encountered:
are you sure you have rsvg-convert installed on the system, and available on the PATH ?
Does the command work as-is if you copy&paste it in the terminal ? rsvg-convert -o '\xampp\tmp\d3export.out.c9sWxKK' -z '10' -f 'png' '\xampp\tmp\d3export.svg.sxxMJEX'
If it doesn't, then it clearly won't work from the perl script, and you'll need to fix it.
I tried to run the code on XAMPP and exporting as a svg works perfectly. But when I try to export as a pdf or png this error is thrown
"rsvg-convert -o '\xampp\tmp\d3export.out.c9sWxKK' -z '10' -f 'png' '\xampp\tmp\d3export.svg.sxxMJEX'" unexpectedly returned exit value 1 at (eval 79) line 13.
at C:/xampp/htdocs/d3e/download.pl line 81
The text was updated successfully, but these errors were encountered: