To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95876





------- Additional comments from [email protected] Wed Feb 16 15:03:58 
+0000 2011 -------
Hi again!

For those, who use the OpenOffice java API:

It is very important to explicitly dispose the XComponent objects after usage.
Every call to loadComponentFromURL() returns an XComponent object, but also
creates a new open file descriptor in the OpenOffice service process. These
descriptors cumulate quickly if you use the your odt-pdf converter as a batch
job for many conversions in a row. After reaching the OS limit of open file
descriptors for one process, the converter will create corrupt pdf files.

Call dispose() on XComponent after the conversion of one file was done.

Best:
Rita


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to