Initial commit. Interface articles, css, basic controls, resource file.

This commit is contained in:
trovier 2023-09-21 16:16:27 +02:00
parent 37a1d3aa9c
commit b893517636
87 changed files with 1897 additions and 4 deletions

View File

@ -1221,7 +1221,7 @@
<data name="InstallingOODocsEECloudron" xml:space="preserve">
<value>Deploying ONLYOFFICE Docs Enterprise Edition in Cloudron</value>
</data>
<data name="InstallingOODocsLinode" xml:space="preserve">
<data name="InstallingOODocsLinode" xml:space="preserve">
<value>Deploying ONLYOFFICE Docs in Linode</value>
</data>
<data name="IntegrateBoxTag" xml:space="preserve">
@ -4756,4 +4756,16 @@
<data name="OODocSpace" xml:space="preserve">
<value>ONLYOFFICE DocSpace</value>
</data>
<data name="OOPDFEditor" xml:space="preserve">
<value>ONLYOFFICE PDF Editor</value>
</data>
<data name="OOPDFEditorDescribed" xml:space="preserve">
<value>&lt;b&gt;ONLYOFFICE PDF Editor&lt;/b&gt; is an online application that lets you edit your PDFs directly on the portal.</value>
</data>
<data name="OOPDFEditorDescribed2" xml:space="preserve">
<value>Using &lt;b&gt;ONLYOFFICE PDF Editor&lt;/b&gt;, you can perform various editing operations, print the edited PDFs keeping all the formatting details or download them onto your computer hard disk drive.</value>
</data>
<data name="PDFEditor" xml:space="preserve">
<value>PDF Editor</value>
</data>
</root>

View File

@ -218,6 +218,7 @@
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-de.aspx")%>">Document Editor</a></p>
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-se.aspx")%>">Spreadsheet Editor</a></p>
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pe.aspx")%>">Presentation Editor</a></p>
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>">PDF Editor</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/mobile-index.aspx")%>">ONLYOFFICE mobile apps</a></p>
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/mobile-ios.aspx")%>">Documents for iOS</a></p>
<p class="programs-list"><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/mobile-android.aspx")%>">Documents for Android</a></p>

View File

@ -30,6 +30,7 @@
<li><a class="leftmenu_docs_de" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-de.aspx")%>">Document Editor</a></li>
<li><a class="leftmenu_docs_se" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-se.aspx")%>">Spreadsheet Editor</a></li>
<li><a class="leftmenu_docs_pe" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pe.aspx")%>">Presentation Editor</a></li>
<li><a class="leftmenu_docs_pdf" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>">PDF Editor</a></li>
</ul>
</li>
<li><a class="leftmenu_userguidesmobile" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/mobile-index.aspx")%>">ONLYOFFICE Mobile Apps</a>

View File

@ -0,0 +1,6 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_pdfeditor_toggle_expand_menu leftmenu_helpful_hints">
<li><a class="leftmenu_pdfeditor_about" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/HelpfulHints/About.aspx")%>">About PDF Editor</a></li>
<%--<li><a class="leftmenu_pdfeditor_formats" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/SupportedFormats.aspx")%>">Supported formats of electronic documents</a></li>
<li><a class="leftmenu_pdfeditor_shortcuts" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/KeyboardShortcuts.aspx")%>">Keyboard shortcuts</a></li>--%>
</ul>

View File

@ -0,0 +1,10 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_pdfeditor_toggle_expand_menu leftmenu_plugins">
<li><a class="leftmenu_pdfeditor_html" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/HTML.aspx")%>">Edit HTML</a></li>
<li><a class="leftmenu_pdfeditor_typograf" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/Typograf.aspx")%>">Correct typography</a></li>
<li><a class="leftmenu_pdfeditor_wordcounter" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/WordCounter.aspx")%>">Count words</a></li>
<li><a class="leftmenu_pdfeditor_translator" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/Translator.aspx")%>">Translate text</a></li>
<li><a class="leftmenu_pdfeditor_speech" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/Speech.aspx")%>">Read the text out loud</a></li>
<li><a class="leftmenu_pdfeditor_speechinput" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/Speechinput.aspx")%>">Type via voice</a></li>
<li><a class="leftmenu_pdfeditor_communicationplugins" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a></li>
</ul>

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_pdfeditor_toggle_expand_menu leftmenu_pdfeditor_interface">
<li><a class="leftmenu_pdfeditor_programinterface" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/ProgramInterface.aspx")%>">Introducing the PDF Editor user interface</a></li>
<li><a class="leftmenu_pdfeditor_filetab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/FileTab.aspx")%>">File tab</a></li>
<li><a class="leftmenu_pdfeditor_hometab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/HomeTab.aspx")%>">Home tab</a></li>
<li><a class="leftmenu_pdfeditor_commenttab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/ReferencesTab.aspx")%>">Comment tab</a></li>
<li><a class="leftmenu_pdfeditor_viewtab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/ViewTab.aspx")%>">View tab</a></li>
<li><a class="leftmenu_pdfeditor_pluginstab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/ProgramInterface/PluginsTab.aspx")%>">Plugins tab</a></li>
</ul>

View File

@ -0,0 +1,34 @@
<%@ Control Language="C#" %>
<ul class="documenteditor_ui_expand_menu">
<%--<li><a class="leftmenu_documenteditor_setparameters" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/SetPageParameters.aspx")%>">Set page parameters</a></li>
<li><a class="leftmenu_documenteditor_changecolorscheme" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/ChangeColorScheme.aspx")%>">Change color scheme</a></li>
<li><a class="leftmenu_documenteditor_copypaste" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CopyPasteUndoRedo.aspx")%>">Copy/paste text passages, undo/redo your actions</a></li>
<li><a class="leftmenu_documenteditor_nonprintingcharacters" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/NonprintingCharacters.aspx")%>">Show/hide nonprinting characters</a></li>
<li><a class="leftmenu_documenteditor_aligntext" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AlignText.aspx")%>">Align your text in a line or paragraph</a></li>
<li><a class="leftmenu_documenteditor_formattingpresets" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/FormattingPresets.aspx")%>">Apply formatting presets</a></li>
<li><a class="leftmenu_documenteditor_backgroundcolor" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/BackgroundColor.aspx")%>">Select background color for a paragraph</a></li>
<li><a class="leftmenu_documenteditor_paragraphindents" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/ParagraphIndents.aspx")%>">Change paragraph indents</a></li>
<li><a class="leftmenu_documenteditor_linespacing" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/LineSpacing.aspx")%>">Set paragraph line spacing</a></li>
<li><a class="leftmenu_documenteditor_pagebreaks" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/PageBreaks.aspx")%>">Insert page breaks</a></li>
<li><a class="leftmenu_documenteditor_sectionbreaks" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/SectionBreaks.aspx")%>">Insert section breaks</a></li>
<li><a class="leftmenu_documenteditor_addborders" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddBorders.aspx")%>">Add borders</a></li>
<li><a class="leftmenu_documenteditor_fontsize" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/FontTypeSizeColor.aspx")%>">Set font type, size, and color</a></li>
<li><a class="leftmenu_documenteditor_decorationstyles" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/DecorationStyles.aspx")%>">Apply font decoration styles</a></li>
<li><a class="leftmenu_documenteditor_copyclearformatting" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CopyClearFormatting.aspx")%>">Copy/clear text formatting</a></li>
<li><a class="leftmenu_documenteditor_settabstops" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/SetTabStops.aspx")%>">Set tab stops</a></li>
<li><a class="leftmenu_documenteditor_createlists" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CreateLists.aspx")%>">Create lists</a></li>
<li><a class="leftmenu_documenteditor_inserttables" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTables.aspx")%>">Insert tables</a></li>
<li><a class="leftmenu_documenteditor_insertimages" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertImages.aspx")%>">Insert images</a></li>
<li><a class="leftmenu_documenteditor_insertautoshapes" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertAutoshapes.aspx")%>">Insert autoshapes</a></li>
<li><a class="leftmenu_documenteditor_insertchart" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertCharts.aspx")%>">Insert charts</a></li>
<li><a class="leftmenu_documenteditor_addhyperlinks" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddHyperlinks.aspx")%>">Add hyperlinks</a></li>
<li><a class="leftmenu_documenteditor_insertdropcap" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertDropCap.aspx")%>">Insert a drop cap</a></li>
<li><a class="leftmenu_documenteditor_headersfooters" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertHeadersFooters.aspx")%>">Insert headers and footers</a></li>
<li><a class="leftmenu_documenteditor_pagenumbers" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertPageNumbers.aspx")%>">Insert page numbers</a></li>
<li><a class="leftmenu_documenteditor_insertequation" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertEquation.aspx")%>">Insert equations</a></li>
<li><a class="leftmenu_documenteditor_inserttextobjects" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTextObjects.aspx")%>">Insert text objects</a></li>
<li><a class="leftmenu_documenteditor_usemailmerge" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/UseMailMerge.aspx")%>">Use Mail Merge</a></li>
<li><a class="leftmenu_documenteditor_viewinfo" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/ViewDocInfo.aspx")%>">View document information</a></li>
<li><a class="leftmenu_documenteditor_saveprintdownload" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/SavePrintDownload.aspx")%>">Save/download/print your document</a></li>
<li><a class="leftmenu_documenteditor_opencreatenew" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/OpenCreateNew.aspx")%>">Create a new document or open an existing one</a></li>--%>
</ul>

