pdf_from_json

minkit.pdf_from_json(obj, backend=None)[source]

Load a PDF from a JSON object.

Parameters:
  • obj (dict) – JSON-like object.
  • backend (Backend or None) – backend to build the PDF.
Returns:

A PDF with the configuration from the object.

Return type:

PDF

See also

pdf_to_json()