Hi,

I'm trying to convert some files from .odt to .pdf using a modified
PyODConverter, where the modification allows to do the conversion
using streams. I get an ErrorCodeIOException when I try to write the
output document to my stream, if I use FilterName="writer_pdf_Export".

If I use a FilterName="Text", FilterOptions="utf8" then it works correctly.

The ErrCode of this exception is 3088, that if I'm right matches
ERRCODE_IO_CANTWRITE
(http://hg.services.openoffice.org/DEV300/file/5a09369091b2/tools/inc/tools/errcode.hxx)

My version of OpenOffice is 3.1.1 Build: 9420, running in Ubuntu 9.10 Server.

Any clues?

Thanks!

-- 
Joaquin Cuenca Abela

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to