Skip to main content

Templating and pdf generation for docx/pptx files

Project description

=========
Burocracy
=========

Burocracy is a library that allows you to use .docx templates as
templates using MailMerge fields and can save them as docx's or pdfs. It
can insert plain text, images, tables and (simple) HTML. See
`django-bureaucracy`_ for some mild django integration.

WIP: PPTX as templates.

Usage
=====

Example
-------

.. code-block::

from bureaucracy import DocxTemplate, HTML, Image, Table

doc = DocxTemplate('examples/sample.docx')

context = {
'table': Table(data=[['this is the first cell of the first row', 'this is the second cell of the first row'],
['the second row', 'etc'],
['etc', 'etc]],
headers=['header 1', 'header 2']),
'image': Image('pigeon.jpg')
'html': HTML(<p><strong>bold</strong>-notbold</p><ul><li>hop</li><li>la</li><li>kee</li></ul>")
'text': 'some text',
}

doc.render_and_save('generated.docx', context)
doc.render_and_save('generated.pdf', context, format='pdf')


Inserting mail merge fields
---------------------------

Bureaucracy expects the .docx-files passed to the ``DocxTemplate`` constructor
to contain MailMerge fields whose names correspond to the ones used
in the context dict. How this is done exactly depends on the version of
Office you have, but it seems that it's always a variation on
Insert > Field > Mail Merge > Mergefield and then entering the name:

.. figure:: docs/mailmerge_mac.png?raw=true
:alt: Mailmerge on Mac

What it looks like on Office Mac 2015


Installation
============

.. code-block:: bash

pip install burocracy


Note that although this will install the pypandoc dependency, that package
makes use of the pandoc executable whose installation sometimes fails.
To work around this, install pandoc on it's own with your favorite package
manager and make it available on the path.

For the pdf generation, bureaucracy needs the LibreOffice ``soffice`` executable
to be installed and on the path.


.. _django-bureacracy: https://bitbucket.org/maykinmedia/django-bureaucracy

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

burocracy-0.3.1.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

burocracy-0.3.1-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file burocracy-0.3.1.tar.gz.

File metadata

  • Download URL: burocracy-0.3.1.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for burocracy-0.3.1.tar.gz
Algorithm Hash digest
SHA256 777f8d33155b25463f5ece985dec3a879d8968750016c2dd51a90f67d7c2d0b9
MD5 46ac743e0b956dfd1cdc90e77f980134
BLAKE2b-256 587ae315b17245cfa296a8448f2fbd61f6837af2092a01c24ee22ab9d209f566

See more details on using hashes here.

Provenance

File details

Details for the file burocracy-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for burocracy-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d39a5bf595aabc25f889018656dccd3a06f38e64448ad650c9b4a561b0ec17e
MD5 57fc9920d5b14e17e3d4f72c707fe8ed
BLAKE2b-256 4faf2268dbcdf47684d5488b9ed2f4c95f2d416620c42f5f194bb38aa22a8e69

See more details on using hashes here.

Provenance

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