Skip to main content

A Python library for converting office files to PDF using the iLovePDF API

Project description

Lund PDF Master

A Python library for converting office files to PDF using the iLovePDF API.

Install the package

pip install LundPDFMaster

Usage

Here's a basic example of how to use the library for a single file:

from lund_pdf_master.OfficeToPDFConverter import OfficeToPDFConverter

converter = OfficeToPDFConverter('your_public_key', 'your_secret_key')
converter.convert_to_pdf('path_to_your_file.docx', 'output_path.pdf')

Here's a basic example of how to use the library for multiple files:

from lund_pdf_master.OfficeToPDFConverter import OfficeToPDFConverter

converter = OfficeToPDFConverter('your_public_key', 'your_secret_key')
file_paths = ['file1.docx', 'file2.docx', 'file3.docx']
converter.convert_multiple_to_pdf(file_paths, 'output_directory')

This project is licensed under the terms of the MIT license

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

LundPDFMaster-1.1.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

LundPDFMaster-1.1.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file LundPDFMaster-1.1.2.tar.gz.

File metadata

  • Download URL: LundPDFMaster-1.1.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for LundPDFMaster-1.1.2.tar.gz
Algorithm Hash digest
SHA256 3d95e00757c5c83345184ef4345d10bcc33d7fcf9c0cc6021003d3a3e1a59c74
MD5 0eca385e16524df40537e98e063aabfb
BLAKE2b-256 f426007c2c79ea90939b6f663c6bd308c97fc6504909f3857e36469adfabebc0

See more details on using hashes here.

File details

Details for the file LundPDFMaster-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for LundPDFMaster-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1de72d8ea8f0b3444cd702307d2c886842981a1e8a436ba63a24e1a69d441cea
MD5 895627985fdf6ccd954a0296f5020053
BLAKE2b-256 cc408b172cbd0a2c4a8de042aa4cd7c6a77eb16e5257bee98162eb0862c34eb8

See more details on using hashes here.

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