Sozi-export icon indicating copy to clipboard operation
Sozi-export copied to clipboard

Export Sozi presentations to PDF or video

Results 11 Sozi-export issues
Sort by recently updated
recently updated
newest added

Greetings, thanks for this wonderfull program ! I wanted to export a project of mine to pdf using this command line: sozi-to-pdf -i 1:14,16:18 -o seminar.pdf -P "seminar.sozi.html" and I...

in progress

why apper this error? the file name is correct, the path is the same but this is the output... sozi-to-video -b 2M -H 1080 -W 1920 -f 60 -i -o...

in progress

If I am not mistaken, PhantomJS has now full svg support: https://github.com/ariya/phantomjs/issues/11281. pdf output with vector graphics would hugely increase usability of sozi-export. Note that there is a [sozi2pdf](https://github.com/Fjanks/sozi2pdf) converter...

in progress

PhantomJS is deprecated and it seems to cause [issues for some users](http://sozi.baierouge.fr/community/d/79-sozi-to-pdf-failing-with-file-argument-must-be-of-type-string). We need to migrate Sozi-export to another headless browser. We have the following options: * [SlimerJS](https://slimerjs.org/) could be...

in progress

Sozi-export has very limited support for customizing the generated videos: * It calls ffmpeg with a [fixed frame rate](https://github.com/senshu/Sozi-export/blob/43eee663698b894f2f7759a186630e2d0fa6f12f/lib/index.js#L136). * The video codec is chosen automatically by ffmpeg from the...

As there is already proprietary PPTX supported then hereby I propose to create an ODP-export: _[OpenDocument](https://en.wikipedia.org/wiki/OpenDocument) Presentation_ - it is free and open-source presentation file format based on gzipped XML-files...

Hyperlinks get lost converting to pdf. I think it would be nice to keep them, if possible.

Hello senshu! I made some improvements for my needs in sozi-to-video on my local machine. For now they still are under testing, and I will come with a pull request...

It does not found node command in the installation process. Workaround that worked for me: > sudo apt install nodejs-legacy

I created a presentation in Sozi using the 16:9 format. If I want to export to a pdf file, there are some problem. I export like: sozi-to-pdf -W 16 -H...