
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@onlyoffice/alfresco-extension
Advanced tools
ONLYOFFICE extension for Alfresco Content App - Edit, co-author, and manage office files directly inside Alfresco using ONLYOFFICE Docs
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.
Before installing this extension, make sure the following are in place:
The exact list of supported formats is determined by the backend (ONLYOFFICE integration for Alfresco) and may vary depending on the version installed.
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.
npm install @onlyoffice/alfresco-extension
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"
}
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 {}
npm run start
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
rm -rf projects/onlyoffice-alfresco-extension
git clone https://github.com/ONLYOFFICE/onlyoffice-alfresco-extension.git projects/onlyoffice-alfresco-extension
@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/document-editor-angular@6.5.1
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"
}
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 {}
npm run start
Once installed, the extension adds the following actions to the Alfresco Content App UI:
Note: Actions are only shown for formats supported by the installed backend version of ONLYOFFICE integration for Alfresco.
ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.
ONLYOFFICE Docs packaged as Document Server:
onlyoffice-documentserver package)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.
Made with ❤️ by the ONLYOFFICE Team
FAQs
ONLYOFFICE extension for Alfresco Content App - Edit, co-author, and manage office files directly inside Alfresco using ONLYOFFICE Docs
We found that @onlyoffice/alfresco-extension demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.