Skip to content

ONLYOFFICE/editors-ios-sp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Package for ONLYOFFICE Editors for iOS

This repo contains the Swift package for the ONLYOFFICE Documents app for iOS (based on binary codes) and describes how the components are used for the app building process.

Swift package is a convenient way for creating a modular app architecture and reusing/distributing code across apps or with other developers.

ONLYOFFICE Documents app for iOS is a complete mobile office suite. It allows users to work with all types of office files, including docs, sheets, slides, and forms. You are able to create, edit, save and export documents, collaborate on them in real time, fill out forms, view PDFs and images.

Components

ONLYOFFICE editors for iOS contain the following components:

  • DocumentConverter.xcframework is used to enable conversion between the most popular office file formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP). This component is required for proper work of the editors.
  • DocumentEditor.xcframework is used to view and edit text documents, open and fill out OFORM forms.
  • SpreadsheetEditor.xcframework is used to view and edit spreadsheets.
  • PresentationEditor.xcframework is used to view and edit presentations.
  • The following modules are also supplied as dependencies: DjVuFile.xcframework, doctrenderer.xcframework, DocxRenderer.xcframework, EpubFile.xcframework, Fb2File.xcframework, graphics.xcframework, HtmlFile2.xcframework, HtmlRenderer.xcframework, kernel.xcframework, kernel_network.xcframework, PdfFile.xcframework, UnicodeConverter.xcframework, x2t.xcframework, XpsFile.xcframework.

Project Information

Official website: www.onlyoffice.com

Project page: www.onlyoffice.com/office-for-ios.aspx

User Feedback and Support

If you face any problems or have questions about ONLYOFFICE app for iOS, please visit our official forum at forum.onlyoffice.com. You can also refer to Stack Overflow.