pencil
pencil copied to clipboard
CLI for exports please!
Hi, I want to export programmatically, can you provide a command line interface? At least it should have the template parameter. Thanks!
For now, you can use the xslt at pencil/app/content/pencil/exporter/Pencil2SVG.xslt to convert the *.ep file to a *.svg file. I do this on Linux with xsltproc. However, this only works well if the .ep file contains only one page - since all pages are mixed in one SVG file.
@mvdw I want to export to html using a template, thanks though
Related Pencil-3 follower issue: https://github.com/evolus/pencil/issues/140 including a workaround.