I'm currently using OpenOffice API (pyuno) to convert PowerPoint to PDF. However, the conversions end up looking not very good. I'm wondering if there is a conversion utility that has better output than OpenOffice.
Asked
Active
Viewed 298 times
1
-
You could try LibreOffice. Based on the same core, but has been evolving separately for enough time that it's probably worth trying. – Paul Jowett Oct 24 '12 at 07:52
-
Sounds like LibreOffice uses the same PyUNO as OpenOffice, so I'm guessing the resulting conversion would be the same. – Jordan Reiter Oct 24 '12 at 16:10
-
Why not use Powerpoint directly? – Christian Sauer Oct 26 '12 at 11:36
-
Files are uploaded to a Linux server and then processed on the backend by the server. By "OpenOffice" I meant the OpenOffice converter. – Jordan Reiter Oct 26 '12 at 16:54
-
I'd suggest to convert slides to images first. – utapyngo Mar 11 '13 at 04:12