HTML Export - Page 2

Determines the type of publication.

You can specify if you want to include frames, create a title, or display presentation notes.

இக்கட்டளையை அணுக...

LibreOffice Draw/LibreOffice Impress menu File - Export, select HTML file type, page 2 of the wizard


Publication type

Defines the basic settings for the intended export.

Standard HTML format

ஏற்றுமதி பக்கங்களிலிருந்து செந்தர HTML பக்கங்களை உருவாக்குகிறது.

Standard HTML with frames

Creates standard HTML pages with frames. The exported page will be placed in the main frame, and the frame to the left will display a table of contents in the form of hyperlinks.

Create title page

உங்கள் ஆவணத்திற்கான தலைப்புப் பக்கத்தை உருவாக்குகிறது.

உங்கவின் குறிப்புகளும் காட்சியளிக்கப்படுகிறதைக் குறிப்பிடுகிறது.

Automatic

Creates a default HTML presentation as a kiosk export, in which the slides are automatically advanced after a specified amount of time.

As stated in document

The slide transition depends on the timing that you set for each slide in the presentation. If you set a manual page transition, the HTML presentation introduces a new page by pressing any key from your keyboard.

Automatic

குறிப்பிட்ட நேரத்திற்குப் பிறகு பக்க மாறுநிலை தானாகவும் வழங்கலின் உள்ளடக்கங்களைச் சார்ந்தில்லாமல் நடைபெறுகிறது.

Slide view time

ஒவ்வொரு படவில்லையின் காட்சி நேர அளவை வரையறுக்கிறது.

Endless

கடைசி படவில்லை காட்சியளிக்கப்பட்ட பிறகு HTML வழங்கலைத் தானாக மறுதுவக்கம் செய்கிறது.

WebCast

In a WebCast export, automatic scripts will be generated with Perl or ASP support. This enables the speaker (for example, a speaker in a telephone conference using a slide show on the Internet) to change the slides in the audience's web browsers. You will find more information on WebCast later in this section.

Active Server Pages (ASP)

நீங்கள் ASP தேர்வைத் தேரும்போது, வலைப்பரப்பு ஏற்றுமதியானது ASP பக்கங்களை உருவாக்குகிறது. HTML வழங்கல் ASP ஐ ஆதரிக்கின்ற ஒரு வலை சேவையகத்தின் மூலம் மட்டுமே கொடுக்கப்படும் என்பதைக் கவனத்தில் கொள்ளவும்.

Perl

HTML பக்கங்களையும் பெரல் உரைநிரல்களையும் உருவாக்குவதற்கு வலைப்பரப்பு ஏற்றுமதியால் பயன்படுத்தப்பட்டது.

URL for listeners

வழங்கலைக் காண்பதற்காகப் பார்வையாளர்களால் உள்ளிட்டப்பட வேண்டிய URL (அறுதி அல்லது தொடர்பு) ஐகளைக் குறிப்பிடுகிறது.

URL for presentation

Specifies the URL (absolute or relative), where the created HTML presentation on the web server has been saved.

URL for Perl scripts

உண்டாக்கப்பட்ட பெரல் உரைநிரல்களுக்கான URL (அறுதி அல்லது தொடர்பு) ஐகளைக் குறிப்பிடுகிறது.

More Information on WebCast Export

There are two possible options for exporting LibreOffice Impress presentations using WebCast technology: Active Server Pages (ASP) and Perl.

Warning Icon

In either case, the WebCast needs an HTTP server offering either Perl or ASP as scripting. Therefore, the exporting option depends on the HTTP server used.


WebCast in ASP

Exporting

Do not use the same directory for two different HTML exports.

Using ASP WebCast

You can use WebCast as soon as the exported files can be accessed from an HTTP server.

Example:

Let's assume that you installed the Microsoft Internet Information Server on your computer. You entered the "c:\Inet\wwwroot\presentation" directory as an HTML output directory during the IIS setup. The URL of your computer is assumed as follows: "http://myserver.com".

The audience can now view the slide selected by the presenter through the URL http://myserver.com/presentation/webcast.asp. They cannot move to other slides found at this URL, unless the file names are known. Please ensure that the HTTP server does not show the directory listing.

WebCast over Perl

Exporting

Using Perl WebCast

The files that have been created during the export must now be set up in the Perl enabled HTTP server. This cannot be done automatically because of the variety of different HTTP servers having Perl support. The steps to follow will be described next. Please refer to your server manual or ask your network administrator how to apply these steps on your server.

Now you should be able to use WebCast.

Example:

In this example, you have a Linux computer with an HTTP server. The URL of your HTTP server is http://myserver.com and the output directory of your HTML documents is the //user/local/http/ directory. Your Perl scripts are contained in the //user/local/http/cgi-bin/ directory. Enter secret.htm as an export file name and presentation.htm as URL for listeners. In the URL for presentation text box enter http://myserver.com/presentation/ and for the URL for Perl scripts enter http://myserver.com/cgi-bin/.

Once you have finished installing the Perl files, the presenter will be able to give the presentation. The listeners can view this presentation under the URL http://myserver.com/presentation/presentation.htm.