Skip to content

ONLYOFFICE/appimage-documentbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Overview

ONLYOFFICE Document Builder allows you to build docs easily without running an actual editor. It also allows the developers to automate document building using the templates.

Document Builder has all the features of a common document editor but is lightweight and can be easily integrated into your document management system, CRM system, etc.

Getting started

$ wget https://download.onlyoffice.com/install/desktop/docbuilder/linux/DocumentBuilder-x86_64.AppImage
$ chmod a+x DocumentBuilder-x86_64.AppImage
$ ./DocumentBuilder-x86_64.AppImage

Building ONLYOFFICE Document Builder AppImage from source code

Installing dependency

sudo apt-get install --force-yes -yq \
    build-essential \
    git \
    wget

Getting source code

git clone https://github.com/ONLYOFFICE/appimage-documentbuilder.git

Compiling AppImage

cd appimage-documentbuilder
make clean && make

Project Information

Official website: https://www.onlyoffice.com/document-builder.aspx

Code repository: https://github.com/ONLYOFFICE/DocumentBuilder

User Feedback and Support

If you have any problems with or questions about ONLYOFFICE Document Builder, please visit our official forum to find answers to your questions: forum.onlyoffice.com or you can ask and answer ONLYOFFICE development questions on Stack Overflow.