Skip to main content

This Python package can turn file(ppt/pptx/doc/docx/wps/pdf..) into pictures

Project description

Name

FileToPics

Environment

   Java:

yum -y localinstall jdk-8u101-linux-x64.rpm


   LibreOffice:

tar zxf LibreOffice_5.2.2_Linux_x86-64_rpm.tar.gz
cd LibreOffice_5.2.2.2_Linux_x86-64_rpm/RPMS/
yum -y localinstall *.rpm

tar zxf LibreOffice_5.2.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz
cd LibreOffice_5.2.2.2_Linux_x86-64_rpm_langpack_zh-CN/RPMS
yum -y localinstall *.rpm


   Fonts:

yum groupinstall "fonts"


   ImageMagick:

yum -y localinstall ImageMagick-libs-7.0.3-4.x86_64.rpm
yum -y localinstall ImageMagick-7.0.3-4.x86_64.rpm
yum -y localinstall ImageMagick-devel-7.0.3-4.x86_64.rpm

Use

pip install FileToPics


SYNOPSIS

from FileToPics import FileToPics

file2pics = FileToPics(filePath = '/home/test.pdf', picPath = '/home/', fileType = 'pdf')
res = file2pics.fileToPicture()

file2pics = FileToPics(filePath = '/home/test.pptx', picPath = '/home/', fileType = 'ppt')
res = file2pics.fileToPicture()


DESCRIPTION

This Python package can turn file(ppt/pptx/doc/docx/wps/pdf..) into pictures

Params:

filepath : you want to operate the source file path
picpath : Image storage path(In / at the end)
filetype : operate the source file type
pictype : You want to generate the image format(default webp)

Notice:
params filepath and filetype does not match will be reported to the wrong

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FileToPics-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page