helpcenter/Web/Controls/Help/Server/Windows/Document/AddThemes/AddThemes.ascx
2019-10-04 18:45:56 +03:00

35 lines
2.3 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Adding new themes to the Document Server Presentation Editor";
MetaKeyWords = "";
MetaDescription = "Learn how to add new themes to the Document Server Presentation Editor.";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Adding new themes to the Document Server Presentation Editor</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DocumentServer/DocumentServer_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/windows-version/windows-version.ascx" /></li>
</ul>
</div>
<p>Sometimes you might want to add additional themes to <b>Document Server Presentation Editor</b> to enhance the work with the editors. That can be done quite easily.</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>By default <b>Document Server</b> uses preinstalled themes. If you would like to use additional themes you can do the following:</p>
<ol>
<li>Install the theme by copying it to <code>C:\Program Files\ONLYOFFICE\DocumentServer\sdkjs\slide\themes\src</code> (to the computer with <b>Document Server</b> installed).</li>
<li>Open the <code>C:\Program Files\ONLYOFFICE\DocumentServer\bin\</code> folder.</li>
<li>Run the <b>documentserver-generate-allfonts.bat</b> file.</li>
<li>Clear the browser cache and reopen the page.</li>
</ol>
</div>
</div>