123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472 |
- <?php
- $this->mirrorMargins = 0;
- $this->restoreBlockPagebreaks = false;
- $this->forcePortraitMargins = false;
- $this->displayDefaultOrientation = false;
- $this->pagenumPrefix;
- $this->pagenumSuffix;
- $this->nbpgPrefix;
- $this->nbpgSuffix;
- $this->allow_charset_conversion = true;
- $this->biDirectional=false;
- $this->use_CJK_only = false;
- $this->autoFontGroupSize = 2;
- $this->useLang = true;
- $this->disableMultilingualJustify = true;
-
- $this->useSubstitutionsMB = false;
- $this->falseBoldWeight = 5;
- $this->useOnlyCoreFonts = false;
- $this->allow_output_buffering = false;
- $this->enableImports = false;
- $this->collapseBlockMargins = true;
- $this->progressBar = 0;
- $this->dpi = 96;
- $this->allow_html_optional_endtags = true;
- $this->ignore_invalid_utf8 = false;
- $this->text_input_as_HTML = false;
- $this->useGraphs = false;
- $this->PDFA = false;
- $this->PDFAauto = false;
- $this->ICCProfile = '';
-
- $this->incrementFPR1 = 10;
- $this->incrementFPR2 = 20;
- $this->incrementFPR3 = 30;
- $this->incrementFPR4 = 50;
- $this->showStats = false;
- $this->debug = false;
- $this->showImageErrors = false;
- $this->table_error_report = false;
- $this->table_error_report_param = '';
- $this->title2annots = false;
- $this->annotSize = 0.5;
- $this->annotMargin;
- $this->annotOpacity = 0.5;
- $this->anchor2Bookmark = 0;
- $this->CSSselectMedia='print';
- $this->rtlCSS = 2;
-
- $this->forcePortraitHeaders = false;
- $this->defaultheaderfontsize = 8;
- $this->defaultheaderfontstyle = 'BI';
- $this->defaultheaderline = 1;
- $this->defaultfooterfontsize = 8;
- $this->defaultfooterfontstyle = 'BI';
- $this->defaultfooterline = 1;
- $this->header_line_spacing = 0.25;
- $this->footer_line_spacing = 0.25;
- $this->setAutoTopMargin = false;
- $this->setAutoBottomMargin = false;
- $this->autoMarginPadding = 2;
- $this->simpleTables = false;
- $this->packTableData = false;
- $this->ignore_table_percents = false;
- $this->ignore_table_widths = false;
- $this->keep_table_proportions = false;
-
- $this->shrink_tables_to_fit = 1.4;
-
- $this->tableMinSizePriority = false;
-
-
- $this->use_kwt = false;
- $this->img_dpi = 96;
-
- $this->justifyB4br = false;
-
- $this->tabSpaces = 8;
-
- $this->jSWord = 0.4;
- $this->jSmaxChar = 2;
- $this->jSmaxCharLast = 1;
- $this->jSmaxWordLast = 2;
- $this->orphansAllowed = 5;
- $this->normalLineheight = 1.33;
- $this->hyphenate = false;
- $this->hyphenateTables = false;
- $this->SHYlang = "en";
- $this->SHYleftmin = 2;
- $this->SHYrightmin = 2;
- $this->SHYcharmin = 2;
- $this->SHYcharmax = 10;
- $this->keepColumns = false;
- $this->max_colH_correction = 1.15;
- $this->ColGap=5;
- $this->list_align_style = 'R';
- $this->list_indent_first_level = 0;
- $this->list_number_suffix = '.';
- $this->watermarkImgBehind = false;
- $this->showWatermarkText = 0;
- $this->showWatermarkImage = 0;
- $this->watermarkText = '';
- $this->watermarkImage = '';
- $this->watermark_font = '';
- $this->watermarkTextAlpha = 0.2;
- $this->watermarkImageAlpha = 0.2;
- $this->watermarkImgAlphaBlend = 'Normal';
-
-
-
- $this->autoPadding = false;
- $this->textarea_lineheight = 1.25;
- $this->formBgColor = 'white';
- $this->formBgColorSmall = '#DDDDFF';
- $this->defaultCSS = array(
- 'BODY' => array(
- 'FONT-FAMILY' => 'serif',
- 'FONT-SIZE' => '11pt',
- 'TEXT-ALIGN' => 'left',
- 'TEXT-INDENT' => '0pt',
- 'LINE-HEIGHT' => 'normal',
- 'MARGIN-COLLAPSE' => 'collapse',
- ),
- 'P' => array(
-
- 'MARGIN' => '1.12em 0',
- ),
- 'H1' => array(
- 'FONT-SIZE' => '2em',
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '0.67em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'H2' => array(
- 'FONT-SIZE' => '1.5em',
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '0.75em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'H3' => array(
- 'FONT-SIZE' => '1.17em',
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '0.83em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'H4' => array(
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '1.12em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'H5' => array(
- 'FONT-SIZE' => '0.83em',
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '1.5em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'H6' => array(
- 'FONT-SIZE' => '0.75em',
- 'FONT-WEIGHT' => 'bold',
- 'MARGIN' => '1.67em 0',
- 'PAGE-BREAK-AFTER' => 'avoid',
- ),
- 'HR' => array(
- 'COLOR' => '#888888',
- 'TEXT-ALIGN' => 'center',
- 'WIDTH' => '100%',
- 'HEIGHT' => '0.2mm',
- 'MARGIN-TOP' => '0.83em',
- 'MARGIN-BOTTOM' => '0.83em',
- ),
- 'PRE' => array(
- 'MARGIN' => '0.83em 0',
- 'FONT-FAMILY' => 'monospace',
- ),
- 'S' => array(
- 'TEXT-DECORATION' => 'line-through',
- ),
- 'STRIKE' => array(
- 'TEXT-DECORATION' => 'line-through',
- ),
- 'DEL' => array(
- 'TEXT-DECORATION' => 'line-through',
- ),
- 'SUB' => array(
- 'VERTICAL-ALIGN' => 'sub',
- 'FONT-SIZE' => '55%',
- ),
- 'SUP' => array(
- 'VERTICAL-ALIGN' => 'super',
- 'FONT-SIZE' => '55%',
- ),
- 'U' => array(
- 'TEXT-DECORATION' => 'underline',
- ),
- 'INS' => array(
- 'TEXT-DECORATION' => 'underline',
- ),
- 'B' => array(
- 'FONT-WEIGHT' => 'bold',
- ),
- 'STRONG' => array(
- 'FONT-WEIGHT' => 'bold',
- ),
- 'I' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'CITE' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'Q' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'EM' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'VAR' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'SAMP' => array(
- 'FONT-FAMILY' => 'monospace',
- ),
- 'CODE' => array(
- 'FONT-FAMILY' => 'monospace',
- ),
- 'KBD' => array(
- 'FONT-FAMILY' => 'monospace',
- ),
- 'TT' => array(
- 'FONT-FAMILY' => 'monospace',
- ),
- 'SMALL' => array(
- 'FONT-SIZE' => '83%',
- ),
- 'BIG' => array(
- 'FONT-SIZE' => '117%',
- ),
- 'ACRONYM' => array(
- 'FONT-SIZE' => '77%',
- 'FONT-WEIGHT' => 'bold',
- ),
- 'ADDRESS' => array(
- 'FONT-STYLE' => 'italic',
- ),
- 'BLOCKQUOTE' => array(
- 'MARGIN-LEFT' => '40px',
- 'MARGIN-RIGHT' => '40px',
- 'MARGIN-TOP' => '1.12em',
- 'MARGIN-BOTTOM' => '1.12em',
- ),
- 'A' => array(
- 'COLOR' => '#0000FF',
- 'TEXT-DECORATION' => 'underline',
- ),
- 'UL' => array(
- 'MARGIN' => '0.83em 0',
- 'TEXT-INDENT' => '1.3em',
- ),
- 'OL' => array(
- 'MARGIN' => '0.83em 0',
- 'TEXT-INDENT' => '1.3em',
- ),
- 'DL' => array(
- 'MARGIN' => '1.67em 0',
- ),
- 'DT' => array(
- ),
- 'DD' => array(
- 'PADDING-LEFT' => '40px',
- ),
- 'TABLE' => array(
- 'MARGIN' => '0',
- 'BORDER-COLLAPSE' => 'separate',
- 'BORDER-SPACING' => '2px',
- 'EMPTY-CELLS' => 'show',
- 'TEXT-ALIGN' => 'left',
- 'LINE-HEIGHT' => '1.2',
- 'VERTICAL-ALIGN' => 'middle',
- ),
- 'THEAD' => array(
- ),
- 'TFOOT' => array(
- ),
- 'TH' => array(
- 'FONT-WEIGHT' => 'bold',
- 'TEXT-ALIGN' => 'center',
- 'PADDING-LEFT' => '0.1em',
- 'PADDING-RIGHT' => '0.1em',
- 'PADDING-TOP' => '0.1em',
- 'PADDING-BOTTOM' => '0.1em',
- ),
- 'TD' => array(
- 'PADDING-LEFT' => '0.1em',
- 'PADDING-RIGHT' => '0.1em',
- 'PADDING-TOP' => '0.1em',
- 'PADDING-BOTTOM' => '0.1em',
- ),
- 'IMG' => array(
- 'MARGIN' => '0',
- 'VERTICAL-ALIGN' => 'baseline',
- ),
- 'INPUT' => array(
- 'FONT-FAMILY' => 'sans-serif',
- 'VERTICAL-ALIGN' => 'middle',
- 'FONT-SIZE' => '0.9em',
- ),
- 'SELECT' => array(
- 'FONT-FAMILY' => 'sans-serif',
- 'FONT-SIZE' => '0.9em',
- 'VERTICAL-ALIGN' => 'middle',
- ),
- 'TEXTAREA' => array(
- 'FONT-FAMILY' => 'monospace',
- 'FONT-SIZE' => '0.9em',
- 'VERTICAL-ALIGN' => 'text-bottom',
- ),
- );
- $this->pdf_version = '1.4';
- $this->SHYlanguages = array('en','de','es','fi','fr','it','nl','pl','ru','sv');
- $this->default_lineheight_correction=1.2;
-
- $this->fontsizes = array('XX-SMALL'=>0.7, 'X-SMALL'=>0.77, 'SMALL'=>0.86, 'MEDIUM'=>1, 'LARGE'=>1.2, 'X-LARGE'=>1.5, 'XX-LARGE'=>2);
- $this->pregRTLchars = "\x{0590}-\x{06FF}\x{0750}-\x{077F}\x{FB00}-\x{FDFD}\x{FE70}-\x{FEFF}";
-
- $this->pregUHCchars = "\x{3130}-\x{318F}\x{AC00}-\x{D7AF}";
- $this->pregSJISchars = "\x{3040}-\x{309F}\x{30A0}-\x{30FF}\x{3190}-\x{319F}\x{31F0}-\x{31FF}";
-
- $this->pregCJKchars = "\x{2E80}-\x{A4CF}\x{A800}-\x{D7AF}\x{F900}-\x{FAFF}\x{FF00}-\x{FFEF}\x{20000}-\x{2FA1F}";
-
-
- $this->pregASCIIchars1 = "\x{0021}-\x{002E}\x{0030}-\x{003B}?";
-
- $this->pregASCIIchars2 = "\x{0020}-\x{002E}\x{0030}-\x{003B}?";
-
- $this->pregASCIIchars3 = "\x{0000}-\x{002E}\x{0030}-\x{003B}\x{003F}-\x{007E}";
-
- $this->pregVIETchars = "\x{01A0}\x{01A1}\x{01AF}\x{01B0}\x{1EA0}-\x{1EF1}";
-
- $this->pregVIETPluschars = "\x{0000}-\x{003B}\x{003F}-\x{00FF}\x{0300}-\x{036F}\x{0102}\x{0103}\x{0110}\x{0111}\x{0128}\x{0129}\x{0168}\x{0169}\x{1EF1}-\x{1EF9}";
-
- $this->pregARABICchars = "\x{0600}-\x{06FF}\x{0750}-\x{077F}\x{FB50}-\x{FDFD}\x{FE70}-\x{FEFF}";
-
- $this->pregNonARABICchars = "\x{0671}-\x{067D}\x{067F}-\x{0685}\x{0687}-\x{0697}\x{0699}-\x{06A8}\x{06AA}-\x{06AE}\x{06B0}-\x{06CB}\x{06CD}-\x{06D3}";
- $this->pregHEBchars = "\x{0590}-\x{05FF}\x{FB00}-\x{FB49}";
-
- $this->pregHIchars = "\x{0900}-\x{0963}\x{0966}-\x{097F}";
- $this->pregBNchars = "\x{0980}-\x{09FF}";
- $this->pregPAchars = "\x{0A00}-\x{0A7F}";
- $this->pregGUchars = "\x{0A80}-\x{0AFF}";
- $this->pregORchars = "\x{0B00}-\x{0B7F}";
- $this->pregTAchars = "\x{0B80}-\x{0BFF}";
- $this->pregTEchars = "\x{0C00}-\x{0C7F}";
- $this->pregKNchars = "\x{0C80}-\x{0CFF}";
- $this->pregMLchars = "\x{0D00}-\x{0D7F}";
- $this->pregSHchars = "\x{0D80}-\x{0DFF}";
- $this->pregINDextra = "\x{200B}-\x{200D}\x{0964}\x{0965}\x{0020}-\x{0022}\x{0024}-\x{002E}\x{003A}-\x{003F}\x{005B}-\x{0060}\x{007B}-\x{007E}-\x{00A0}";
-
- $this->allowedCSStags = 'DIV|P|H1|H2|H3|H4|H5|H6|FORM|IMG|A|BODY|TABLE|HR|THEAD|TFOOT|TBODY|TH|TR|TD|UL|OL|LI|PRE|BLOCKQUOTE|ADDRESS|DL|DT|DD';
- $this->allowedCSStags .= '|SPAN|TT|I|B|BIG|SMALL|EM|STRONG|DFN|CODE|SAMP|KBD|VAR|CITE|ABBR|ACRONYM|STRIKE|S|U|DEL|INS|Q|FONT';
- $this->outerblocktags = array('DIV','FORM','CENTER','DL');
- $this->innerblocktags = array('P','BLOCKQUOTE','ADDRESS','PRE','H1','H2','H3','H4','H5','H6','DT','DD');
- $this->inlinetags = array('SPAN','TT','I','B','BIG','SMALL','EM','STRONG','DFN','CODE','SAMP','KBD','VAR','CITE','ABBR','ACRONYM','STRIKE','S','U','DEL','INS','Q','FONT','TTS','TTZ','TTA');
- $this->listtags = array('UL','OL','LI');
- $this->tabletags = array('TABLE','THEAD','TFOOT','TBODY','TFOOT','TR','TH','TD');
- $this->formtags = array('TEXTAREA','INPUT','SELECT');
- ?>
|