View File

@ -0,0 +1,91 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="link" TagName="sm01" Src="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ProgramInterface/PDFProgramInterface.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0089" Src="~/Controls/Help/Video/AllVideoControls/0089_telegram.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0085" Src="~/Controls/Help/Video/AllVideoControls/0085_translate.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0092" Src="~/Controls/Help/Video/AllVideoControls/0092_htmlplugin.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0096" Src="~/Controls/Help/Video/AllVideoControls/0096_languagetool_plugin.ascx" %>
<script runat="server">
string CurCulture2ISOName = System.Threading.Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName;
string LocalizedPageTitle = "",
LocalizedMetaDescription = "",
LocalizedMetaKeyWords = "";
protected override void Init()
{
switch (CurCulture2ISOName)
{
case "en":
default:
LocalizedPageTitle = "UserGuides - Docs ONLYOFFICE PDF Editor";
LocalizedMetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Docs PDF Editor";
break;
case "de":
LocalizedPageTitle = "Benutzeranleitungen - Docs ONLYOFFICE PDF-Editor";
LocalizedMetaDescription = "ONLYOFFICE Benutzeranleitungen - ONLYOFFICE Docs PDF-Editor";
break;
case "fr":
LocalizedPageTitle = "Guides d'utilisateur - Docs ONLYOFFICE PDF-Editor";
LocalizedMetaDescription = "Guides d'utilisateur ONLYOFFICE - ONLYOFFICE Docs PDF-Editor";
break;
case "ru":
LocalizedPageTitle = "Руководства пользователя - Docs ONLYOFFICE Редактор PDF";
LocalizedMetaDescription = "ONLYOFFICE Руководства пользователя - ONLYOFFICE Docs Редактор PDF";
break;
}
PageTitle = PageCaption = LocalizedPageTitle;
MetaKeyWords = LocalizedMetaKeyWords;
MetaDescription = LocalizedMetaDescription;
}
//public partial class _Default : BasePage
//{
// protected void Page_Load(object sender, EventArgs e)
// {
// }
//}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1><asp:Literal runat="server" Text="<%$ Resources:Resource, UserGuides %>" /></h1>
<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<video:avc0089 ID="avc4" runat="server" />
<video:avc0085 ID="avc6" runat="server" />
<video:avc0092 ID="avc7" runat="server" />
<video:avc0096 ID="avc8" runat="server" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor"><asp:Literal runat="server" Text="<%$ Resources:Resource, OOPDFEditor %>" /></h2>
<div class="described">
<p><asp:Literal runat="server" Text="<%$ Resources:Resource, OOPDFEditorDescribed %>" /></p>
<p><asp:Literal runat="server" Text="<%$ Resources:Resource, OOPDFEditorDescribed2 %>" /></p>
</div>
<%-- <h2><asp:Literal runat="server" Text="<%$ Resources:Resource, SpreadsheetEditor %>" /></h2>--%>
<ul>
<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, ProgramInterface %>" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ProgramInterface/PDFProgramInterface.ascx" />
</li>
<li>
<h6><asp:Literal runat="server" Text="<%$ Resources:Resource, Plugins %>" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/Plugins/PDFPlugins.ascx" />
</li>
<%--<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, ToolsAndSettings %>" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ToolsAndSettings/PDFToolsAndSettings.ascx" />
</li>--%>
<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, HelpfulHints %>" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/HelpfulHints/PDFHelpfulHints.ascx" />
</li>
</ul>
</li>
</ul>
</div>

View File

@ -351,6 +351,33 @@
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, PDFEditor %>" /></a></h2>
<ul>
<li>
<h6>
<asp:Literal runat="server" Text="<%$ Resources:Resource, ProgramInterface %>" />
</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ProgramInterface/PDFProgramInterface.ascx" />
</li>
<li>
<h6>
<asp:Literal runat="server" Text="<%$ Resources:Resource, Plugins %>" />
</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/Plugins/PDFPlugins.ascx" />
</li>
<%--<li>
<h6>
<asp:Literal runat="server" Text="<%$ Resources:Resource, ToolsAndSettings %>" />
</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ToolsAndSettings/PDFToolsAndSettings.ascx" />
</li>--%>
<li>
<h6>
<asp:Literal runat="server" Text="<%$ Resources:Resource, HelpfulHints %>" />
</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/HelpfulHints/PDFHelpfulHints.ascx" />
</li>
</ul>
</div>
</li>
@ -360,5 +387,6 @@
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-de.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, DocumentEditor %>" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-se.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, SpreadsheetEditor %>" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pe.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, PresentationEditor %>" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, PDFEditor %>" /></a></li>
</ul>
</div>

View File

@ -947,6 +947,33 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PresentationEditor/HelpfulHints/PEHelpfulHints.ascx" />
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>">PDF Editor</a></h2>
<ul>
<li>
<h5>
<asp:Literal runat="server" Text="<%$ Resources:Resource, ProgramInterface %>" />
</h5>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ProgramInterface/PDFProgramInterface.ascx" />
</li>
<li>
<h5>
<asp:Literal runat="server" Text="<%$ Resources:Resource, Plugins %>" />
</h5>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/Plugins/PDFPlugins.ascx" />
</li>
<%--<li>
<h5>
<asp:Literal runat="server" Text="<%$ Resources:Resource, ToolsAndSettings %>" />
</h5>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/ToolsAndSettings/PDFToolsAndSettings.ascx" />
</li>--%>
<li>
<h5>
<asp:Literal runat="server" Text="<%$ Resources:Resource, HelpfulHints %>" />
</h5>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PDFEditor/HelpfulHints/PDFHelpfulHints.ascx" />
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</div>
</li>
@ -956,6 +983,7 @@
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-de.aspx")%>">Document Editor</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-se.aspx")%>">Spreadsheet Editor</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pe.aspx")%>">Presentation Editor</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docs-pdf.aspx")%>">PDF Editor</a></li>
</ul>
<ul class="block-editor">

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<h5><a href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, PDFEditor %>" /></a></h5>

View File

@ -0,0 +1,46 @@
<%@ Master Language="C#" MasterPageFile="~/Masters/HelpCenter.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<cc:LocalizeContent ID="ScreenTextHelp" runat="Server" ControlName="~/Controls/Help/TextContainer/TextContainer.ascx" />
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="pagebodyid" runat="Server">
<body class="features_all document_editors">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="Server">
<cc:LocalizeContent ID="ScreenHelp" runat="Server" ControlName="~/Controls/Help/ScreenHelp/ScreenHelp.ascx" />
<div class="InnerPage">
<div class="undertop">
<div class="mobile_table_contents"><span></span></div>
<div class="Breads">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/TopHelpCenter/TopHelpCenter.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/ONLYOFFICEEditorsTop/ONLYOFFICEEditorsTop.ascx" />
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</div>
</div>
<div class="innerblue">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
<div class="description documenteditorpages pdficons">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/SearchLine/SearchLine.ascx" />
<div class="menuleft">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/DocumentEditors.ascx" />
</div>
<div class="MainHelpCenter">
<h1><%= DocHelpParcing.Title%></h1>
<asp:contentplaceholder id="guidescontent" runat="server"></asp:contentplaceholder>
<%= DocHelpParcing.Content%>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HistoryBack/HistoryBack.ascx" />
</div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/CloudPageButtons.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/SocialButtons/SocialButtons.ascx" />
<a name="comments"></a>
</div>
<div class="clearFix"></div>
</div>
</div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/UpArrow/UpArrow.ascx" />
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="MPScripts" runat="Server">
<script type="text/javascript" language="javascript" src="<%=VirtualPathUtility.ToAbsolute("~/js/help/hidetooltip.js")%>"></script>
<script type="text/javascript" src="<%=VirtualPathUtility.ToAbsolute("~/js/help/arrowup.js")%>"></script>
</asp:Content>

View File

@ -0,0 +1,28 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-online-editor-features/onlyoffice-online-editor-features.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/electronic-documents/electronic-documents.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_hh about pdf_editor_hints">
</asp:Content>

