legalinc / office-merge-lib
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
This library contains the CDE packages of libreOffice and Imagick. This is used to convert doc, docx, png and jpeg files to PDF.
Package info
github.com/Legalinc/office-merge-lib
Language:Shell
pkg:composer/legalinc/office-merge-lib
dev-master
2016-01-19 04:31 UTC
Requires
- php: >=5.0.0
This package is not auto-updated.
Last update: 2023-06-28 12:57:05 UTC
README
This library contains the CDE packages of libreOffice and Imagick.
This is used to convert doc, docx, png and jpeg files to PDF.
Steps for convertion.
- Move the File which is to be converted to
cde-root/home/user/convert/folder. - Change the directory to
cde-root/home/user/. - For converting the image files, run the shell command
./convert.cde convert/imageFileName output/finalPDFName. - For converting the doc/docx files, run the shell command
./libreoffice.cde --headless --invisible --convert-to pdf convert/docFileName --outdir output/. - The converted PDF files can be extracted from the
cde-root/home/user/output/folder. - Remove the files to prevent memmory growth.