Skip to main content

No project description provided

Project description

To create the content for the README.md file of your Python package, you can include the following information:

PDF Generator

A Python package for converting JSON data to HTML and generating PDFs.

Description

This package provides functionality to convert JSON data to HTML using a customizable template and then generate PDF files from the HTML content. It allows users to provide their own JSON data and template file to customize the output.

Features

  • Convert JSON data to HTML - anyName.json
  • Support for custom HTML templates - template.html
  • Generate PDF files from HTML - output.html
  • Merge multiple PDF files into a single PDF - merged_output.pdf

Installation

You can install the package using pip:

pip install oneoneoneexample==0.6

Note: Replace "version-number" with the recent version number of the package, ex: 0.6 -> latest.

Usage

from pdf_generator.convert import generate

# Specify the paths and file names for JSON data, template, output HTML, and new PDF file
json_file = 'path/to/json/data.json' (complete path of json file)
template_directory = 'path/to/template/directory' (only template directory)
output_html_path = 'path/to/save/output/html' (only output html directory)
new_pdf_path = 'path/to/save/new/pdf' (only pdf saving directory)

# Generate HTML and PDF files
generate(json_file, template_directory, output_html_path, new_pdf_path)

Make sure to replace the placeholders with the actual paths and file names.

Dependencies

This package relies on the following dependencies:

  • pandas
  • jinja2
  • pdfkit
  • PyPDF2

Please make sure to install these dependencies before using the package. You can install them using the following command:

pip install pandas jinja2 pdfkit PyPDF2

Note: The pdfkit library requires an external tool called Wkhtmltopdf. This package will automatically add the path for Wkhtmltopdf still error of Wkhtmltopdf installation, add path to your system's PATH before using this package.

License

This package is licensed under 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

json2pdf-0.2.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

json2pdf-0.2-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file json2pdf-0.2.tar.gz.

File metadata

  • Download URL: json2pdf-0.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for json2pdf-0.2.tar.gz
Algorithm Hash digest
SHA256 860430798703fed3f960d82724358dd7ead322ee69219734a122907e0c6847b9
MD5 99c538fd5c9718dd1bbade4da0eaffc5
BLAKE2b-256 54ab7265d43128e75b62c126a82b2a48fab730954dcf53134a97863a9a9fc58c

See more details on using hashes here.

File details

Details for the file json2pdf-0.2-py3-none-any.whl.

File metadata

  • Download URL: json2pdf-0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for json2pdf-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 562a4d54c4dc242498490ae73ce14136292554bf6b5d839759f8373e2f543e52
MD5 15d61871cabc98f6e2a2f883f66eef22
BLAKE2b-256 1715c73988e6175e7e121b2168098d96337fa756cc12d9dfd24410397cc97a3e

See more details on using hashes here.

Supported by

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