View File

@ -0,0 +1,29 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="OOEditorsSettingsTag" Src="~/Controls/Help/Tags/onlyoffice-online-editor-settings/onlyoffice-online-editor-settings.ascx" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:OOEditorsSettingsTag ID="OOEditorsSettingsTag2" runat="server" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-comments-to-documents/add-comments-to-documents.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_hh advanced pdf_editor_tools">
</asp:Content>

View File

@ -0,0 +1,40 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/edit-documents/edit-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/using-chat-while-editing/using-chat-while-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-comments-to-documents/add-comments-to-documents.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<div class="video_text">
<div class="video_block">
<a onclick="showVideoContainer();" class="fast_strict_video"><span class="playbackbutton"></span></a>
</div>
</div>
</div>
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/8z1iLv32J2M?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_hh coediting pdf_editor_coediting">
</asp:Content>

View File

@ -0,0 +1,31 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="RulersTag" Src="~/Controls/Help/Tags/using-rulers/using-rulers.ascx" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/navigation-tools/navigation-tools.ascx" /></li>
<li><cc:RulersTag ID="RulersTag1" runat="server" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/page-margins/page-margins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/zoom-options/zoom-options.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_hh navigation pdf_editor_tools">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui commenttab pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui filetab pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui hometab pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui pluginstab pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui programinterface pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui viewtab pdf_editor_interface">
</asp:Content>

View File

