How to build PDF Converter using LibreOffice 6.4 & PHP

  • Post category:PHP
  • Post comments:0 Comments

You need to install LibreOffice, for installation use the below tutorial https://www.ai38ml.com/how-to-install-libreoffice-6-4-in-cent-os-7/ After installing LibreOffice and JDK, open the terminal and enter the below command /opt/libreoffice6.4/program/soffice --headless --convert-to pdf:writer_pdf_Export /var/www/html/sample.png…

Continue ReadingHow to build PDF Converter using LibreOffice 6.4 & PHP

How to install LibreOffice 6.4 on CentOS 7

  • Post category:PHP
  • Post comments:0 Comments

Login to ssh using putty or terminal and enter the below command sudo wget https://tdfmirror.netfirst.in/libreoffice/stable/6.4.4/rpm/x86_64/LibreOffice_6.4.4_Linux_x86-64_rpm.tar.gz sudo tar -xvf LibreOffice_6.4.4_Linux_x86-64_rpm.tar.gz cd LibreOffice_6.4.4_Linux_x86-64_rpm sudo yum localinstall RPMS/*.rpm If you already have JDK,…

Continue ReadingHow to install LibreOffice 6.4 on CentOS 7