reportcompiler.plugins.postprocessors.pdflatex

pdflatex.py

This module includes the postprocessor using pdflatex.

Classes

class reportcompiler.plugins.postprocessors.pdflatex.PdflatexPostProcessor

Postprocessor for pdflatex.

Inheritance

Inheritance diagram of PdflatexPostProcessor
postprocess(doc_param, doc_path, postprocessor_info, context)

Applies the postprocessing after the document has been rendered.

Parameters:
  • doc_param (OrderedDict) – Document variable
  • doc_path (str) – Path of the document file generated by the template renderer
  • postprocessor_info (dict) – Information about the current postprocessor (multiple can be used for fragment)
  • context (dict) – Context dictionary with keys ‘data’ (context generated from fragments) and ‘meta’ (document metadata)