openoffice document (odt) to PDF with commad line on Linux?

Posted by Data-Base on Stack Overflow See other posts from Stack Overflow or by Data-Base
Published on 2010-05-14T07:32:28Z Indexed on 2010/05/14 7:44 UTC
Read the original article Hit count: 144

Filed under:
|
|
|
|

Hi,

we are building a PHP script that we need at work to create reports in PDFs

the reports will be created by using templates from postgrSQL.

so far I found that it can be done with the use of php and odt (openoffice) files [http://www.odtphp.com/] (do you have any other suggestions?)

now how I can convert the results to PDF so teachers will get the final reports as PDF

any tips? the server has no GUI and I want to make it as simple as possible

we tried using PHP to PDF directly with FPDF [http://www.fpdf.org/] but it is really a CPU killer!

cheers

© Stack Overflow or respective owner

Related posts about openoffice.org

Related posts about convert