npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@onlyoffice/alfresco-extension

v1.0.0

Published

ONLYOFFICE extension for Alfresco Content App - Edit, co-author, and manage office files directly inside Alfresco using ONLYOFFICE Docs

Readme

ONLYOFFICE extension for Alfresco Content App

Welcome to the official repository for the ONLYOFFICE extension for Alfresco Content App!

Edit, co-author, and manage office files right inside Alfresco Content App using ONLYOFFICE Docs. Open documents, spreadsheets, presentations, and PDFs stored in Alfresco — edit them in-place and keep your content in sync.

Features ✨

  • Open & edit inside Alfresco: Launch ONLYOFFICE editors directly from the file list or context menu.
  • Real-time co-editing: Collaborate with colleagues using Fast and Strict modes, plus track changes, comments, and built-in chat.
  • Create new documents: Create DOCX, XLSX, PPTX, and PDF files directly within Alfresco.
  • Convert documents: Convert files to OOXML formats in one click.
  • Download As: Export files to alternate formats without leaving Alfresco.
  • Wide format support: View and edit popular office formats (determined by the installed backend version).
  • Secure connections: JWT token protection is used for authenticated, safe access.

Requirements

Before installing this extension, make sure the following are in place:

Supported formats 📚

The exact list of supported formats is determined by the backend (ONLYOFFICE integration for Alfresco) and may vary depending on the version installed.

Installing ONLYOFFICE Docs

To be able to edit documents in Alfresco Content App, you will need an instance of ONLYOFFICE Docs (Document Server). You can install free Community version or scalable Enterprise Edition.

To install free Community version, use Docker (recommended) or follow these instructions for Debian, Ubuntu, or derivatives.

To install Enterprise Edition, follow instructions here.

Community Edition vs Enterprise Edition comparison can be found here.

Alternatively, you can opt for ONLYOFFICE Docs Cloud which doesn't require downloading and installation. To get ONLYOFFICE Docs Cloud, get started here.

Installing ONLYOFFICE extension for Alfresco Content App

Option 1: Install from npm

  1. Install the package:
npm install @onlyoffice/alfresco-extension
  1. Edit the project.json configuration file of your ACA application and add the following asset rules:
{
  "glob": "onlyoffice-alfresco-extension.json",
  "input": "node_modules/@onlyoffice/alfresco-extension/assets",
  "output": "./assets/plugins"
},
{
  "glob": "**/*",
  "input": "node_modules/@onlyoffice/alfresco-extension/assets",
  "output": "./assets/onlyoffice-alfresco-extension"
}
  1. In the main application, edit the src/app/extensions.module.ts file and register the extension providers:
import { provideOnlyofficeAlfrescoExtension } from '@onlyoffice/alfresco-extension';

export function provideApplicationExtensions(): (Provider | EnvironmentProviders)[] {
  return [
    ...provideOnlyofficeAlfrescoExtension(),
  ];
}

@NgModule({
  providers: [...provideApplicationExtensions()]
})
export class AppExtensionsModule {}
  1. Run the application:
npm run start

Option 2: Install from GitHub

  1. Register the library in your ACA Nx workspace:
npx nx generate @nx/angular:library --name=@onlyoffice/alfresco-extension --buildable=true --directory=projects/onlyoffice-alfresco-extension --importPath=@onlyoffice/alfresco-extension --unitTestRunner=none --no-interactive
  1. Replace the generated library directory with the cloned repository:
rm -rf projects/onlyoffice-alfresco-extension
git clone https://github.com/ONLYOFFICE/onlyoffice-alfresco-extension.git projects/onlyoffice-alfresco-extension
  1. Install the @onlyoffice/document-editor-angular package using a version that matches your Angular framework version (see the compatibility matrix). For example, for Angular 19:
npm install @onlyoffice/[email protected]
  1. Edit the project.json configuration file of your ACA application and add the following asset rules:
{
  "glob": "onlyoffice-alfresco-extension.json",
  "input": "projects/onlyoffice-alfresco-extension/assets",
  "output": "./assets/plugins"
},
{
  "glob": "**/*",
  "input": "projects/onlyoffice-alfresco-extension/assets",
  "output": "./assets/onlyoffice-alfresco-extension"
}
  1. In the main application, edit the src/app/extensions.module.ts file and register the extension providers:
import { provideOnlyofficeAlfrescoExtension } from '@onlyoffice/alfresco-extension';

export function provideApplicationExtensions(): (Provider | EnvironmentProviders)[] {
  return [
    ...provideOnlyofficeAlfrescoExtension(),
  ];
}