@ -0,0 +1,150 @@
body
{
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
color: #666;
background: #fff;
}
img
{
border: none;
vertical-align: middle;
}
img.floatleft
{
float: left;
margin-right: 30px;
margin-bottom: 10px;
}
img.floatright
{
float: right;
margin-left: 30px;
margin-bottom: 10px;
}
li
{
line-height: 2em;
}
.mainpart
{
margin: 0;
padding: 10px 20px;
}
.mainpart h1
{
font-size: 16px;
font-weight: bold;
}
table,
tr,
td,
th
{
border-left: 0;
border-right: 0;
border-bottom: solid 1px #E4E4E4;
border-collapse: collapse;
padding: 8px;
text-align: left;
}
table
{
margin: 20px 0;
width: 100%;
}
th
{
font-size: 14px;
font-weight: bold;
padding-top: 20px;
}
td.function
{
width: 35%;
}
td.shortfunction
{
width: 20%;
}
td.combination
{
width: 15%;
}
td.description
{
width: 50%;
}
td.longdescription
{
width: 80%;
}
.note
{
background: #F4F4F4;
font-size: 11px;
padding: 10px 20px 10px 37px;
width: 90%;
margin: 10px 0;
line-height: 1em;
min-height: 14px;
}
.note:before {
width: 18px;
height: 18px;
background: #83888D;
font-weight: 900;
content: "!";
text-align: center;
font-size: 16px;
border-radius: 50%;
color: white;
display: inline-block;
line-height: 18px;
float: left;
position: relative;
left: -20px;
top: -3px;
}
hr
{
height: 1px;
width: 90%;
text-align: left;
margin: 10px 0 15px;
color: #E4E4E4;
background-color: #E4E4E4;
border: 0;
clear: both;
}
a
{
color: #7496DD;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
a.sup_link {
text-decoration: none;
}

View File

@ -0,0 +1,20 @@
[
{"src": "ProgramInterface/ProgramInterface.htm", "name": "Introducing PDF Editor user interface", "headername": "Program Interface"},
{"src": "ProgramInterface/FileTab.htm", "name": "File tab"},
{"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"},
{ "src": "ProgramInterface/CommentTab.htm", "name": "Comment tab" },
{"src": "ProgramInterface/ViewTab.htm", "name": "View tab"},
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
{ "src": "HelpfulHints/Commenting.htm", "name": "Commenting PDFs", "headername": "Collaboration" },
{"src": "UsageInstructions/Translator.htm", "name": "Translate text", "headername": "Plugins"},
{"src": "UsageInstructions/Speech.htm", "name": "Read the text out loud" },
{"src": "UsageInstructions/Speechinput.htm", "name": "Type via voice" },
{"src": "UsageInstructions/WordCounter.htm", "name": "Count words"},
{"src": "UsageInstructions/HTML.htm", "name": "Edit HTML"},
{ "src": "UsageInstructions/Typograf.htm", "name": "Correct typography" },
{ "src": "UsageInstructions/CommunicationPlugins.htm", "name": "Communicate while editing" },
{"src": "UsageInstructions/ViewPDFInfo.htm", "name": "View PDF information", "headername": "Tools and settings"},
{"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of PDF Editor"},
{"src": "HelpfulHints/Navigation.htm", "name": "View settings and navigation tools" },
{"src": "HelpfulHints/About.htm", "name": "About PDF Editor", "headername": "Helpful hints"},
]

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>About PDF Editor</title>
<meta charset="utf-8" />
<meta name="description" content="The short description of PDF Editor" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>About the PDF Editor</h1>
<p>The <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> is an <span class="onlineDocumentFeatures">online</span> application that allows you to view through
and edit PDFS<span class="onlineDocumentFeatures"> directly in your browser</span>.</p>
<p>Using the <b>PDF Editor</b>, you can perform various editing operations,
print the edited PDFs keeping all the formatting details or download them onto your computer hard disk drive.</p>
<p><span class="onlineDocumentFeatures">To view the current software version, build number, and licensor details in the <em>online version</em>, click the <span class = "icon icon-about"></span> icon on the left sidebar.</span> <!--<span class="desktopDocumentFeatures"> To view the current software version and licensor details in the <em>desktop version</em> for Windows, select the <b>About</b> menu item on the left sidebar of the main program window. In the <em>desktop version</em> for Mac OS, open the <b>ONLYOFFICE</b> menu at the top of the screen and select the <b>About ONLYOFFICE</b> menu item.</span>--></p>
</div>
</body>
</html>

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<title>Advanced Settings of the PDF Editor</title>
<meta charset="utf-8" />
<meta name="description" content="The advanced settings of the PDF Editor" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Advanced Settings of the PDF Editor</h1>
<p>The <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> allows you to change its advanced settings. To access them, open the <b>File</b> tab on the top toolbar and select the <b>Advanced Settings</b> option.</p>
<p>The advanced settings are grouped as follows:</p>
<h3>Collaboration</h3>
<ol>
<li><b>Show comments in text</b>. If you disable this feature, the commented passages will be highlighted only if you click the <b>Comments</b> <div class="icon icon-commentsicon"></div> icon on the left sidebar.</li>
<li><b>Show resolved comments</b>. This feature is disabled by default so that the resolved comments are hidden in the PDF text. You can view such comments only if you click the <b>Comments</b> <div class="icon icon-commentsicon"></div> icon on the left sidebar. Enable this option if you want to display resolved comments in the PDF text.</li>
</ol>
<h3>Workspace</h3>
<ol>
<li>The <b>Use Alt key to navigate the user interface using the keyboard</b> option is used to enable using the <em>Alt</em> / <em>Option</em> key in keyboard shortcuts.</li>
<li>
The <b>Interface theme</b> option is used to change the color scheme of the editors interface.
<ul>
<li>The <b>Same as system</b> option makes the editor follow the interface theme of your system.</li>
<li>The <b>Light</b> color scheme incorporates standard blue, white, and light gray colors with less contrast in UI elements suitable for working during daytime.</li>
<li>The <b>Classic Light</b> color scheme incorporates standard blue, white, and light gray colors.</li>
<li>The <b>Dark</b> color scheme incorporates black, dark gray, and light gray colors suitable for working during nighttime.</li>
<li>The <b>Contrast Dark</b> color scheme incorporates black, dark gray, and white colors with more contrast in UI elements highlighting the working area of the file.</li>
<li>
The <b>Turn on document dark mode</b> option is used to make the working area darker when the editor is set to <b>Dark</b> or <b>Contrast Dark</b> interface theme. Check the <b>Turn on document dark mode</b> box to enable it.
<p class="note"><b>Note</b>: Apart from the available <b>Light</b>, <b>Classic Light</b>, <b>Dark</b>, and <b>Contrast Dark</b> interface themes, ONLYOFFICE editors can now be customized with your own color theme. Please follow <a target="_blank" href="https://helpcenter.onlyoffice.com/installation/docs-developer-change-theme.aspx" onclick="onhyperlinkclick(this)">these instructions</a> to learn how you can do that.</p>
</li>
</ul>
</li>
<li>
The <b>Default Zoom Value</b> option is used to set the default zoom value, selecting it in the list of available options from 50% to 500%. You can also choose the <em>Fit to Page</em>, <em>Fit to Width</em>, or <em>Last Used</em> option.
<p class="note">The <em>Last Used</em> option refers to the last set scaling during the current session.</p>
</li>
<li>
The <b>Font Hinting</b> option is used to select how fonts are displayed in the PDF Editor.
<ul>
<li>Choose <b>As Windows</b> if you like the way fonts are usually displayed on Windows, i.e. using Windows font hinting.</li>
<li>Choose <b>As OS X</b> if you like the way fonts are usually displayed on a Mac, i.e. without any font hinting at all.</li>
<li>Choose <b>Native</b> if you want your text to be displayed with the hinting embedded into font files.</li>
<li>
<b>Default cache mode</b> - used to select the cache mode for the font characters. Its not recommended to switch it without any reason. It can be helpful in some cases only, for example, when an issue in the Google Chrome browser with the enabled hardware acceleration occurs.
<p>The Document Editor has two cache modes:</p>
<ol>
<li>In the <b>first cache mode</b>, each letter is cached as a separate picture.</li>
<li>In the <b>second cache mode</b>, a picture of a certain size is selected where letters are placed dynamically and a mechanism of allocating/removing memory in this picture is also implemented. If there is not enough memory, a second picture is created, etc.</li>
</ol>
<p>The <b>Default cache mode</b> setting applies two above mentioned cache modes separately for different browsers:</p>
<ul>
<li>When the <b>Default cache mode</b> setting is enabled, Internet Explorer (v. 9, 10, 11) uses the <b>second cache mode</b>, other browsers use the <b>first cache mode</b>.</li>
<li>When the <b>Default cache mode</b> setting is disabled, Internet Explorer (v. 9, 10, 11) uses the <b>first cache mode</b>, other browsers use the <b>second cache mode</b>.</li>
</ul>
</li>
</ul>
</li>
</ol>
<p>To save the changes you made, click the <b>Apply</b> button.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,77 @@
<!DOCTYPE html>
<html>
<head>
<title>Commenting PDFs</title>
<meta charset="utf-8" />
<meta name="description" content="Tips on collaborative editing" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Commenting PDFs</h1>
<p>The <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> allows you to maintain constant team-wide approach to work flow: <a href="https://helpcenter.onlyoffice.com/userguides/groups-guides-documents-share-documents.aspx" onclick="onhyperlinkclick(this)">share</a> files and folders, <a href="../HelpfulHints/Communicating.htm" onclick="onhyperlinkclick(this)">communicate</a> right in the editor.</p>
<p>In <b>PDF Editor</b> you can leave comments to the content of PDFs without actually editing it. Unlike <a href="../HelpfulHints/Communicating.htm" onclick="onhyperlinkclick(this)">chat</a> messages, the comments stay until deleted.</p>
<h3>Leaving comments and replying to them</h3>
<p>To leave a comment,</p>
<ol>
<li>select a text passage where you think there is an error or problem,</li>
<li>
switch to the <b>Comment</b> tab of the top toolbar and click the <div class = "icon icon-comment_toptoolbar"></div> <b>Comment</b> button, or<br />
right-click the selected text passage and select the <b>Add Сomment</b> option from the contextual menu,
</li>
<li>enter the required text,</li>
<li>click the <b>Add Comment/Add</b> button.</li>
</ol>
<p>The comment will be seen on the <b>Comments</b> panel on the left. Any other user can answer the added comment asking questions or reporting on the work they have done. For this purpose, click the <b>Add Reply</b> link situated under the comment, type in your reply in the entry field and press the <b>Reply</b> button.</p>
<h3>Disabling display of comments</h3>
<p>The text passage you commented will be highlighted in the PDF. To view the comment, just click within the passage. To disable this feature,</p>
<ol>
<li>click the <b>File</b> tab at the top toolbar,</li>
<li>select the <b>Advanced Settings</b> option,</li>
<li>uncheck the <b>Show comments in text</b> box.
<p class="note">The same option can be found on the <b>Comment</b> tab as well.</p></li>
</ol>
<p>Now the commented passages will be highlighted only if you click the <span class = "icon icon-commentsicon"></span> icon.</p>
<h3>Managing comments</h3>
<p>You can manage the added comments using the icons in the comment balloon or on the <b>Comments</b> panel on the left:</p>
<ul>
<li>
sort the added comments by clicking the <div class = "icon icon-sortcommentsicon"></div> icon:
<ul>
<li>by date: <b>Newest</b> or <b>Oldest</b>. This is the sort order by default.</li>
<li>
by author: <b>Author from A to Z</b> or <b>Author from Z to A</b>.
<p><img alt="Sort comments" src="../images/sortcomments.png" /></p>
</li>
</ul>
</li>
<li>edit the currently selected comment by clicking the <div class = "icon icon-editcommenticon"></div> icon,</li>
<li>delete the currently selected comment by clicking the <div class = "icon icon-deletecommenticon"></div> icon,</li>
<li>close the currently selected discussion by clicking the <div class = "icon icon-resolveicon"></div> icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the <div class = "icon icon-resolvedicon"></div> icon. If you want to hide resolved comments, click the <b>File</b> tab on the top toolbar, select the <b>Advanced Settings</b> option, uncheck the <b>Show resolved comments</b> box and click <b>Apply</b>. In this case the resolved comments will be highlighted only if you click the <div class = "icon icon-commentsicon"></div> icon.</li>
</ul>
<h3>Adding mentions</h3>
<p class="note">You can only add mentions to the comments made to the text parts and not to the PDF itself.</p>
<p>When entering comments, you can use the <b>mentions</b> feature that allows you to attract somebody's attention to the comment and send a notification to the mentioned user via email and <b>Talk</b>.</p>
<p>To add a mention,</p>
<ol>
<li>Enter the "+" or "@" sign anywhere in the comment text - a list of the portal users will open. To simplify the search process, you can start typing a name in the comment field - the user list will change as you type.</li>
<li>Select the necessary person from the list. If the file has not yet been shared with the mentioned user, the <b>Sharing Settings</b> window will open. <b>Read only</b> access type is selected by default. <a href="https://helpcenter.onlyoffice.com/userguides/groups-guides-documents-share-documents.aspx" onclick="onhyperlinkclick(this)">Change it if necessary</a>.</li>
<li>Click <b>OK</b>.</li>
</ol>
<p>The mentioned user will receive an email notification that they have been mentioned in a comment. If the file has been shared, the user will also receive a corresponding notification.</p>
<h3>Removing comments</h3>
<p>To remove comments,</p>
<ol>
<li>open the <b>Comments</b> left panel,</li>
<li>find the required comment and click the <div class="icon icon-deletecommenticon"></div> button.</li>
</ol>
<p>To close the panel with comments, click the <span class = "icon icon-commentsicon"></span> icon on the left sidebar once again.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,84 @@
<!DOCTYPE html>
<html>
<head>
<title>View Settings and Navigation Tools</title>
<meta charset="utf-8" />
<meta name="description" content="The description of view settings and navigation tools such as zoom, previous/next page buttons" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>View Settings and Navigation Tools</h1>
<p>The <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> offers several tools to help you view and navigate your PDF: zoom, navigate headings, set the interface theme, etc.</p>
<h3>Adjust the view settings</h3>
<p>
To adjust default view settings and set the most convenient mode to work with the PDF, go to the <b>View</b> tab and select which interface elements you want to be hidden or shown.
You can select the following options on the <b>View</b> tab:
</p>
<ul>
<li><b>Headings</b> to show the PDF headers in the left panel.</li>
<li><b>Zoom</b> to set the required zoom value from 50% to 500% from the drop-down list. The same option can be found on the <b>Home</b> tab as well.</li>
<li><b>Fit to Page</b> - to fit the whole PDF page to the visible part of the working area.</li>
<li><b>Fit to Width</b> - to fit the PDF page width to the visible part of the working area.</li>
<li><b>Interface Theme</b> choose one of the available interface themes from the drop-down menu: <em>Same as system</em>, <em>Light</em>, <em>Classic Light</em>, <em>Dark</em>, <em>Contrast Dark</em>. When the <em>Dark</em> or <em>Contrast Dark</em> theme is enabled, the <b>Dark Document</b> switcher becomes active; use it to set the working area to white or dark gray.</li>
<li>
<b>Always Show Toolbar</b> when this option is disabled, the top toolbar that contains commands will be hidden while tab names remain visible.
<p class="note">Alternatively, you can just double-click any tab to hide the top toolbar or display it again.</p>
</li>
<li><b>Status Bar</b> when this option is disabled, the bottommost bar where the <b>Zoom</b>, <b>Fit to page</b>, <b>Fit to width</b> buttons are situated will be hidden. To show the hidden <b>Status Bar</b>, enable this option.</li>
<li><b>Left Panel</b> - when disabled, hides the left panel where <b>Search</b>, <b>Comments</b>, etc. buttons are located. To show the left panel, check this box.</li>
</ul>
<p>If you need to <b>rotate</b> the page, go to the <b>Home</b> tab and click the <b>Rotate</b> button to rotate the page 90 degrees clockwise.</p>
<p>
When the <b>Comments</b> <span class="onlineDocumentFeatures"> or <b>Chat</b></span> panel is opened, the width of the left sidebar is adjusted by simple drag-and-drop:
move the mouse cursor over the left sidebar border so that it turns into the bidirectional arrow and drag the border to the right to extend the width of the sidebar. To restore its original width, move the border to the left.
</p>
<h3 id="navigationtools">Use the Navigation Tools</h3>
<h4>Navigating pages</h4>
<p>Go to the <b>Home</b> tab where page navigation buttons are located.</p>
<ul>
<li><div class="icon icon-pagenumber"></div> - displays the page number and the total number of pages in the PDF. Click the field and enter the required page number manually and press <code>Enter</code> to jump directly to it. The same page number indicator can be found in the bottom left corner as well.</li>
<li><div class="icon icon-firstpage"></div> - jump to the first page of the PDF.</li>
<li><div class="icon icon-nextpage"></div> - go to the next page of the PDF. The same button can be found in the bottom left corner as well.</li>
<li><div class="icon icon-previouspage"></div> - go to the previous page of the PDF. The same button can be found in the bottom left corner as well.</li>
<li><div class="icon icon-lastpage"></div> - jump to the last page of the PDF.</li>
</ul>
<h4>Headings</h4>
<p>Click the <b>Settings</b> icon to the right of the <span class="icon icon-navigationicon"></span> <b>Headings</b> panel and use one of the available options from the menu:</p>
<p>
<img alt="NavigationPanel" src="../images/navigationpanel_viewer.png" />
<ul>
<li><b>Expand all</b> - to expand all levels of headings at the <b>Headings</b> panel.</li>
<li><b>Collapse all</b> - to collapse all levels of headings, excepting <em>level 1</em>, at the <b>Headings</b> panel.</li>
<li><b>Expand to level</b> - to expand the heading structure to the selected level. E.g., if you select <em>level 3</em>, then levels 1, 2 and 3 will be expanded, while level 4 and all lower levels will be collapsed.</li>
<li><b>Font size</b> to customize font size of the <b>Headings</b> panel text by choosing one of the available presets: <em>Small</em>, <em>Medium</em>, and <em>Large</em>.</li>
<li><b>Wrap long headings</b> to wrap long heading text.</li>
</ul>
<p>To manually expand or collapse separate heading levels, use the arrows to the left of the headings.</p>
<p>To close the <b>Headings</b> panel, click the <span class="icon icon-navigationicon"></span> <b>Headings</b> icon on the left sidebar once again.</p>
<h4>Page Thumbnails</h4>
<p>Click <span class="icon icon-search_options"></span> on the <span class="icon icon-pagethumbnails"></span> <b>Page Thumbnails</b> panel to access the <b>Thumbnails Settings</b>:</p>
<p><img alt="Page thumbnails settings" src="../images/pagethumbnails_settings.png" /></p>
<ul>
<li>Drag the slider to set the thumbnail size.</li>
<li>The <b>Highlight visible part of page</b> is active by default to indicate the area that is currently on screen. Click it to disable.</li>
</ul>
<p>To close the <b>Page Thumbnails panel</b>, click the <span class="icon icon-pagethumbnails"></span> <b>Page Thumbnails</b> icon on the left sidebar once again.</p>
<h4>Zoom</h4>
<p>The <b>Zoom</b> buttons are situated in the right lower corner and are used to zoom in and out of the current PDF.</p>
<p>
To change the currently selected zoom value that is displayed in percent, click it and select one of the available zoom options from the list (50% / 75% / 100% / 125% / 150% / 175% / 200% / 300% / 400% / 500%)
or use the <b>Zoom in</b> <span class="icon icon-zoomin"></span> or <b>Zoom out</b> <span class="icon icon-zoomout"></span> buttons. The set scaling is maintained for all files during the current session.
</p>
<p>Click the <b>Fit to width</b> <span class="icon icon-fitwidth"></span> icon to fit the document page width to the visible part of the working area.</p>
<p>To fit the whole document page to the visible part of the working area, click the <b>Fit to page</b> <span class="icon icon-fitpage"></span> icon.</p>
<p>Zoom settings are also available on the <a href="../ProgramInterface/ViewTab.htm" onclick="onhyperlinkclick(this)">View</a> tab.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>Comment tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface - Comment tab" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Comment tab</h1>
<p>The <b>Comment</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> allows collaborating on a PDF using comments and via various mark-up tools.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the <!--Online--> PDF Editor:</p>
<p><img alt="Comment tab" src="../images/interface/commenttab.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Presentation Editor:</p>
<p><img alt="File tab" src="../images/interface/desktop_filetab.png" /></p>
</div>-->
<p>Using this tab, you can:</p>
<ul>
<li>highlight the selected text,</li>
<li>add comments,</li>
<li>apply <em>strikeout</em> or <em>underline</em> formatting to the selected text,</li>
<li>mark a PDF up using one of the three available pens,</li>
<li>show or hide comments using the corresponding checkbox.</li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<title>File tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface - File tab" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>File tab</h1>
<p>The <b>File</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> allows performing some basic file operations.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the <!--Online--> PDF Editor:</p>
<p><img alt="File tab" src="../images/interface/filetab.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Presentation Editor:</p>
<p><img alt="File tab" src="../images/interface/desktop_filetab.png" /></p>
</div>-->
<p>Using this tab, you can:</p>
<ul>
<li>
<span class="onlineDocumentFeatures"><!--in the <em>online version</em>,--> <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save</a> the current file<!-- (in case the <b>Autosave</b> option is disabled)-->, <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">download as</a> (save the document in the selected format to the hard disk drive of your computer), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save copy as</a> (save a copy of the document in the selected format to the portal documents), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">print</a> the file or <a href="../UsageInstructions/ViewPDFInfo.htm" onclick="onhyperlinkclick(this)">rename</a> it,</span>
<!--<span class="desktopDocumentFeatures">in the <em>desktop version</em>, <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save</a> the current file keeping the current format and location using the <b>Save</b> option or save the current file under a different name and change its location or format using the <b>Save as</b> option, <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">print</a> the file.</span>-->
</li>
<li class="onlineDocumentFeatures"><a href="../UsageInstructions/OpenCreateNew.htm" onclick="onhyperlinkclick(this)">create</a> a new .docx file or open a recently edited one<!-- (available in the <em>online version</em> only)-->,</li>
<li>view <a href="../UsageInstructions/ViewPDFInfo.htm" onclick="onhyperlinkclick(this)">general information</a> about the PDF,</li>
<li class="onlineDocumentFeatures">manage <a href="../UsageInstructions/ViewPDFInfo.htm" onclick="onhyperlinkclick(this)">access rights</a><!-- (available in the <em>online version</em> only)-->,</li>
<li>access the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> of the editor.</li>
<!--<li><span class="desktopDocumentFeatures">in the <em>desktop version</em>, open the folder, where the file is stored, in the <b>File Explorer</b> window.</span><span class="onlineDocumentFeatures"> In the <em>online version</em>, open the folder of the <b>Documents</b> module, where the file is stored, in a new browser tab.</span></li>-->
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>Home tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface - Home tab" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Home tab</h1>
<p>The <b>Home</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> opens by default when you open a PDF. It allows you to navigate the PDF, select text or objects, rotate pages, adjust zoom, fit to page or width.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the <!--Online--> PDF Editor:</p>
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Presentation Editor:</p>
<p><img alt="Home tab" src="../images/interface/desktop_hometab.png" /></p>
</div>-->
<p>Using this tab, you can:</p>
<ul>
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigate</a> the file,</li>
<li>rotate pages,</li>
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">adjust zoom</a>,</li>
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">fit</a> to page or width.</li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<title>Plugins tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface - Plugins tab" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Plugins tab</h1>
<p>The <b>Plugins</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> makes it possible to access the advanced editing features using the available third-party components. <!--Here you can also use macros to simplify routine operations.--></p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the <!--Online--> PDF Editor:</p>
<p><img alt="Plugins tab" src="../images/interface/pluginstab.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Presentation Editor:</p>
<p><img alt="Plugins tab" src="../images/interface/desktop_pluginstab.png" /></p>
</div>-->
<!--<p class="desktopDocumentFeatures">The <b>Plugin Manager</b> button allows you to open the window where you can view and manage all installed plugins and add your own ones.</p>
<p>The <b>Macros</b> button allows to open the window where you can create your own macros and run them. To learn more about macros, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>-->
<p>Currently, the following plugins are available:</p>
<ul>
<!--<li class="desktopDocumentFeatures"><b>Send</b> allows sending the presentation via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>-->
<li><a href="../UsageInstructions/HTML.htm" onclick="onhyperlinkclick(this)"><b>Get and paste html</b></a> allows you to get the selected text as an HTML code.</li>
<li><a href="../UsageInstructions/CommunicationPlugins.htm" onclick="onhyperlinkclick(this)"><b>Telegram</b></a> can be integrated within your working area to continue chatting.</li>
<li><a href="../UsageInstructions/Typograf.htm" onclick="onhyperlinkclick(this)"><b>Typograf</b></a> automatically places non-breaking spaces and removes extra ones, as well as corrects minor typos, inserts correct quotes, replaces hyphens with dashes, etc.</li>
<li><a href="../UsageInstructions/WordCounter.htm" onclick="onhyperlinkclick(this)"><b>Count words and characters</b></a> counts the exact number of words and symbols both with and without spaces in your PDF, as well as the number of paragraphs altogether.</li>
<li>
<a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)"><b>Translator</b></a> allows to translate the selected text into other languages,
<p class="note">This plugin doesn't work in Internet Explorer.</p>
</li>
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)"><b>Thesaurus</b></a> allows to search for synonyms and antonyms of a word and replace it with the selected one,</li>
<li class="onlineDocumentFeatures"><a href="../UsageInstructions/Speech.htm" onclick="onhyperlinkclick(this)"><b>Speech</b></a> allows to convert the selected text into speech,</li>
<li class="onlineDocumentFeatures"><a href="../UsageInstructions/Speechinput.htm" onclick="onhyperlinkclick(this)"><b>Speech input</b></a> allows to convert speech into text,</li>
</ul>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the currently existing open source plugin examples are available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<title>Introducing the user interface of the PDF Editor</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Introducing the user interface of the PDF Editor</h1>
<p>The <!--<a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> uses a tabbed interface where editing commands are grouped into tabs by functionality.</p>
<div class="onlineDocumentFeatures">
<p>Main window of the <!--Online--> PDF Editor:</p>
<p><img alt="PDF Editor window" src="../images/interface/editorwindow.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>Main window of the Desktop Document Editor:</p>
<p><img alt="Desktop Document Editor window" src="../images/interface/desktop_editorwindow.png" /></p>
</div>-->
<p>The editor interface consists of the following main elements:</p>
<ol>
<li>
The <b>Editor header</b> displays the ONLYOFFICE logo<!--, <span class="desktopDocumentFeatures">tabs for all opened documents </span>with their names and menu tabs-->.
<p>On the left side of the <b>Editor header</b>, the <b>Save</b>, <b>Print file</b>, <b>Undo</b> and <b>Redo</b> buttons are located.</p>
<p><img alt="Icons in the editor header" src="../images/interface/leftpart.png" /></p>
<p>On the right side of the <b>Editor header</b> along with the user name, the following icons are displayed:</p>
<ul>
<li class="onlineDocumentFeatures"><div class="icon icon-access_rights"></div> <b>Share</b><!-- (available in the <em>online version</em> only)--> - allows adjusting <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">access rights</a> for the PDF stored in the cloud.</li>
<li><div class="icon icon-gotodocuments"></div> <b>Open file location</b> - <!--<span class="desktopDocumentFeatures">in the <em>desktop version</em>, it allows opening the folder, where the file is stored, in the <b>File explorer</b> window.</span>--> <span class="onlineDocumentFeatures"> <!--In the <em>online version</em>, it--> allows opening the folder of the <b>Documents</b> module, where the file is stored, in a new browser tab.</span></li>
<li><div class="icon icon-favorites_icon"></div> <b>Mark as favorite</b> - click the star to add a file to favorites as to make it easy to find. The added file is just a shortcut so the file itself remains stored in its original location. Deleting a file from favorites does not remove the file from its original location.</li>
<li><div class="icon icon-search_icon_header"></div> <b>Search</b> - allows to search the PDF for a particular word or symbol, etc.</li>
</ul>
</li>
<li>
The <b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/CommentTab.htm" onclick="onhyperlinkclick(this)">Comment</a>, <a href="../ProgramInterface/ViewTab.htm" onclick="onhyperlinkclick(this)">View</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
<p>The <span class="icon icon-copy"></span> <b>Copy</b>, <span class="icon icon-paste"></span> <b>Paste</b>, <span class="icon icon-cut"></span> <b>Cut</b> and <span class="icon icon-selectall"></span> <b>Select All</b> options are always available on the left side of the <b>Top toolbar</b> regardless of the selected tab, as well as the <span class="icon icon-selectiontool"></span> <b>Select</b> and <span class="icon icon-handtool"></span> <b>Hand</b> tools.</p>
</li>
<li>
The <b>Left sidebar</b> contains the following icons:
<ul>
<li><div class="icon icon-searchicon"></div> - allows using the <a href="../HelpfulHints/Search.htm" onclick="onhyperlinkclick(this)">Search and Replace</a> tool.</li>
<li><div class="icon icon-commentsicon"></div> - allows opening the <a href="../HelpfulHints/Commenting.htm" onclick="onhyperlinkclick(this)">Comments</a> panel.</li>
<li><div class="icon icon-chaticon"></div> - <!--(available in the <em>online version</em> only)--> allows opening the <a href="../HelpfulHints/CollaborativeEditing.htm#chat" onclick="onhyperlinkclick(this)">Chat</a> panel.</li>
<li><div class="icon icon-navigationicon"></div> - allows to open the <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">Headings</a> panel that displays the list of all headings with corresponding nesting levels.</li>
<li><div class="icon icon-pagethumbnails"></div> - allows to display page thumbnails for quick <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigation</a>.</li>
<li><div class="icon icon-feedbackicon"></div> - <!--(available in the <em>online version</em> only)--> allows to contact our support team.</li>
<li><div class="icon icon-about"></div> - <!--(available in the <em>online version</em> only)--> allows to view the information about the program.</li>
</ul>
</li>
<li>The <b>Status bar</b> located at the bottom of the editor window indicates the page number <!--and word count-->, as well as displays some notifications (for example, "All changes saved", Connection is lost when there is no connection and the editor is trying to reconnect, etc.). It also allows <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">setting the text language<!--, enabling spell checking--></a><!--turning on the <a href="../HelpfulHints/Review.htm" onclick="onhyperlinkclick(this)">track changes mode</a>--> and adjusting <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">zoom</a>.</li>
<li><b>Working area</b> allows to view document content, enter and edit data.</li>
<li><b>Scroll bar</b> on the right allows to scroll up and down multi-page PDFs.</li>
</ol>
<p>For your convenience, you can hide some components and display them again when them when necessary. To learn more about adjusting view settings, please refer to <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">this page</a>.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<title>View tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the PDF Editor user interface - View tab" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>View tab</h1>
<p>
The <b>View</b> tab of the <!--<a href="https://www.onlyoffice.com/presentation-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> allows you to manage how your PDF looks like while you are working on it, as well as helps you navigate PDFs easily.
</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the <!--Online--> PDF Editor:</p>
<p><img alt="View tab" src="../images/interface/viewtab.png" /></p>
</div>
<!--<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Presentation Editor:</p>
<p><img alt="Home tab" src="../images/interface/desktop_viewtab.png" /></p>
</div>-->
<p>View options available on this tab:</p>
<ul>
<li><b>Headings</b> panel displays the list of all headings with corresponding nesting levels. Click the heading to jump directly to a specific page. </li>
<li><b>Zoom</b> allows you to zoom in and out of your PDF.</li>
<li><b>Fit to Page</b> allows you to resize the PDF so that the screen displays the page as a whole.</li>
<li><b>Fit to Width</b> allows you to resize the PDF so that the page scales to fit the width of the screen.</li>
<li><b>Interface Theme</b> allows you to change interface theme by choosing a <b>Same as system</b>, <b>Light</b>, <b>Classic Light</b>, <b>Dark</b> or <b>Contrast Dark</b> theme.</li>
<li><b>Dark Document</b> option becomes active when the Dark or Contrast Dark theme is enabled. Click it to make the working area dark too.</li>
</ul>
<p>The following options allow you to configure the elements to display or to hide. Check the elements to make them visible:</p>
<ul>
<li><b>Always Show Toolbar</b> to make the top toolbar always visible.</li>
<li><b>Status Bar</b> to make the status bar always visible.</li>
<li><b>Left Panel</b> to make the left panel visible.</li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<title>Communicate while editing</title>
<meta charset="utf-8" />
<meta name="description" content="In ONLYOFFICE Document Editor, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Communicate while editing</h1>
<p>In ONLYOFFICE <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow.</p>
<div class="note">Telegram and Rainbow plugins are not installed by default. To find information on how to install them, please, refer to the corresponding article: <span class="desktopDocumentFeatures"><a target="_blank" href="https://helpcenter.onlyoffice.com/installation/desktop-getting-started.aspx#AddingPlugins_block" onclick="onhyperlinkclick(this)">Adding plugins to the ONLYOFFICE Desktop Editors</a></span><span class="onlineDocumentFeatures"> <a target="_blank" href="https://api.onlyoffice.com/plugin/installation/cloud" onclick="onhyperlinkclick(this)">Adding plugins to ONLYOFFICE Cloud</a>, or <a target="_blank" href="https://helpcenter.onlyoffice.com/installation/docs-add-plugin.aspx" onclick="onhyperlinkclick(this)">Adding new plugins to server editors</a></span>.</div>
<h2>Telegram</h2>
<p>To start chatting in the Telegram plugin,</p>
<ul>
<li>Switch to the <b>Plugins</b> tab and click <div class = "icon icon-telegram_icon"></div> <b>Telegram</b>,</li>
<li>enter your phone number into the corresponding field,</li>
<li>check the <b>Keep me signed in</b> checkbox if you want to save credentials for the current session and click the <b>Next</b> button,</li>
<li>
enter the code you've received in your Telegram app,
<p>or</p>
</li>
<li>log in using the <b>QR code</b>,</li>
<li>open Telegram app on your phone,</li>
<li>go to Settings > Devices > Scan QR,</li>
<li>scan the image to Log in.</li>
</ul>
<p>Now you can use Telegram for instant messaging within ONLYOFFICE editors interface.</p>
<img alt="Telegram gif" src="../../images/telegram.gif" />
<h2>Rainbow</h2>
<p>To start chatting in the Rainbow plugin,</p>
<ol>
<li>Switch to the <b>Plugins</b> tab and click <div class = "icon icon-rainbow_icon"></div> <b>Rainbow</b>,</li>
<li>register a new account by clicking the <b>Sign up</b> button, or log into an already created one. To do this, enter your email into the corresponding field and click <b>Continue</b>,</li>
<li>then enter your account password,</li>
<li>check the <b>Keep my session alive</b> checkbox if you want to save credentials for the current session, and click the <b>Connect</b> button.</li>
</ol>
<p>Now you're all set and can simultaneously chat in Rainbow and work within ONLYOFFICE editors interface.</p>
<img alt="Rainbow gif" src="../../images/rainbow.gif" />
</div>
</body>
</html>

