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





------- Additional comments from mmend...@openoffice.org Mon Apr 26 16:01:42 
+0000 2010 -------
from pl Thu Apr 22 13:31:08 "However a checkbox is not appropriate; if the user 
sees the export dialog, that is not an automated case anyway".

Thats true, but the pdf export dialog is the best place to configure export 
option like warning or not during export. The currente OO release uses the 
options configured in that dialog as default options for any pdf export 
(automated or not).

The usual way to automate processes it is to use as much as OO offers out of 
the box.
When exporting to pdf, the easier way to specify the export configuration is to 
configure it using the dialog and, as OO reuses the latest configuration, it 
will run the automated pdf generation using the parameter selected in the user 
interface.

Doing this configuring the filter requires some logic to configure export 
parameters which is already implemented in the configuration dialog, and could 
need some maintenance if configuration options change in the future.

Doing this
        args(0).Name = "FilterName"
        args(0).Value = "pdf"
        doc.storeToUrl(url, args)

Will store a pdf using the pdf export options selected in the user interface.
If you implement the pdf export properties in the filter, then I need to 
implement another interface to edit pdf export properties or make something 
like configuration files to manage something already managed by OO.

Implementing the check box is somthing useful for interactive users and 
automated processes too the same way we can select the pdf type or other 
parameters.


---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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

Reply via email to