- Step1: Install the server dependencies using 'npm install'.
- Step2: Install LibreOffice for PDF conversion with 'npm run install-libreoffice'.
- Step3: Run the server with 'npm run build' or 'npm run watch' for development.
- Step4: Use supported API functions to list, read, modify, delete, or convert Word files by providing appropriate file or folder paths.
- Step5: For Word to PDF conversion, specify input and output file paths in the conversion function.