helpcenter/Web/Controls/Help/FAQ/Technology/Technology.ascx

61 lines
3.8 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Technology FAQ";
MetaDescription = "ONLYOFFICE is a multifuntional portal for business collaboration and project management. Find answers to the frequently asked questions about ONLYOFFICE.";
MetaKeyWords = "";
}
</script>
<div class="MainHelpCenter FAQ">
<h1>Technology FAQ</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/file-formats/file-formats.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/html5-canvas/html5-canvas.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-online-editor-features/onlyoffice-online-editor-features.ascx" /></li>
</ul>
</div>
<p class="fq_expand"><span>Expand all</span></p>
<p class="fq_collapse"><span>Collapse all</span></p>
<dl class="faq_block" id="technology_1">
<dt>What is your technology based on?</dt>
<dd>
<p>ONLYOFFICE Online Editor is a brand new level in online document processing. It is the first editor built in HTML5 taking advantage of the Canvas abilities while all other existing online editors use HTML4.</p>
</dd>
</dl>
<dl class="faq_block" id="technology_2">
<dt>How will the documents look in different browsers?</dt>
<dd>
<p>Formatting and content loss are common problems for other online editors when it comes to conversion, viewing and editing files in different formats and browsers. We use Canvas - a part of HTML5 - to gain 100% equality. This element allows for getting free access to pixels and independent text drawing. This is why the document looks the same in any browser and any format.</p>
</dd>
</dl>
<dl class="faq_block" id="technology_4">
<dt>What about large files? Will they work alright?</dt>
<dd>
<p>All the existing online editors fail to upload, view and zoom large files and images. We've created an absolutely new architecture code that makes ONLYOFFICE Online Editor as powerful as a desktop editor when working with large documents, paging and zooming.</p>
</dd>
</dl>
<dl class="faq_block" id="technology_5">
<dt>Are the features limited compared with desktop editors?</dt>
<dd>
<p>Most online document editors provide a very limited toolset. ONLYOFFICE Online Editor offers the enhanced feature-rich toolset, so you may get advantage of various fonts, styles and multiple line spacing as you are used to with your favourite desktop editor.</p>
</dd>
</dl>
<dl class="faq_block" id="technology_6">
<dt>What formats of files I can edit?</dt>
<dd>
<p>You can edit documents, spreadsheets and presentations of the most popular formats: DOC, DOCX, ODT, RTF, TXT, XLS, XLSX, ODS, CSV, PPTX, PPT, ODP. While uploading or opening the file for editing, it will be converted to the Office Open XML format. It's done to speed up the file processing and increase the interoperability.</p>
</dd>
</dl>
<dl class="faq_block" id="technology_7">
<dt>I still have issues with the documents. Where can I find more information?</dt>
<dd>
<p>Please feel free to read our <a href="<%=VirtualPathUtility.ToAbsolute("~/troubleshooting/documents.aspx")%>">Documents Troubleshooting</a> section for more technical information about ONLYOFFICE documents or <a href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/index.aspx")%>">Online Editors</a> section to learn how to perform different operations with the documents.</p>
</dd>
</dl>
</div>