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
{{ message }}
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
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 9 -i all file.html
This works fine generally, but it always adds white borders n top and bottom an d black borders n the sides. The slides themselves look correct, so I guess, the -W and -H are set correctly.
I think, I have to use the -p command. But if I add eg
sozi-to-pdf -W 16 -H 9 -p something -i all file.html
It will not create an outputfile anymore. I tried something= a4paper or something=[paperwidth=16in,paperheight=9in]
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 9 -i all file.html
This works fine generally, but it always adds white borders n top and bottom an d black borders n the sides. The slides themselves look correct, so I guess, the -W and -H are set correctly.
I think, I have to use the -p command. But if I add eg
sozi-to-pdf -W 16 -H 9 -p something -i all file.html
It will not create an outputfile anymore. I tried something= a4paper or something=[paperwidth=16in,paperheight=9in]
Summed up: how does the -p command work?