PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Alexey Starikov   Bitrix24 PHP LibreOffice Convert DOCX to PDF and JPEG   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Bitrix24 PHP LibreOffice Convert DOCX to PDF and JPEG
Convert Microsoft Word DOCX documents to PDF
Author: By
Last change:
Date: 11 months ago
Size: 1,760 bytes
 

Contents

Class file image Download

Bitrix24 Docx ? PDF,JPG

????????? ?????? ??????????? Docx ? PDF ? JPG ??? Bitrix24

??????????? ???????????? ? ??????? LibreOffice ? ????? ??????????, ??????? ?? ??????????? ???????????? ? RabbitMQ, ????? ????????? ? LibreOffice ???????? ??????? ? ????????? ??????? ???????????

?????? ??????????? ?????? ?? 2 ?????

  1. PHP c????? ???????? ??????? ? RabbitMQ, ??? ?????????? ?????? ????? ????????????? ? ?????????? ?????
  2. ????????? ??????????? ? LibreOffice

??? ?????? ??????? ????????? ???????? ???????? RabbitMQ

??????? ??????????? ??????? ?? ?????????? ?????? 1. ????? ????? ??? ???????????, ????? ?????? ???? ???????? ?????????? 2. ??????????? ? ????????? ??????? 3. ???????? ??????? ? Bitrix24

docker-compose.yml

version: '3'
services:
  FileTransformer:
    restart: unless-stopped
    image: alexstar/filetransformer: 
    container_name: FileTransformer
    environment:
     - DEBUG=1
     - AMQP_DEBUG=0
     - RABBITMQ_HOST=rabbit
     - RABBITMQ_PORT=5672
     - RABBITMQ_USER=guest
     - RABBITMQ_PASS=guest
     - QUEUE=documentgenerator_create
    volumes:
      - ./app:/app
  rabbit:
    image: 'rabbitmq:3.6-management-alpine'
    ports:
      - '5672:5672'
      - '15672:15672'
    restart: unless-stopped              

License

MIT