View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Edit HTML</title>
<meta charset="utf-8" />
<meta name="description" content="The description of HTML plugin for ONLYOFFICE editors, which allows to edit HTML code of the text" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Edit HTML</h1>
<p>If you are writing a website page in a text editor and want to get it as an HTML code, use the <b>HTML</b> plugin.</p>
<ol>
<li>Open the <b>Plugins</b> tab and click <b>Get and paste html</b>.</li>
<li>Select the necessary content.</li>
<li>The HTML code of the selected paragraph will be displayed in the plugin field on the left-side panel. You can edit the code to alter the text characteristics, e.g. <em>font size</em> or <em>font family</em>, etc.</li>
<li>Click <b>Paste into the document</b> to insert the text with its HTML code edited at the current cursor position in your document.</li>
</ol>
<p>You can also write your own HTML code (without selecting any document content) and then paste it to your document.</p>
<img class="gif" alt="HTML plugin gif" src="../../images/html_plugin.gif" width="600" />
<p>For more information on the HTML plugin and its installation, please see the <a href="https://www.onlyoffice.com/en/app-directory/html">plugins page</a> on the AppDirectory.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Type via voice</title>
<meta charset="utf-8" />
<meta name="description" content="The description of Speech input plugin for ONLYOFFICE editors, which allows you to insert text via voice" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Type via voice</h1>
<p>In the <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>, you can insert text with your voice.</p>
<ol>
<li>Set the cursor to the place where you want to add text,</li>
<li>switch to the <b>Plugins</b> tab and select <div class="icon icon-speechinput"></div> <b>Speech input</b>,</li>
<li>сhoose the recognition language in the pop-up window,</li>
<li>
сlick the <b>Start dictation</b> button and start speaking. Once you pause, the text will be added to the document. To turn off voice recognition, press the button again.
<div class="note">For the plugin to work correctly, you must have an input device (e,g. a microphone or headset) as well as permissions for the browser to use these record devices.</div>
</li>
</ol>
<img class="gif" alt="Speech input plugin gif" src="../../images/speechinput_plugin.gif" />
</div>
</body>
</html>

