IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.post_processors.base

Next topic

Module: nbconvert.post_processors.serve

This Page

Module: nbconvert.post_processors.pdf

Contains writer for writing nbconvert output to PDF.

1 Class

class IPython.nbconvert.post_processors.pdf.PDFPostProcessor(**kw)

Bases: IPython.nbconvert.post_processors.base.PostProcessorBase

Writer designed to write to PDF files

call(input)

Consume and write Jinja output a PDF. See files.py for more...

command

An instance of a Python list.

iteration_count

An integer trait.

Longs that are unnecessary (<= sys.maxint) are cast to ints.

verbose

A boolean (True, False) trait.