@NgModule({
  providers: [...provideApplicationExtensions()]
})
export class AppExtensionsModule {}
  1. Run the application:
npm run start

App usage

Once installed, the extension adds the following actions to the Alfresco Content App UI:

  • Edit in ONLYOFFICE: Right-click a supported file (or use the toolbar) and select Edit in ONLYOFFICE to open the document in the full ONLYOFFICE editor.
  • View in ONLYOFFICE: For view-only formats, select View in ONLYOFFICE to open a read-only preview.
  • Create in ONLYOFFICE: Use the Create toolbar menu and choose Create in ONLYOFFICE to create a new blank document, spreadsheet, or presentation.
  • Convert in ONLYOFFICE: Select Convert in ONLYOFFICE to convert a file to its OOXML equivalent.
  • Download As: Select Download As to export a file in an alternate format.

Note: Actions are only shown for formats supported by the installed backend version of ONLYOFFICE integration for Alfresco.

ONLYOFFICE Docs editions

ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.

ONLYOFFICE Docs packaged as Document Server:

  • Community Edition 🆓 (onlyoffice-documentserver package)
  • Enterprise Edition 🏢 (onlyoffice-documentserver-ee package)

The table below will help you to make the right choice.

| Pricing and licensing | Community Edition | Enterprise Edition | | ------------- | ------------- | ------------- | | | Get it now | Start Free Trial | | Cost | FREE | Go to the pricing page | | Number of users | up to 20 recommended | As in chosen pricing plan | | License | GNU AGPL v.3 | Proprietary | | Support | Community Edition | Enterprise Edition | | Documentation | Help Center | Help Center | | Standard support | GitHub or Community | 1 or 3 years support included | | Premium support | Contact us | Contact us | | Services | Community Edition | Enterprise Edition | | Conversion Service | + | + | | Live Viewer | + | + | | Document Builder Service | - | - | | Automation API | - | - | | Interface | Community Edition | Enterprise Edition | | Tabbed interface | + | + | | Dark theme | + | + | | 125%, 150%, 175%, 200% scaling | + | + | | White Label | - | - | | Integrated test example (node.js) | + | + | | Admin Panel | - | + | | Mobile web editors | - | +* | | Plugins & Macros | Community Edition | Enterprise Edition | | Plugins | + | + | | Macros | + | + | | Collaborative capabilities | Community Edition | Enterprise Edition | | Two co-editing modes | + | + | | Comments | + | + | | Built-in chat | + | + | | Review and tracking changes | + | + | | Display modes of tracking changes | + | + | | Version history | + | + | | Document Editor features | Community Edition | Enterprise Edition | | Font and paragraph formatting | + | + | | Object insertion | + | + | | Adding Content control | + | + | | Editing Content control | + | + | | Layout tools | + | + | | Table of contents | + | + | | Navigation panel | + | + | | Mail Merge | + | + | | Comparing documents | + | + | | Multipage View | + | + | | Spreadsheet Editor features | Community Edition | Enterprise Edition | | Font and paragraph formatting | + | + | | Object insertion | + | + | | Functions, formulas, equations | + | + | | Table templates | + | + | | Pivot tables | + | + | | Data validation | + | + | | Conditional formatting | + | + | | Sparklines | + | + | | Sheet Views | + | + | | Solver | + | + | | Presentation Editor features | Community Edition | Enterprise Edition | | Font and paragraph formatting | + | + | | Object insertion | + | + | | Transitions | + | + | | Animations | + | + | | Presenter mode | + | + | | Notes | + | + | | Slide Master | + | + | | Form creator features | Community Edition | Enterprise Edition | | Adding form fields | + | + | | Form preview | + | + | | Saving as PDF | + | + | | Role-matching colors for fields | + | + | | PDF Editor features | Community Edition | Enterprise Edition | | Text editing and co-editing | + | + | | Work with pages (adding, deleting, rotating) | + | + | | Inserting objects (shapes, images, hyperlinks, etc.) | + | + | | Text annotations (highlight, underline, cross out, stamps) | + | + | | Redact | + | + | | Comments | + | + | | Freehand drawings | + | + | | Form filling | + | + | | | Get it now | Start Free Trial |

* If supported by DMS.

Need help? User Feedback and Support 💡

  • 🐞 Found a bug? Please report it by creating an issue.
  • ❓ Have a question? Ask our community and developers on the ONLYOFFICE Forum.
  • 👨‍💻 Need help for developers? Check our API documentation.