Content Hint
Column Height
Border 1 or 0
Images Placement
Image Path
Image Left
Image Top
Image Size
Book Creation
BookTitle
Author
Subject
Keywords
Creator
Chapter Name Chapter Text File

PDF FORM AND ATTACHMENT WIZARD

Needed PDF Files

Column Span


$pdf->Cell(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 128 136 144 152 160 168 176 184 192 default,{{ columnheight }},'{{ hint }}',{{ border }});

$pdf->MultiCell(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 128 136 144 152 160 168 176 184 192 default,{{ columnheight }},"{{ hint }}",{{ border }});
Cell right Justified:
$pdf->Cell(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 128 136 144 152 160 168 176 184 192 default,{{ columnheight }},'{{ hint }}','',0,'R');
$pdf->Image('{{ ImagePath }}',{{ ImageLeft }},{{ ImageTop }},{{ InageSize }});
$pdf->Image('{{ ImagePath }}',{{ ImageLeft }},{{ ImageTop }},{{ InageSize }},0,'jpg','https://URLURL');
$pdf->SetTextColor('250','20','105');
$pdf->SetFont('Arial','B',16);
$pdf->ln({{ columnheight }});
$pdf->Write({{ columnheight }},'Visit MooseLoose.com','http://mooseloose.com');