**Important**: original FPDF (PHP) naming convention is CamelCase. This library uses [PEP8](http://www.python.org/dev/peps/pep-0008/) lower\_case\_with\_underscores recommendation. # PyFPDF Reference Manual # * [AcceptPageBreak](AcceptPageBreak.md) - accept or not automatic page break * [AddFont](AddFont.md) - add a new font * [AddLink](AddLink.md) - create an internal link * [AddPage](AddPage.md) - add a new page * [AliasNbPages](AliasNbPages.md) - define an alias for number of pages * [Cell](Cell.md) - print a cell * [Close](Close.md) - terminate the document * [Error](Error.md) - fatal error * [Footer](Footer.md) - page footer * [FPDF](FPDF.md) - constructor * [GetStringWidth](GetStringWidth.md) - compute string length * [GetX](GetX.md) - get current x position * [GetY](GetY.md) - get current y position * [Header](Header.md) - page header * [Image](Image.md) - output an image * [Line](Line.md) - draw a line * [Link](Link.md) - put a link * [Ln](Ln.md) - line break * [MultiCell](MultiCell.md) - print text with line breaks * [Output](Output.md) - save or send the document * [PageNo](PageNo.md) - page number * [Rect](Rect.md) - draw a rectangle * SetAuthor - set the document author * SetAutoPageBreak - set the automatic page breaking mode * SetCompression - turn compression on or off * SetCreator - set document creator * SetDisplayMode - set display mode * SetDrawColor - set drawing color * SetFillColor - set filling color * SetFont - set font * SetFontSize - set font size * SetKeywords - associate keywords with document * SetLeftMargin - set left margin * SetLineWidth - set line width * SetLink - set internal link destination * SetMargins - set margins * SetRightMargin - set right margin * SetSubject - set document subject * SetTextColor - set text color * SetTitle - set document title * SetTopMargin - set top margin * [SetX](SetX.md) - set current x position * [SetXY](SetXY.md) - set current x and y positions * [SetY](SetY.md) - set current y position * [Text](Text.md) - print a string * [Write](Write.md) - print flowing text