Hi Yu,

sorry for the late reply. Where working hard on the upcoming beta
release

Chen, Yu wrote:
Hello, I am working on a program that automates the HTML/WebCast exporting... Is it achievable??
Yes, you can use the html export, please see the documentation in
the sdk on how to use export filters. The name of this export filter
is "impress_html_Export".

Now I have the followings from Common.properties,/ for portion component.group[Filter].group[HTML].group[Export], /but I don't see any filterData parameters on how to configure WebCast exporting. Any one have any insights? Am I looking into the proper properties files, or is webcast exporting even supported yet in SO API?

Yes, I'm afraid theire not documentet yet. I have submitted an issue to myself for this. I have put you on the cc of issue 41395 so you will be informed on any changes.

Since it make take some time until I fully document all properties,
I made a draft of all available properties, maybe that helps you already.

Regards,
Christian

service ???
{
        /**     0 html
                1 frames
                2 webcast
                3 kiosk
        */
        [property] long PublishMode;

        /**
        */
        [property] string IndexURL;

        /**
                0 gif
                1 jpg
        */
        [property] long Format;
                
        /**
        */
        [property] string Compression;

        /**
        */
        [property] long Width;

        /**
        */
        [property] long UseButtonSet;

        /**
        */
        [property] boolean IsExportNotes;

        /**
        */
        [property] boolean IsExportContentsPage;

        /**
        */
        [property] string Author;

        /**
        */
        [property] string EMail;

        /**
        */
        [property] string HomepageURL;

        /**
        */
        [property] string UserText;

        /**
        */
        [property] boolean EnableDownload;

        /**
        */
        [property] long BackColor;

        /**
        */
        [property] long TextColor;

        /**
        */
        [property] long LinkColor;

        /**
        */
        [property] long VLinkColor;

        /**
        */
        [property] long ALinkColor;

        /**
        */
        [property] boolean IsUseDocumentColors;

        /**
        */
        [property] long KioskSlideDuration;

        /**
        */
        [property] boolean KioskEndless;

        /**
        */
        [property] string WebCastCGIURL;

        /**
        */
        [property] string WebCastTargetURL;

        /**
        */
        [property] string WebCastScriptLanguage;

};

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



Reply via email to