View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Correct typography</title>
<meta charset="utf-8" />
<meta name="description" content="The description of Typograf plugin for ONLYOFFICE editors, which allows to correct typography of the text" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Correct typography</h1>
<p>If you need to correct typography in your text, use the <b>Typograf</b> plugin that will automatically place non-breaking spaces and remove extra ones, as well as correct minor typos, insert correct quotes, replace hyphens with dashes, etc.</p>
<ol>
<li>Open the <b>Plugins</b> tab and click <b>Typograf</b>.</li>
<li>Click the <b>Show advanced settings</b> button.</li>
<li>Choose the locale and the rules you want to apply to your text.</li>
<li>Select the text you want to correct.</li>
<li>Click the <b>Correct text</b> button.</li>
</ol>
<img class="gif" alt="Typograf plugin gif" src="../../images/typograf_plugin.gif" width="600" />
<p>For more information on the Typograf plugin and its installation, please see the <a href="https://www.onlyoffice.com/en/app-directory/typograph">plugins page</a> on the AppDirectory.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,46 @@
/*
* (c) Copyright Ascensio System SIA 2010-2023
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at 20A-6 Ernesta Birznieka-Upish
* street, Riga, Latvia, EU, LV-1050.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
function onhyperlinkclick(element) {
function _postMessage(msg) {
if (window.parent && window.JSON) {
window.parent.postMessage(window.JSON.stringify(msg), "*");
}
}
_postMessage({
command: 'internalCommand',
data: {
type: 'help:hyperlink',
data: element.href
}
});
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,206 @@
@import "../../../../../common/main/resources/help/images/symbols.css";
.big{
background-image: url(../images/big.png);
background-repeat: no-repeat;
display: inline-block;
}
.big-checkbox_checked {
background-position: 0px 0px;
width: 127px;
height: 45px;
}
.icon{
background-image: url(../images/icons.png);
background-repeat: no-repeat;
display: inline-block;
}
.icon-favorites_icon {
background-position: 0px 0px;
width: 20px;
height: 20px;
}
.icon-sortcommentsicon {
background-position: -20px 0px;
width: 31px;
height: 19px;
}
.icon-comment_toptoolbar {
background-position: 0px -20px;
width: 22px;
height: 19px;
}
.icon-removecomment_toptoolbar {
background-position: -22px -20px;
width: 15px;
height: 19px;
}
.icon-search_icon_header {
background-position: -51px 0px;
width: 18px;
height: 18px;
}
.icon-access_rights {
background-position: 0px -39px;
width: 22px;
height: 17px;
}
.icon-gotodocuments {
background-position: -22px -39px;
width: 20px;
height: 17px;
}
.icon-handtool {
background-position: -51px -18px;
width: 13px;
height: 16px;
}
.icon-pagethumbnails {
background-position: -37px -20px;
width: 12px;
height: 16px;
}
.icon-selectiontool {
background-position: -42px -39px;
width: 10px;
height: 16px;
}
.icon-search_options {
background-position: -69px 0px;
width: 22px;
height: 15px;
}
.icon-chaticon {
background-position: -69px -15px;
width: 18px;
height: 15px;
}
.icon-about {
background-position: -69px -30px;
width: 15px;
height: 15px;
}
.icon-fitpage {
background-position: -52px -39px;
width: 13px;
height: 15px;
}
.icon-commentsicon {
background-position: 0px -56px;
width: 14px;
height: 14px;
}
.icon-searchicon {
background-position: -14px -56px;
width: 14px;
height: 14px;
}
.icon-firstpage {
background-position: -28px -56px;
width: 11px;
height: 14px;
}
.icon-lastpage {
background-position: -39px -56px;
width: 11px;
height: 14px;
}
.icon-nextpage {
background-position: -50px -56px;
width: 9px;
height: 14px;
}
.icon-previouspage {
background-position: -59px -56px;
width: 9px;
height: 14px;
}
.icon-feedbackicon {
background-position: -68px -56px;
width: 15px;
height: 13px;
}
.icon-copy {
background-position: 0px -70px;
width: 14px;
height: 13px;
}
.icon-paste {
background-position: -14px -70px;
width: 14px;
height: 13px;
}
.icon-selectall {
background-position: -28px -70px;
width: 14px;
height: 13px;
}
.icon-zoomin {
background-position: -42px -70px;
width: 13px;
height: 13px;
}
.icon-editcommenticon {
background-position: -55px -70px;
width: 12px;
height: 13px;
}
.icon-deletecommenticon {
background-position: -67px -70px;
width: 11px;
height: 12px;
}
.icon-fitwidth {
background-position: -69px -45px;
width: 16px;
height: 11px;
}
.icon-resolvedicon {
background-position: -78px -70px;
width: 12px;
height: 11px;
}
.icon-zoomout {
background-position: -91px 0px;
width: 10px;
height: 11px;
}
.icon-navigationicon {
background-position: 0px -83px;
width: 13px;
height: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

View File

@ -7,7 +7,7 @@ PATH_WA = "../../apps/" # pa
PATH_HELP = "/main/resources/help/images/" # path after editor directory
NAME_CSS = "sprite.css"
NAME_SMB_CSS = "symbols.css"
pathEditors = ["documenteditor", "presentationeditor", "spreadsheeteditor","common"] # names of editor directories
pathEditors = ["documenteditor", "pdfeditor", "presentationeditor", "spreadsheeteditor", "common"] # names of editor directories
# sprites names
cssClassNames = ["big","icon"]

View File

@ -0,0 +1,12 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/UserGuides/UserGuidesList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docs_pdf">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/UserGuides/DocsPDF.ascx" />
</asp:Content>
<asp:Content ID="content4" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="userguidesdocspage main">
</asp:Content>

View File

@ -3131,6 +3131,7 @@ span.label {
.leftmenu_documenteditor_toggle_expand_menu,
.leftmenu_spreadsheeteditor_toggle_expand_menu,
.leftmenu_presentationeditor_toggle_expand_menu,
.leftmenu_pdfeditor_toggle_expand_menu,
.documenteditor_ui_expand_menu,
.documenteditor_hh_expand_menu,
.presentationeditor_expand_menu,
@ -3139,6 +3140,9 @@ span.label {
.spreadsheeteditor_expand_menu,
.spreadsheeteditor_ui_expand_menu,
.spreadsheeteditor_hh_expand_menu,
.pdfeditor_expand_menu,
.pdfeditor_ui_expand_menu,
.pdfeditor_hh_expand_menu,
.mobileprojects_expand_menu,
.mob_docs_android_expand_menu,
.mobiledocuments_android_expand_menu,
@ -3161,12 +3165,15 @@ span.label {
div.description .MainHelpCenter .leftmenu_documenteditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_spreadsheeteditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_presentationeditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_pdfeditor_toggle_expand_menu,
div.description .MainHelpCenter .documenteditor_ui_expand_menu,
div.description .MainHelpCenter .documenteditor_hh_expand_menu,
div.description .MainHelpCenter .spreadsheeteditor_ui_expand_menu,
div.description .MainHelpCenter .spreadsheeteditor_hh_expand_menu,
div.description .MainHelpCenter .presentationeditor_ui_expand_menu,
div.description .MainHelpCenter .presentationeditor_hh_expand_menu,
div.description .MainHelpCenter .pdfeditor_ui_expand_menu,
div.description .MainHelpCenter .pdfeditor_hh_expand_menu,
.mobilegettingstartedpages .mobiledocuments_expand_menu,
.mobileappspage .mobiledocuments_expand_menu,
.mobileguidespages .mobiledocuments_expand_menu,
@ -3201,6 +3208,9 @@ div.description .MainHelpCenter .presentationeditor_hh_expand_menu,
.presentationeditor .presentationeditor_expand_menu,
.presentationeditor_ui .presentationeditor_ui_expand_menu,
.presentationeditor_hh .presentationeditor_hh_expand_menu,
.pdfeditor .pdfeditor_expand_menu,
.pdfeditor_ui .pdfeditor_ui_expand_menu,
.pdfeditor_hh .pdfeditor_hh_expand_menu,
.mob_docs_ios .mobileprojects_expand_menu,
.mobile_document_editor .mobileprojects_expand_menu,
.mobile_se .mobileprojects_expand_menu,
@ -3329,7 +3339,7 @@ h2.MainHCPage {
}
.text-content {
.sm_document, .sm_spreadsheet, .sm_presentation {
.sm_document, .sm_spreadsheet, .sm_presentation, .sm_pdf {
&:after {
display: inline-block;
margin: 0 0 0 5px;
@ -3377,6 +3387,12 @@ h2.MainHCPage {
}
}
.sm_editors.sm_pdf {
&:after {
content: ' (PDF Editor)';
}
}
.sm_saas.sm_people {
&:after {
content: ' (People Module)';
@ -15312,4 +15328,217 @@ input[id^="expanded"]:not(:checked) + label + ul.collapsible {
height: 3px;
}
/*STOP FOR ICON SSE*/
}
}
/*pdf editor icon styles*/
.pdficons {
.big {
background-image: url(../OfficeWeb/apps/pdfeditor/main/resources/help/images/big.png);
background-repeat: no-repeat;
display: inline-block;
}
/*START HERE FOR BIG PDF*/
.big-checkbox_checked {
background-position: 0px 0px;
width: 127px;
height: 45px;
}
/*STOP HERE FOR BIG PDF*/
.icon {
background-image: url(../OfficeWeb/apps/pdfeditor/main/resources/help/images/icons.png);
background-repeat: no-repeat;
display: inline-block;
}
/*START HERE FOR ICON PDF*/
.icon-favorites_icon {
background-position: 0px 0px;
width: 20px;
height: 20px;
}
.icon-sortcommentsicon {
background-position: -20px 0px;
width: 31px;
height: 19px;
}
.icon-comment_toptoolbar {
background-position: 0px -20px;
width: 22px;
height: 19px;
}
.icon-removecomment_toptoolbar {
background-position: -22px -20px;
width: 15px;
height: 19px;
}
.icon-search_icon_header {
background-position: -51px 0px;
width: 18px;
height: 18px;
}
.icon-access_rights {
background-position: 0px -39px;
width: 22px;
height: 17px;
}
.icon-gotodocuments {
background-position: -22px -39px;
width: 20px;
height: 17px;
}
.icon-handtool {
background-position: -51px -18px;
width: 13px;
height: 16px;
}
.icon-pagethumbnails {
background-position: -37px -20px;
width: 12px;
height: 16px;
}
.icon-selectiontool {
background-position: -42px -39px;
width: 10px;
height: 16px;
}
.icon-search_options {
background-position: -69px 0px;
width: 22px;
height: 15px;
}
.icon-chaticon {
background-position: -69px -15px;
width: 18px;
height: 15px;
}
.icon-about {
background-position: -69px -30px;
width: 15px;
height: 15px;
}
.icon-fitpage {
background-position: -52px -39px;
width: 13px;
height: 15px;
}
.icon-commentsicon {
background-position: 0px -56px;
width: 14px;
height: 14px;
}
.icon-searchicon {
background-position: -14px -56px;
width: 14px;
height: 14px;
}
.icon-firstpage {
background-position: -28px -56px;
width: 11px;
height: 14px;
}
.icon-lastpage {
background-position: -39px -56px;
width: 11px;
height: 14px;
}
.icon-nextpage {
background-position: -50px -56px;
width: 9px;
height: 14px;
}
.icon-previouspage {
background-position: -59px -56px;
width: 9px;
height: 14px;
}
.icon-feedbackicon {
background-position: -68px -56px;
width: 15px;
height: 13px;
}
.icon-copy {
background-position: 0px -70px;
width: 14px;
height: 13px;
}
.icon-paste {
background-position: -14px -70px;
width: 14px;
height: 13px;
}
.icon-selectall {
background-position: -28px -70px;
width: 14px;
height: 13px;
}
.icon-zoomin {
background-position: -42px -70px;
width: 13px;
height: 13px;
}
.icon-editcommenticon {
background-position: -55px -70px;
width: 12px;
height: 13px;
}
.icon-deletecommenticon {
background-position: -67px -70px;
width: 11px;
height: 12px;
}
.icon-fitwidth {
background-position: -69px -45px;
width: 16px;
height: 11px;
}
.icon-resolvedicon {
background-position: -78px -70px;
width: 12px;
height: 11px;
}
.icon-zoomout {
background-position: -91px 0px;
width: 10px;
height: 11px;
}
.icon-navigationicon {
background-position: 0px -83px;
width: 13px;
height: 10px;
}
}