StopTransform StopTransform( )Stops a 2D tranformation restoring previous graphic state. This function must be called after scaling, m... 2020.09.28
StartTransform StartTransform( )Starts a 2D tranformation saving current graphic state. This function must be called before scaling, mi... 2020.09.28
startTransaction startTransaction( )Stores a copy of the current TCPDF object used for undo operation. 2020.09.28
startTemplate startTemplate( $w = 0, $h = 0, $group = false )Start a new XObject Template. An XObject Template is a PDF block that is ... 2020.09.28
startPageGroup startPageGroup( $page = '' )Create a new page group. NOTE: call this function before calling AddPage() 2020.09.28
startPage startPage( $orientation = '', $format = '', $tocpage = false )Starts a new page to the document. The page must be closed... 2020.09.28
startLayer startLayer( $name = '', $print = true, $view = true, $lock = true )Start a new pdf layer. 2020.09.28