I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-04-13 22:39:25-07 by jeunice in response to 2161
Re: Conversion from ods to pdf

OpenOffice::OODoc isn't going to help you much there. At least not natively. You could, I guess, use OpenOffice::OODoc to extract the XML contents, then use XLST to generate attractive HTML, XHTML, or XSL-FO. But at the end of this, you're still going to need a program of some sort to render the markup into PDF.

The program I know of to render ODS is OpenOffice itself. It works quite nicely. You can either use the built-in Export to PDF function, or you can Print to a PDF-capable virtual printer, such as the Adobe PDF printer supplied in the commercial Adobe Acrobat (v7) package.

To automate this process, we use OO macros, called from outside of OpenOffice. If you'd like help on that, I'd be happy to send you the required macros & mechanism for calling from Perl. Drop me a line at jeunice EMAIL illuminata DOT com

Direct Responses: 2163 | Write a response