prikhi / pencil

DEPRECATED: Multiplatform GUI Prototyping/Wireframing
https://github.com/evolus/pencil
GNU General Public License v2.0
1.92k stars 193 forks source link

CLI for exports please! #730

Open DaniGuardiola opened 9 years ago

DaniGuardiola commented 9 years ago

Hi, I want to export programmatically, can you provide a command line interface? At least it should have the template parameter. Thanks!

mvdw commented 9 years ago

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.

DaniGuardiola commented 9 years ago

@mvdw I want to export to html using a template, thanks though

theno commented 6 years ago

Related Pencil-3 follower issue: https://github.com/evolus/pencil/issues/140 including a workaround.