helpcenter/Web/Controls/Help/Troubleshooting/Documents/Documents.ascx
2017-07-18 10:59:11 +03:00

110 lines
8.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 = "Troubleshooting. Documents";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Report Templates";
guides.RelatedTips = "Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic reports by email.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="GeneralIssues">General issues</span></li>
<li><span class="gs_link" id="CreatedUploadedIssues">Issues with previously created/uploaded documents</span></li>
<li><span class="gs_link" id="SharedIssues">Issues with previously shared documents</span></li>
<li><span class="gs_link" id="NewIssues">Issues with new documents</span></li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-documents/onlyoffice-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/file-formats/file-formats.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/presentations/presentations.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/spreadsheets/spreadsheets.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/upload-files/upload-files.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-documents/create-documents.ascx" /></li>
</ul>
</div>
<div class="gs_content" id="GeneralIssues_block">
<h2>General issues</h2>
<div class="question_answer">
<p><span>Q:</span>What is Open Office XML?</p>
<p><span class="answer">A:</span>It's a well-known file format of Microsoft Office 2007 and higher. It was developed by Microsoft for saving and exchanging editable office documents and includes the following file extensions: DOCX, XLSX, PPTX.</p>
</div>
<div class="question_answer">
<p><span>Q:</span>What advantages does the usage of the Open Office XML format in the online office have?</p>
<p><span class="answer">A:</span>Thanks to this new uniform file format you can:</p>
<ul>
<li>create new text documents in DOCX, spreadsheets in XLSX, presentations in PPTX directly in your online office,</li>
<li>use files of this commonly used format from your Box, Dropbox, Google, or SkyDrive account in the online office and vice versa without conversion,</li>
<li>embed documents from the online office into your website or blog letting the visitors download them in the format that is supported by almost any document editor,</li>
<li>download files from the portal and look them through on your computer without bothering about the application you can use to open these documents,</li>
<li>attach documents to your emails and send them to various recipients who will be able to read them using any document viewer.</li>
</ul>
</div>
</div>
<div class="gs_content" id="CreatedUploadedIssues_block">
<h2>Issues with previously created/uploaded documents</h2>
<div class="question_answer">
<p><span>Q:</span>What happened to my files previously created in my online office?</p>
<p><span class="answer">A:</span>All files in the internal format with the .doct, .xlst, .pptt extensions that were previously created in your online office were automatically converted to the new uniform format and got the following file extensions: DOCX, XLSX, PPTX.</p>
</div>
<div class="question_answer">
<p><span>Q:</span>What happened to my files previously uploaded to my online office?</p>
<p><span class="answer">A:</span>All files previously uploaded to the online office were converted to the internal format with the .doct, .xlst, .pptt extensions. As a result, two versions of one and the same document appeared in the online office: a file in the original format and another one in the internal format (.doct, .xlst, .pptt). On 27th June 2013 all documents in the internal format were automatically converted to the new uniform format (DOCX, XLSX, PPTX). Now you have two same-titled files in the online office: a document in the original format and another one in DOCX/ XLSX/ PPTX.</p>
<div class="notehelp">The scenario described above was true only if the 'Upload the documents in original format as well' box was checked while uploading the files. If this box was unchecked, only the document converted to the internal format (.doct, .xlst, .pptt) appeared in your online office. Such documents were automatically converted to the new uniform format on 27th June 2013.</div>
</div>
<div class="question_answer">
<p><span>Q:</span>You wrote that my documents were converted to the new uniform format automatically. Why do some of them still have the .doct, .xlst, .pptt extensions?</p>
<p><span class="answer">A:</span>These are the files you previously created in your online office, downloded to your PC and then uploaded back to the online office. Such files keep the internal format (.doct, .xlst, .pptt) until you open them with <em>Document Editor</em> and save clicking the <img alt="Save icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/save.png")%>" /> icon at the top toolbar. After that the documents will be automatically converted to the Open Office XML format (DOCX, XLSX, PPTX).</p>
</div>
<div class="question_answer">
<p><span>Q:</span>I have some files in my online office with the <img alt="Original tag" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/original.png")%>" /> tag. What does it mean?</p>
<p><span class="answer">A:</span>This tag is added to the files that initially had the Open Office XML format (DOCX, XLSX, PPTX). It appears in the following situation:</p>
<p>You previously uploaded a file in Open Office XML format (DOCX, XLSX, PPTX). During the uploading process two versions of this document were created: a file in the original format (DOCX, XLSX, PPTX) and another one in the internal format (.doct, .xlst, .pptt) for editing. On 27th June 2013 all documents in the internal format were automatically converted to the new uniform format (DOCX, XLSX, PPTX). As a result, you have two same-titled DOCX/ XLSX/ PPTX files in your online office: the converted one and the original one with the <img alt="Original tag" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/original.png")%>" /> tag.</p>
</div>
<div class="question_answer">
<p><span>Q:</span>My DOCT, XLST, PPTT documents were automatically converted to DOCX, XLSX, PPTX. What happened to the previous versions of these files? Can I preview and restore them?</p>
<p><span class="answer">A:</span>Yes, you can access and manage previous versions of converted DOCX, XLSX, PPTX documents in the online office.</p>
</div>
</div>
<div class="gs_content" id="SharedIssues_block">
<h2>Issues with previously shared documents</h2>
<div class="question_answer">
<p><span>Q:</span>Are the embedded or shared via link documents affected?</p>
<p><span class="answer">A:</span>In spite of the format change, the documents embedded into your website, blog or application as well as the files shared for everyone with the link are still available for your website/blog visitors, application users and people outside the portal who have the link.</p>
</div>
</div>
<div class="gs_content" id="NewIssues_block">
<h2>Issues with new documents</h2>
<div class="question_answer">
<p><span>Q:</span>Can I upload any documents to the online office as before?</p>
<p><span class="answer">A:</span>Yes, you can upload files in any format as before. The only difference is uploading files in the Open Office XML format (DOCX, XLSX, PPTX) they will appear in your online office without conversion. If you upload documents in any other format, the conversion process will take place and two versions of one and the same document will appear in your online office: a file in the original format and another one in DOCX/ XLSX/ PPTX.</p>
</div>
<div class="question_answer">
<p><span>Q:</span>Do DOCX, XLSX, PPTX documents take advantage of versioning capabilities?</p>
<p><span class="answer">A:</span>Yes, you can now access and manage the previous versions of newly created DOCX, XLSX, PPTX documents in the online office.</p>
</div>
</div>
</div>