Hi Zoltán,

sorry for the late answer, I was on vacation.

Juhász Zoltán wrote:
> Firstly, thanks for your help.
> 
> There are two problems:
> 
> 1. I cannot found the ODT ConvertType parameter in the list. Can you write
> it to me?

Sorry, the list needs an update for the new Open Document formats. We
will do that ASAP. For the time being here's the name for odt, it's
simply "writer8".

> 2. When I begin to convert a simple MS Doc to the following types I get an
> error with the ConvertServlet SDK example program:

(working types snipped)

> And this is not working with your list:
> 
>   // AportisDoc (Palm) - not working
>   //convert_param = "AportisDoc Palm DB";
>   //ext = "apd";
> 
>   // PDF - not working
>   //convert_param = "writer_pdf_Export";
>   //ext = "pdf";
> 
>   // PocketWord - not working
>   //convert_param = "PocketWord File";
>   //ext = "pwf";
> 
>   // PDF - Portable Document Format - not working
>   //convert_param = "writer_globaldocument_pdf_Export";
>   //ext = "pdf";

It looks as if these formats all are pure export filters, the
import/export filters seem to work, so I assume you are using
"storeAsURL" to store the file. Please try "storeToURL", this should
work for both type of filters. "storeAsURL" is only possible for filters
that export to a format OOo can import again (because it also changes
the URL/location property of the document).

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to