Class PDF
The PDF class extends the FPDF class and the PDF_MC_Table class for creating an PDF with the repertorization result
The PDF class writes a customized header and footer on each PDF page and creates the result table prepared for PDF.
- FPDF
- PDF_MC_Table
Package: PDF
Category: PDF
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/fpdf/pdf.php
Category: PDF
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/fpdf/pdf.php
public
|
|
public
|
|
public
|
#
create_result_table( array $header_ar, array $first_row_ar, array $data_ar, integer $symptom_col_width = 0, integer $col_width = 0 )
create_result_table creates the result table for the PDF |
public
|
#
table_header( array $header_ar, array $first_row_ar, array $aligns_ar )
table_header builds the table header |
CheckPageBreak(),
NbLines(),
Row(),
SetAligns(),
SetCellHeight(),
SetFill(),
SetWidths()
|
$aligns,
$cell_height,
$fill,
$table_page,
$widths
|
$AliasNbPages,
$AutoPageBreak,
$ColorFlag,
$CoreFonts,
$CurOrientation,
$CurPageSize,
$CurrentFont,
$DefOrientation,
$DefPageSize,
$DrawColor,
$FillColor,
$FontFamily,
$FontFiles,
$FontSize,
$FontSizePt,
$FontStyle,
$InFooter,
$InHeader,
$LayoutMode,
$LineWidth,
$PDFVersion,
$PageBreakTrigger,
$PageLinks,
$PageSizes,
$StdPageSizes,
$TextColor,
$ZoomMode,
$author,
$bMargin,
$buffer,
$cMargin,
$compress,
$creator,
$diffs,
$fontpath,
$fonts,
$h,
$hPt,
$images,
$k,
$keywords,
$lMargin,
$lasth,
$links,
$n,
$offsets,
$page,
$pages,
$rMargin,
$state,
$subject,
$tMargin,
$title,
$underline,
$w,
$wPt,
$ws,
$x,
$y
|