diff --git a/libraries/tcpdf/CHANGELOG.TXT b/libraries/tcpdf/CHANGELOG.TXT
deleted file mode 100644
index eea7285ff..000000000
--- a/libraries/tcpdf/CHANGELOG.TXT
+++ /dev/null
@@ -1,1891 +0,0 @@
-5.9.039 (2011-01-12)
- - Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed.
-
-5.9.038 (2011-01-11)
- - Minor bugs were fixed.
-
-5.9.037 (2011-01-09)
- - An alignment problem for HTML texts was fixed.
-
-5.9.036 (2011-01-07)
- - A bug related to HTML tables on header was fixed.
-
-5.9.035 (2011-01-03)
- - A problem related to HTML table border alignment was fixed.
- - Bug #2996366 "FastCGI and Header Problems" was fixed.
-
-5.9.034 (2010-12-19)
- - DejaVu and GNU Free fonts were updated.
-
-5.9.033 (2010-12-18)
- - Source code documetnation was improved.
-
-5.9.032 (2010-12-18)
- - Default font stretching and spacing values are now inherited by HTML methods.
-
-5.9.031 (2010-12-16)
- - Source code documentation errors were fixed.
-
-5.9.030 (2010-12-16)
- - Several source code documentation errors were fixed.
- - Source code style was changed for Doxygen.
- - Source code documentation was moved online to http://www.tcpdf.org
-
-5.9.029 (2010-12-04)
- - The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
-
-5.9.028 (2010-12-03)
- - Font utils makefont.php and makeallttffonts.php were updated.
-
-5.9.027 (2010-12-01)
- - Spot Colors are now better integrated with HTML mode.
- - Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
-
-5.9.026 (2010-12-01)
- - A problem with mixed text directions on HTML was fixed.
-
-5.9.025 (2010-12-01)
- - The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
-
-5.9.024 (2010-11-30)
- - Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
-
-5.9.023 (2010-11-25)
- - A potential bug on SVG transcoder was fixed.
-
-5.9.022 (2010-11-21)
- - Method ImageEPS includes support for EPS/AI Spot colors.
- - Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
-
-5.9.021 (2010-11-20)
- - Support for custom bullet points images was added (check the example n.6)
- - Examples n. 6 and 61 were update (check the comments inside).
-
-5.9.020 (2010-11-19)
- - A problem related to additional page when using multicolumn mode was fixed.
-
-5.9.019 (2010-11-19)
- - An SVG bug was fixed.
- - ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
- - Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
-
-5.9.018 (2010-11-19)
- - An SVG bug was fixed.
-
-5.9.017 (2010-11-16)
- - Tagline color was set to transparent.
- - The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
-
-5.9.016 (2010-11-16)
- - Bug item #3109705 "list item page break hanging bullet" was fixed.
-
-5.9.015 (2010-11-16)
- - Bug item affecting QRCode was fixed.
- - Some bugs affecting HTML lists were fixed.
- - ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
- - Some problems with PHP4 compatibility were fixed.
-
-5.9.014 (2010-11-15)
- - Bug item #3109464 "QRCode error" was fixed.
-
-5.9.013 (2010-11-15)
- - Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
- - Image function now accepts image data streams (check example n. 9).
-
-5.9.012 (2010-11-12)
- - Method getTCPDFVersion() was added.
- - PDF_PRODUCER constant was removed.
- - Method convertHTMLColorToDec() was improved.
- - HTML colors now support spot color names defined on the new spotcolors.php file.
- - The default method Header() was improved to support SVG and EPS/AI images.
- - A bug on SVG importer was fixed.
-
-5.9.011 (2010-11-02)
- - Bug item #3101486 "Bug Fix for image loading" was fixed.
-
-5.9.010 (2010-10-27)
- - Support for CSS properties 'border-spacing' and 'padding' for tables were added.
- - Several language files were added.
-
-5.9.009 (2010-10-21)
- - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
-
-5.9.008 (2010-10-21)
- - Bug item #3091502 "Bookmark oddity" was fixed.
- - HTML internal links now accepts page number and Y position.
- - The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
-
-5.9.007 (2010-10-20)
- - Method adjustCellPadding() was fixed to handle bad input.
-
-5.9.006 (2010-10-19)
- - Support for AES 256 bit encryption was added (see example n. 16).
- - Method getNumLines() was fixed for the empty string case.
-
-5.9.005 (2010-10-18)
- - Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
-
-5.9.004 (2010-10-18)
- - A bug related to annotations was fixed.
- - The file unicode_data.php was canged to encapsulate all data in a class.
- - The file htmlcolors.php was changed to remove the global variable.
-
-5.9.003 (2010-10-15)
- - Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
- - A bug on Right-To-Left alignment was fixed.
-
-5.9.002 (2010-10-08)
- - Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
-
-5.9.001 (2010-10-07)
- - The problem of blank page for nobr table higher than a single page was fixed.
-
-5.9.000 (2010-10-06)
- - Support for text stretching and spacing (kerning) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
- - Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
- - The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
- - Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
- - Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
- - Method write1DBarcode() was improved to permit custom labels (see example n. 27).
- - Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
- - XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
- - The signature of getNumLines() and getStringHeight() methods is changed.
- - Example n. 57 was updated.
-
-// -------------------------------------------------------------------
-
-5.8.034 (2010-09-27)
- - A bug related to SetFont on XObject templates was fixed.
-
-5.8.033 (2010-09-25)
- - A problem with Footer() and multiple columns was fixed.
-
-5.8.032 (2010-09-22)
- - Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
-
-5.8.031 (2010-09-20)
- - Bug #3071961 "Spaces in HTML" was fixed.
-
-5.8.030 (2010-09-17)
- - SVG support was improved and some bugs were fixed.
-
-5.8.029 (2010-09-16)
- - A problem with HTML borders was fixed.
-
-5.8.028 (2010-09-13)
- - Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
-
-5.8.027 (2010-09-13)
- - Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
-
-5.8.026 (2010-09-13)
- - A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
-
-5.8.025 (2010-09-09)
- - Bug #3062692 "Textarea inside a table" was fixed.
-
-5.8.024 (2010-09-08)
- - Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
-
-5.8.023 (2010-08-31)
- - Forms bug added on version 5.8.019 was fixed.
-
-5.8.022 (2010-08-31)
- - Bug #3056632 "SVG rendered vertically flipped" was fixed.
-
-5.8.021 (2010-08-30)
- - A new CID-0 'chinese' font was added for traditional Chinese.
- - Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
-
-5.8.020 (2010-08-26)
- - CSS "catch-all" class selector is now supported.
-
-5.8.019 (2010-08-26)
- - XObject Templates now includes support for links and annotations.
- - A problem related to link alignment on cell was fixed.
- - A problem related to SVG styles was fixed.
-
-5.8.018 (2010-08-25)
- - Method getNumberOfColumns() was added.
- - A problem related to table header was fixed.
- - Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
- - SVG support was improved and several bugs were fixed.
-
-5.8.017 (2010-08-25)
- - This version includes support for XObject Templates (see the new example n. 62).
- - Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
-
-5.8.016 (2010-08-24)
- - Alignment problem on write2DBarcode was fixed.
-
-5.8.015 (2010-08-24)
- - A problem arised with the latest bugfix was fixed.
-
-5.8.014 (2010-08-23)
- - Method _getxobjectdict() was added for better compatibility with external extensions.
- - A bug related to radiobuttons was fixed.
- - Bug #3051509 "new line after punctuation marks" was fixed (partially).
-
-5.8.013 (2010-08-23)
- - SVG support for 'direction' property was added.
- - A problem on default width calculation for linear barcodes was fixed.
- - New option was added to write1DBarcode() method to improve alignments (see example n. 27).
- - Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
- - Method _putresourcedict() was improved to include external XObject templates.
-
-5.8.012 (2010-08-22)
- - Support for SVG 'text-anchor' property was added.
-
-5.8.011 (2010-08-21)
- - Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
- - Support for CSS width and height properties on images were added.
-
-5.8.010 (2010-08-20)
- - Documentation of unhtmlentities() was fixed.
- - The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
-
-5.8.009 (2010-08-20)
- - Internal object numbering was improved.
- - Some errors in object encryption were fixed.
-
-5.8.008 (2010-08-19)
- - Method write1DBarcode() was changed, check the example n. 27.
- - Method Footer() was changed to account for barcode changes.
- - Automatic calculation of K_PATH_URL constant was fixed on configuration file.
- - Method setEqualColumns() was fixed for $width=0 case.
- - Method AddTOC() was fixed for multipage and multicolumn modes.
- - Better support for SVG "font-family" property.
- - A problem on default Page Zoom mode was fixed.
- - Several Annotation bugs were fixed.
-
-5.8.007 (2010-08-18)
- - A bug affecting HTML tables was fixed.
- - Bug #3047500 "SVG not rendering paths properly" was fixed.
-
-5.8.006 (2010-08-17)
- - A bug affecting HTML table nesting was fixed.
-
-5.8.005 (2010-08-17)
- - A bug affecting the HTML 'select' tag in certain conditions was fixed.
-
-5.8.004 (2010-08-17)
- - Better support for HTML "font-family" property.
- - A bug related to HTML multicolumn was fixed.
-
-5.8.003 (2010-08-16)
- - Better support for HTML "font-family" property.
-
-5.8.002 (2010-08-14)
- - HTML alignments were improved
- - IMPORTANT: Default regular expression to find spaces has been changed to exclude the non-breaking-space (160 DEC- A0 HEX). If you are using setSpacesRE() method, please read the new documentation.
- - Example n. 1 was updated.
-
-5.8.001 (2010-08-12)
- - Bug #3043650 "subsetchars incorrectly cached" was fixed.
-
-5.8.000 (2010-08-11)
- - A control to avoid bookmarking page 0 was added.
- - addTOC() method now includes support for multicolumn mode.
- - Support for tables in multicolumn mode was improved.
- - Example n.10 was updated.
- - All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
- - HTML alignments were improved.
-
-------------------------------------------------------------
-
-5.7.003 (2010-08-08)
- - Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
-
-5.7.002 (2010-08-06)
- - Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
-
-5.7.001 (2010-08-05)
- - Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
-
-5.7.000 (2010-08-03)
- - CSS borders are now supported for HTML tables and other block tags (see example n. 61);
- - Cell borders were improved (see example n. 57);
- - Minor bugs were fixed.
-
-------------------------------------------------------------
-
-5.6.000 (2010-07-31)
- - A bug with object IDs was fixes.
- - Performances were improved.
-
-------------------------------------------------------------
-
-5.5.015 (2010-07-29)
- - Automatic fix for unclosed self-closing tag.
- - Support for deprecated 's' and 'strike' tags was added.
- - Empty list items problem was fixed.
-
-5.5.014 (2010-07-15)
- - Support for external images was improved.
-
-5.5.013 (2010-07-14)
- - Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
-
-5.5.012 (2010-07-14)
- - Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
- - Bug #3029338 "FI and FO output destination filename bug" was fixed.
-
-5.5.011 (2010-07-09)
- - Support for multiple CSS classes was added.
- - The method getColumn() was added to return the current column number.
- - Some regular Expressions were fixed to be more compatible with UTF-8.
-
-5.5.010 (2010-07-06)
- - Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
-
-5.5.009 (2010-07-05)
- - A problem related to last page footer was fixed.
- - Image alignments and fit-on-page features were improved.
-
-5.5.008 (2010-07-02)
- - A problem on table header alignment in booklet mode was fixed.
- - Default graphic vars are now applied for setHeader();
-
-5.5.007 (2010-07-02)
- - Attribute "readonly" was added to input and textarea form fields.
- - Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
- - Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
-
-5.5.006 (2010-06-29)
- - getStringHeight() and getNumLines() methods were fixed.
-
-5.5.005 (2010-06-28)
- - Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
- - Some problems with multicolumn mode were fixed.
-
-5.5.004 (2010-06-27)
- - Bug #3021803 "SVG Border" was fixed.
-
-5.5.003 (2010-06-26)
- - On Write() method, blank lines at the beginning of a page or column are now automatically removed.
-
-5.5.002 (2010-06-24)
- - ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
- - Bug #3020638 "str_split() not available in php4" was fixed.
- - Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
-
-5.5.001 (2010-06-23)
- - A problem on image streams was fixed.
-
-5.5.000 (2010-06-22)
- - Several PDF syntax errors (and related bugs) were fixed.
- - Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
-
-------------------------------------------------------------
-
-5.4.003 (2010-06-19)
- - A problem related to page boxes was fixed.
- - Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
-
-5.4.002 (2010-06-18)
- - A problem related with setProtection() method was fixed.
-
-5.4.001 (2010-06-18)
- - A problem related with setProtection() method was fixed.
-
-5.4.000 (2010-06-18)
- - The method setSignatureAppearance() was added, check the example n. 52.
- - Several problems related to font subsetting were fixed.
-
-------------------------------------------------------------
-
-5.3.010 (2010-06-15)
- - Previous release was corrupted.
-
-5.3.009 (2010-06-15)
- - Bug #3015934 "Bullets don't display correctly" was fixed.
-
-5.3.008 (2010-06-13)
- - This version fixes some problems of SVG rasterization.
-
-5.3.007 (2010-06-13)
- - This version improves SVG support.
-
-5.3.006 (2010-06-10)
- - This version includes a change in uniqid calls for backward compatibility with PHP4.
-
-5.3.005 (2010-06-09)
- - The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
-
-5.3.004 (2010-06-08)
- - Bug #3013291 "HTML table cell width" was fixed.
- - Bug #3013294 "HTML table cell alignment" was fixed.
- - The columns widths of HTML tables are now inherited from the first row.
-
-5.3.003 (2010-06-08)
- - Bug #3013102 "HTML table header misaligned after page break" was fixed.
-
-5.3.002 (2010-06-07)
- - The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
- - Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
- - Examples n. 1, 14, and 54 were updated.
-
-5.3.001 (2010-06-06)
- - Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
-
-5.3.000 (2010-06-05)
- - License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
- - PDF417 barcode support was added (check the example n. 50).
- - The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
-
-------------------------------------------------------------
-
-5.2.000 (2010-06-02)
- - IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
- If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font.
- If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF.
- - The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
- - Examples 14 and 54 were updated.
-
-------------------------------------------------------------
-
-5.1.002 (2010-05-27)
- - Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
- - A bug related to MultiCell() minimun height was fixed.
-
-5.1.001 (2010-05-26)
- - The problem of blank page after table was fixed.
-
-5.1.000 (2010-05-25)
- - This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
- - The convertHTMLColorToDec() method was improved.
-
-------------------------------------------------------------
-
-5.0.014 (2010-05-21)
- - A problem on color and style of HTML links was fixed.
- - A bug relative to gradients was fixed.
- - The getStringHeight() method was added and getNumLines() method was improved.
- - All examples were updated.
-
-5.0.013 (2010-05-19)
- - A bug related to page-breaks and table cells was fixed.
-
-5.0.012 (2010-05-19)
- - Page orientation bug was fixed.
- - The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
-
-5.0.011 (2010-05-19)
- - Page orientation bug was fixed.
- - Bug #3003966 "Multiple columns and nested lists" was fixed.
-
-5.0.010 (2010-05-17)
- - The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
- - The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
- - A bug relative to underline, overline and linethrough was fixed.
-
-5.0.009 (2010-05-16)
- - Bug #3002381 "Multiple columns and nested lists" was fixed.
-
-5.0.008 (2010-05-15)
- - Bug "Columns WriteHTML and Justification" was fixed.
-
-5.0.007 (2010-05-14)
- - Bug #3001347 "Bug when using WriteHTML with setEqualColumns()" was fixed.
- - Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
-
-5.0.006 (2010-05-13)
- - Length of hr tag was fixed.
- - An error on 2d barcode method was fixed.
-
-5.0.005 (2010-05-12)
- - WARNING: The logic of permissions on the SetProtection() method has been inverted and extended (see example 16). Now you have to specify the features you want to block.
- - SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
- - Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
-
-5.0.004 (2010-05-10)
- - HTML line alignment when using sub and sup tags was fixed.
-
-5.0.003 (2010-05-07)
- - Horizontal alignment was fixed for images and barcodes. Now the X coordinate is always relative to the left margin. Use GetAbsX() instead of GetX() to get the X relative to left margin.
- - Header() method was changed to account for new image alignment rules.
-
-5.0.002 (2010-05-06)
- - Bookmark() and related methods were fixed to accept HTML code.
- - A problem on HTML links was fixed.
-
-5.0.001 (2010-05-06)
- - Protected method _putstream was re-added for backward compatibility.
- - The following method were added to display HTML Table Of Content (see example n. 59):
- addTOCPage(), endTOCPage(), addHTMLTOC().
-
-5.0.000 (2010-05-05)
- - Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
- - Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
- - Method RoundedRectXY() was added.
- - Method PieSectorXY() was added.
- - Gradient() method is now public and support new features.
- - Shading to transparency is now supported.
- - Image alignments were fixed.
- - Support for dynamic images were improved.
- - PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
- - RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
- - Automatic padding feature was added on barcodes (see examples n. 27 and 50).
- - Bug #2995003 "Reproduced thead bug" was fixed.
- - The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
- - Ellipse() method was improved and fixed (see page 2 of example n. 12).
-
-------------------------------------------------------------
-
-4.9.018 (2010-04-21)
- - Bug item #2990356 "Current font size not respected with more than two HTML
" was fixed.
-
-4.9.017 (2010-04-21)
- - Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
- - Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
-
-4.9.016 (2010-04-20)
- - An error on htmlcolors.php was fixed.
- - getImageFileType() method was improved.
- - GIF images with transparency are now better supported.
- - Automatic page orientation was improved.
-
-4.9.015 (2010-04-20)
- - A new method copyPage() was added to clone pages (see example n. 44).
- - Support for text overline was added.
- - Underline and linethrough methods were fixed.
- - Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
-
-4.9.014 (2010-04-18)
- - Bug item #2988845 was fixed.
-
-4.9.013 (2010-04-15)
- - Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
-
-4.9.012 (2010-04-12)
- - The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
-
-4.9.011 (2010-04-07)
- - Vertical alignments for Cell() method were improved (see example n. 57).
-
-4.9.010 (2010-04-06)
- - Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
- - Text() method was extended to include all Cell() parameters.
- - HTML line alignment procedure was changed to fix some bugs.
-
-4.9.009 (2010-04-05)
- - Text() method was fixed for backward compatibility.
-
-4.9.008 (2010-04-03)
- - Additional line space after table header was removed.
- - Support for HTML lists in multicolumn mode was added.
- - The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
- - The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
-
-4.9.007 (2010-04-03)
- - Font Descent computation was fixed (patch #2981441).
-
-4.9.006 (2010-04-02)
- - The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
- - The usage of tcpdf tag in HTML mode was changed to remove the possible security flaw offered by the eval() function (thanks to Matthias Hecker for spotting this security problem). See the new example n. 49 for further information.
-
-4.9.005 (2010-04-01)
- - Bug# 2980354 "Wrong File attachment description with security" was fixed.
- - Several problems with HTML line alignment were fixed.
- - The constant K_THAI_TOPCHAR was added on configuration file to enable/disable the special procedure used to avoid the overlappind of symbols on Thai language.
- - A problem with font name directory was fixed.
- - A bug on _destroy() method was fixed.
-
-4.9.004 (2010-03-31)
- - Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
-
-4.9.003 (2010-03-30)
- - Problem of first on multiple columns was fixed.
- - HTML line alignment was fixed.
- - A QR-code bug was fixed.
-
-4.9.002 (2010-03-29)
- - Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
- - Bug #2978607 "2D Barcodes are wrong" was fixed.
- - A problem with HTML block tags was fixed.
- - Artificial italic for CID-0 fonts was added.
- - Several multicolumn bugs were fixed.
- - Support for HTML tables on multicolumn was added.
-
-4.9.001 (2010-03-28)
- - QR Code minor bug was fixed.
- - Multicolumn mode was added (see the new example n. 10).
- - The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
- - Thai diacritics support were changed (note that this is incompatible with html justification).
-
-4.9.000 (2010-03-27)
- - QR Code (2D barcode) support was added (see example n. 50).
- - The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
- - Limited support for CSS line-height property was added.
- - Gradient method now supports Gray, RGB and CMYK space color.
- - Example n. 51 was updated.
- - Vertical alignment of font inside cell was fixed.
- - Support for multiple Thai diacritics was added.
- - Bug item #2974929 "Duplicate case values" was fixed.
- - Bug item #2976729 "File attachment not working with security" was fixed.
-
-------------------------------------------------------------
-
-4.8.039 (2010-03-20)
- - Problems related to custom locale settings were fixed.
- - Problems related to HTML on Header and Footer were fixed.
-
-4.8.038 (2010-03-13)
- - Various bugs related to page-break in HTML mode were fixed.
- - Bug item #2968974 "Another pagebreak problem" was fixed.
- - Bug item #2969276 "justification problem" was fixed.
- - Bug item #2969289 "bug when using justified text and custom headers" was fixed.
- - Images are now automatically resized to be contained on the page.
- - Some HTML line alignments were fixed.
- - Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
-
-4.8.037 (2010-03-03)
- - Bug item #2962068 was fixed.
- - Bug item #2967017 "Problems with and pagebreaks" was fixed.
- - Bug item #2967023 "table header lost with pagebreak" was fixed.
- - Bug item #2967032 "Header lost with nested tables" was fixed.
-
-4.8.036 (2010-02-24)
- - Automatic page break for HTML images was improved.
- - Example 10 was updated.
- - Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
-
-4.8.035 (2010-02-23)
- - Automatic page break for HTML images was added.
- - Support for multicolumn HTML was added (example 10 was updated).
-
-4.8.034 (2010-02-17)
- - Language files were updated.
-
-4.8.033 (2010-02-12)
- - A bug related to protection mode with links was fixed.
-
-4.8.032 (2010-02-04)
- - A bug related to $maxh parameter on Write() and MultiCell() was fixed.
- - Support for body tag was added.
-
-4.8.031 (2010-01-30)
- - Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
-
-4.8.030 (2010-01-27)
- - Some text alignment cases were fixed.
-
-4.8.029 (2010-01-27)
- - Bug item #2941057 "TOC Error in PDF File Output" was fixed.
- - Some text alignment cases were fixed.
-
-4.8.028 (2010-01-26)
- - Text alignment for RTL mode was fixed.
-
-4.8.027 (2010-01-25)
- - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
-
-4.8.026 (2010-01-19)
- - The misspelled word "lenght" was replaced with "length" in some variables and comments.
-
-4.8.025 (2010-01-18)
- - addExtGState() method was improved to reuse existing ExtGState objects.
-
-4.8.024 (2010-01-15)
- - Justification mode for HTML was fixed (Bug item #2932470).
-
-4.8.023 (2010-01-15)
- - Bug item #2932470 "Some HTML entities breaks justification" was fixed.
-
-4.8.022 (2010-01-14)
- - Source code documentation was fixed.
-
-4.8.021 (2010-01-03)
- - A Bug relative to Table Of Content index was fixed.
-
-4.8.020 (2009-12-21)
- - Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
- - A Bug relative to table rowspan mode was fixed.
-
-4.8.019 (2009-12-16)
- - Bug item #2915684 "Image size" was fixed.
- - Bug item #2914995 "Image jpeg quality" was fixed.
- - The signature of the Image() method was changed (check the documentation for the $resize parameter).
-
-4.8.018 (2009-12-15)
- - Bug item #2914352 "write error" was fixed.
-
-4.8.017 (2009-11-27)
- - THEAD problem when table is used on header/footer was fixed.
- - A first line alignment on HTML justification was fixed.
- - Method getImageFileType() was added.
- - Images with unknown extension and type are now supported via ImageMagick PHP extension.
-
-4.8.016 (2009-11-21)
- - Document Information Dictionary was fixed.
- - CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
- - Problem of unclosed last page was fixed.
- - Problem of 'thead' unnecessarily repeated on the next page was fixed.
-
-4.8.015 (2009-11-20)
- - A problem with some PNG transparency images was fixed.
- - Bug #2900762 "Sort issues in Bookmarks" was fixed.
- - Text justification was fixed for various modes: underline, strikeout and background.
-
-4.8.014 (2009-11-04)
- - Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
- - The handling of temporary RTL text direction mode was fixed.
-
-4.8.013 (2009-10-26)
- - Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
-
-4.8.012 (2009-10-23)
- - Table cell alignments for RTL booklet mode were fixed.
- - Images and barcode alignments for booklet mode were fixed.
-
-4.8.011 (2009-10-22)
- - DejaVu fonts were updated to latest version.
-
-4.8.010 (2009-10-21)
- - Bookmark for TOC page was added.
- - Signature of addTOC() method is changed.
- - Bookmarks are now automatically sorted by page and Y position.
- - Example n. 45 was updated.
- - Example n. 55 was added to display all charactes available on core fonts.
-
-4.8.009 (2009-09-30)
- - Compatibility with PHP 5.3 was improved.
- - All examples were updated.
- - Index file for examples was added.
-
-4.8.008 (2009-09-29)
- - Example 49 was updated.
- - Underline and linethrough now works with cell stretching mode.
-
-4.8.007 (2009-09-23)
- - Infinite loop problem caused by nobr attribute was fixed.
-
-4.8.006 (2009-09-23)
- - Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
- - Support for text-indent CSS attribute was added.
- - Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
- - Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.:
...
).
-
-4.8.005 (2009-09-17)
- - A bug relative to multiple transformations and annotations was fixed.
-
-4.8.004 (2009-09-16)
- - A bug on _putannotsrefs() method was fixed.
-
-4.8.003 (2009-09-15)
- - Bug item #2858754 "Division by zero" was fixed.
- - A bug relative to HTML list items was fixed.
- - A bug relative to form fields on multiple pages was fixed.
- - PolyLine() method was added (see example n. 12).
- - Signature of Polygon() method was changed.
-
-4.8.002 (2009-09-12)
- - A problem related to CID-0 fonts offset was fixed: if the $cw[1] entry on the CID-0 font file is not defined, then a CID keys offset is introduced.
-
-4.8.001 (2009-09-09)
- - The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
- - Radiobuttons were fixed.
-
-4.8.000 (2009-09-07)
- - This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
- - The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
- - Support for Widget annotations was improved.
- - Alignment of annotation objects was fixed (examples 36 and 41 were updated).
- - addJavascriptObject() method was added.
- - Signature of Image() method was changed.
- - htmlcolors.php file was updated.
-
-------------------------------------------------------------
-
-4.7.003 (2009-09-03)
- - Support for TCPDF methods on HTML was improved (see example n. 49).
-
-4.7.002 (2009-09-02)
- - Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
- - JavaScript support was fixed (see example n. 53).
-
-4.7.001 (2009-08-30)
- - The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
-
-4.7.000 (2009-08-29)
- - This is a major release.
- - Some procedures were internally optimized.
- - The problem of mixed signature and annotations was fixed (example n. 52).
-
-4.6.030 (2009-08-29)
- - IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
- - Various minor bugs were fixed.
- - Example n. 52 (digital signature) was updated.
-
-4.6.029 (2009-08-26)
- - PHP4 version was fixed.
-
-4.6.028 (2009-08-25)
- - Signature algorithm was finally fixed (see example n. 52).
-
-4.6.027 (2009-08-24)
- - TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
-
-4.6.026 (2009-08-21)
- - Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
- - Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
-
-4.6.025 (2009-08-17)
- - Carriage returns (\r) were removed from source code.
- - Problem related to set_magic_quotes_runtime() depracated was fixed.
-
-4.6.024 (2009-08-07)
- - Bug item #2833556 "justification using other units than mm" was fixed.
- - Documentation was fixed/updated.
-
-4.6.023 (2009-08-02)
- - Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
-
-4.6.022 (2009-07-24)
- - A bug relative to single line printing when using WriteHTMLCell() was fixed.
- - Signature support were improved but is still experimental.
- - Fonts Free and Dejavu were updated to latest versions.
-
-4.6.021 (2009-07-20)
- - Bug item #2824015 "XHTML Ampersand & in hyperlink bug" was fixed.
- - Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
- - Links alignment on justified text was fixed.
- - Unicode "\u" modifier was added to re_spaces variable by default.
-
-4.6.020 (2009-07-16)
- - Bug item #2821921 "issue in example 18" was fixed.
- - Signature of SetRTL() method was changed.
-
-4.6.019 (2009-07-13)
- - Bug item #2820703 "xref table broken" was fixed.
-
-4.6.018 (2009-07-10)
- - Bug item #2819319 "Text over text" was fixed.
- - Method Arrow() was added to print graphic arrows (example 12 was updated).
-
-4.6.017 (2009-07-05)
- - Bug item #2816079 "Example 48 not working" was fixed.
- - The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
-
-4.6.016 (2009-06-16)
- - Method setSpacesRE() was added to set the regular expression used for detecting withespaces or word separators. If you are using chinese, try: setSpacesRE('/[\s\p{Z}\p{Lo}]/');, otherwise you can use setSpacesRE('/[\s\p{Z}]/');
- - The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
-
-4.6.015 (2009-06-11)
- - Bug #2804667 "word wrap bug" was fixed.
-
-4.6.014 (2009-06-04)
- - Bug #2800931 "Table thead tag bug" was fixed.
- - A bug related to
tag was fixed.
-
-4.6.013 (2009-05-28)
- - List bullets position was fixed for RTL languages.
-
-4.6.012 (2009-05-23)
- - setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
-
-4.6.011 (2009-05-18)
- - Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
-
-4.6.010 (2009-05-17)
- - Image() method was improved: now is possible to specify the maximum dimensions for a constraint box defined by $w and $h parameters, and setting the $resize parameter to null.
- - tag indent problem was fixed.
- - $y parameter was added to checkPageBreak() method.
- - Bug n. 2791773 "writeHTML" was fixed.
-
-4.6.009 (2009-05-13)
- - xref table for embedded files was fixed.
-
-4.6.008 (2009-05-07)
- - setSignature() method was improved (but is still experimental).
- - Example n. 52 was added.
-
-4.6.007 (2009-05-05)
- - Bug #2786685 "writeHtmlCell and in custom footer" was fixed.
- - Table header repeating bug was fixed.
- - Some newlines and tabs are now automatically removed from HTML strings.
-
-4.6.006 (2009-04-28)
- - Support for "..." was added.
- - By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
-
-4.6.005 (2009-04-25)
- - Points (pt) conversion in getHTMLUnitToUnits() was fixed.
- - Default tcpdf.pem certificate file was added.
- - Experimental support for signing document was added but it is not yet completed (some help is needed - I think that the calculation of the ByteRange is OK and the problem is on the signature calculation).
-
-4.6.004 (2009-04-23)
- - Method deletePage() was added to delete pages (see example n. 44).
-
-4.6.003 (2009-04-21)
- - The caching mechanism of the UTF8StringToArray() method was fixed.
-
-4.6.002 (2009-04-20)
- - Documentation of rollbackTransaction() method was fixed.
- - The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
- - HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
- - WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
-
-4.6.001 (2009-04-17)
- - Spaces between HTML block tags are now automatically removed.
- - The bug related to cMargin changes between tables was fixed.
-
-4.6.000 (2009-04-16)
- - WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
- zero coordinates for $x and $y are now valid coordinates;
- set $x and $y as empty strings to get the current value.
- - Some error caused by 'empty' funtion were fixed.
- - Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
- - HTML on footer bug was fixed.
- - The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
-
-4.5.043 (2009-04-15)
- - Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
- C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
- C39+ : CODE 39 with checksum
- C39E : CODE 39 EXTENDED
- C39E+ : CODE 39 EXTENDED + CHECKSUM
- C93 : CODE 93 - USS-93
- S25 : Standard 2 of 5
- S25+ : Standard 2 of 5 + CHECKSUM
- I25 : Interleaved 2 of 5
- I25+ : Interleaved 2 of 5 + CHECKSUM
- C128A : CODE 128 A
- C128B : CODE 128 B
- C128C : CODE 128 C
- EAN2 : 2-Digits UPC-Based Extention
- EAN5 : 5-Digits UPC-Based Extention
- EAN8 : EAN 8
- EAN13 : EAN 13
- UPCA : UPC-A
- UPCE : UPC-E
- MSI : MSI (Variation of Plessey code)
- MSI+ : MSI + CHECKSUM (modulo 11)
- POSTNET : POSTNET
- PLANET : PLANET
- RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
- KIX : KIX (Klant index - Customer index)
- IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
- CODABAR : CODABAR
- CODE11 : CODE 11
- PHARMA : PHARMACODE
- PHARMA2T : PHARMACODE TWO-TRACKS
-
-4.5.042 (2009-04-15)
- - Method Write() was fixed for the strings containing only zero value.
-
-4.5.041 (2009-04-14)
- - Barcode methods were fixed.
-
-4.5.040 (2009-04-14)
- - Method Write() was fixed to handle empty strings.
-
-4.5.039 (2009-04-11)
- - Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
-
-4.5.038 (2009-04-10)
- - Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
-
-4.5.037 (2009-04-09)
- - General performances were improved.
- - The signature of the method utf8Bidi() was changed.
- - The method UniArrSubString() was added.
- - Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
-
-4.5.036 (2009-04-03)
- - TCPDF methods can be called inside the HTML code (see example n. 49).
- - All tag attributes, such as
must be enclosed within double quotes.
-
-4.5.035 (2009-03-28)
- - Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
- - Bug #2719090 "writeHTML fix follow up" was fixed.
- - The method _putuserrights() was changed to avoid Adobe Reader 9.1 crash. This broken the 'trick' that was used to display forms in Acrobat Reader.
-
-4.5.034 (2009-03-27)
- - Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
- - Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
- - The signature of the Cell() method was changed.
-
-4.5.033 (2009-03-27)
- - The support for rowspan/colspan on HTML tables was improved (see example n. 48).
-
-4.5.032 (2009-03-23)
- - setPrintFooter(false) bug was fixed.
-
-4.5.031 (2009-03-20)
- - Table header support was extended to multiple pages.
-
-4.5.030 (2009-03-20)
- - thead tag is now supported on HTML tables (header rows are repeated after page breaks).
- - The startTransaction() was improved to autocommit.
- - List bullets now uses the foreground color (putHtmlListBullet()).
-
-4.5.029 (2009-03-19)
- - The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
- - All examples were updated.
-
-4.5.028 (2009-03-18)
- - Bug #2690945 "List Bugs" was fixed.
- - HTML text alignment on lists was fixed.
- - The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
- - The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
- - All examples were updated.
-
-4.5.027 (2009-03-16)
- - Method getPageDimensions() was added to get page dimensions.
- - The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
- - _parsepng() method was fixed for PNG URL images (fread bug).
-
-4.5.026 (2009-03-11)
- - Bug #2681793 affecting URL images with spaces was fixed.
-
-4.5.025 (2009-03-10)
- - A small bug affecting hyphenation support was fixed.
- - The method SetDefaultMonospacedFont() was added to define the default monospaced font.
-
-4.5.024 (2009-03-07)
- - The bug #2666493 was fixed "Footer corrupts document".
-
-4.5.023 (2009-03-06)
- - The bug #2666688 was fixed "Rowspan in tables".
-
-4.5.022 (2009-03-05)
- - The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
- - addTOC() function bug was fixed.
-
-4.5.020 (2009-03-03)
- - The following bug was fixed: "function removeSHY corrupts unicode".
-
-4.5.019 (2009-02-28)
- - The problem of decimal separator using different locale was fixed.
- - The text hyphenation is now supported (see example n. 46).
-
-4.5.018 (2009-02-26)
- - The _destroy() method was added to unset all class variables and frees memory.
- - Now it's possible to call Output() method multiple times.
-
-4.5.017 (2009-02-24)
- - A minor bug that raises a PHP warning was fixed.
-
-4.5.016 (2009-02-24)
- - Bug item #2631200 "getNumLines() counts wrong" was fixed.
- - Multiple attachments bug was fixed.
- - All class variables are now cleared on Output() for memory otpimization.
-
-4.5.015 (2009-02-18)
- - Bug item #2612553 "function Write() must not break a line on character" was fixed.
-
-4.5.014 (2009-02-13)
- - Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
- - Pagebreak bug for barcode was fixed.
-
-4.5.013 (2009-02-12)
- - border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
-
-4.5.012 (2009-02-12)
- - An error on image border feature was fixed.
-
-4.5.011 (2009-02-12)
- - HTML links for images are now supported.
- - height attribute is now supported on HTML cells.
- - $border parameter was added to Image() and ImageEps() methods.
- - The method getNumLines() was added to estimate the number of lines required for the specified text.
-
-4.5.010 (2009-01-29)
- - Bug n. 2546108 "BarCode Y position" was fixed.
-
-4.5.009 (2009-01-26)
- - Bug n. 2538094 "Empty pdf file created" was fixed.
-
-4.5.008 (2009-01-26)
- - setPage() method was fixed to correctly restore graphic states.
- - Source code was cleaned up for performances.
-
-4.5.007 (2009-01-24)
- - checkPageBreak() and write1DBarcode() methods were fixed.
- - Source code was cleaned up for performances.
- - barcodes.php was updated.
-
-4.5.006 (2009-01-23)
- - getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
-
-4.5.005 (2009-01-23)
- - Page closing bug was fixed.
-
-4.5.004 (2009-01-21)
- - The access of convertHTMLColorToDec() method was changed to public
- - Fixed bug on UL tag.
-
-4.5.003 (2009-01-19)
- - Fonts on different folders are now supported.
-
-4.5.002 (2009-01-07)
- - addTOC() function was improved (see example n. 45).
-
-4.5.001 (2009-01-04)
- - The signature of startPageGroup() function was changed.
- - Method Footer() was improved to automatically print page or page-group number (see example n. 23).
- - Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
- - The signature of addTOC() was changed to include the font used for page numbers.
-
-4.5.000 (2009-01-03)
- - A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
- - The method movePageTo() was added to move pages to previous positions (see example n. 44).
- - The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
- - The methods addTOC() was added to print a Table Of Content (see example n. 45).
- - Imagick class constant was removed for better compatibility with PHP4.
- - All existing examples were updated and new examples were added.
-
-4.4.009 (2008-12-29)
- - Examples 1 and 35 were fixed.
-
-4.4.008 (2008-12-28)
- - Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
-
-4.4.007 (2008-12-23)
- - Bug #2459935 "no unit conversion for header line" was fixed.
- - Example n. 42 for image alpha channel was added.
- - All examples were updated.
-
-4.4.006 (2008-12-11)
- - Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
-
-4.4.005 (2008-12-10)
- - Bug item #2413870 "ordered list override value" was fixed.
-
-4.4.004 (2008-12-10)
- - The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
- - The method intToRoman() was added to convert integer number to Roman representation.
- - Support fot HTML lists was improved: the CSS property list-style-type is now supported.
-
-4.4.003 (2008-12-09)
- - Bug item #2412147 "Warning on line 3367" was fixed.
- - Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
- - Method addHtmlLink() was changed to use color and style defined on the inline CSS.
-
-4.4.002 (2008-12-09)
- - Borders on Multicell() were fixed.
- - Problem of Multicell() on Header function (Bug item #2407579) was fixed.
- - Problem on graphics tranformations applied to Multicell() was fixed.
- - Support for ImageMagick was added.
- - Width calculation for nested tables was fixed.
-
-4.4.001 (2008-12-08)
- - Some missing core fonts were added on fonts directory.
- - CID0 fonts rendering was fixed.
- - HTML support was improved (
and tags are now supported).
- - Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
-
-4.4.000 (2008-12-07)
- - File attachments are now supported (see example n. 41).
- - Font functions were optimized to reduce document size.
- - makefont.php was updated.
- - Linux binaries were added on /fonts/utils
- - All fonts were updated.
- - $autopadding parameter was added to Multicell() to disable automatic padding features.
- - $maxh parameter was added to Multicell() and Write() to set a maximum height.
-
-4.3.009 (2008-12-05)
- - Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
-
-4.3.008 (2008-12-05)
- - Bug item #2390566 "rect bug" was fixed.
- - File path was fixed for font embedded files.
- - SetFont() method signature was changed to include the font filename.
- - Some font-related methods were improved.
- - Methods getFontFamily() and getFontStyle() were added.
-
-4.3.007 (2008-12-03)
- - PNG alpha channel is now supported (GD library is required).
- - AddFont() function now support custom font file path on $file parameter.
- - The default width variable ($dw) is now always defined for any font.
- - The 'Style' attribute on CID-0 fonts was removed because of protection bug.
-
-4.3.006 (2008-12-01)
- - A regular expression on getHtmlDomArray() to find HTML tags was fixed.
-
-4.3.005 (2008-11-25)
- - makefont.php was fixed.
- - Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
- - Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
- - Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
-
-4.3.004 (2008-11-19)
- - Function _textstring() was fixed (bug 2309051).
- - All examples were updated.
-
-4.3.003 (2008-11-18)
- - CID-0 font bug was fixed.
- - Some functions were optimized.
- - Function getGroupPageNoFormatted() was added.
- - Example n. 23 was updated.
-
-4.3.002 (2008-11-17)
- - Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
-
-4.3.001 (2008-11-17)
- - Bug item #2300007 "download mimetype pdf" was fixed.
- - Double quotes were replaced by single quotes to improve PHP performances.
- - A bug relative to HTML cell borders was fixed.
-
-4.3.000 (2008-11-14)
- - The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
- - A bug relative to list items indentation was fixed.
- - A bug relative to borders on HTML tables and Multicell was fixed.
- - A bug relative to rowspanned cells was fixed.
- - A bug relative to html images across pages was fixed.
-
-4.2.009 (2008-11-13)
- - Spaces between li tags are now automatically removed.
-
-4.2.008 (2008-11-12)
- - A bug relative to fill color on next page was fixed.
-
-4.2.007 (2008-11-12)
- - The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
-
-4.2.006 (2008-11-06)
- - A bug relative to HTML justification was fixed.
-
-4.2.005 (2008-11-06)
- - A bug relative to HTML justification was fixed.
- - The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
- - Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
- - Example 6 was updated.
-
-4.2.004 (2008-11-04)
- - Bug item n. 2217039 "filename handling improvement" was fixed.
-
-4.2.003 (2008-10-31)
- - Font style bug was fixed.
-
-4.2.002 (2008-10-31)
- - Bug item #2210922 (htm element br not work) was fixed.
- - Write() function was improved to support margin changes.
-
-4.2.001 (2008-10-30)
- - setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
- - writeHTML() function now support margin changes during execution.
- - Signature of addHTMLVertSpace() function is changed.
-
-4.2.000 (2008-10-29)
- - htmlcolors.php was changed to support class-loaders.
- - ImageEps() function was improved in performances.
- - Signature of Link() And Annotation() functions were changed.
- - (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
- - rowspan mode for HTML table cells was improved and fixed.
- - Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
- - lastPage() signature is changed.
- - Signature of Write() function is changed.
- - Some HTML justification problems were fixed.
- - Some functions were fixed to better support RTL mode.
- - Example n. 10 was changed to support RTL mode.
- - All examples were updated.
-
-4.1.004 (2008-10-23)
- - unicode_data.php was changed to support class-loaders.
- - Bug item #2186040/2 (writeHTML margin problem) was fixed.
-
-4.1.003 (2008-10-22)
- - Bug item #2185399 was fixed (rowspan and page break).
- - Bugs item #2186040 was fixed (writeHTML margin problem).
- - Newline after table was removed.
-
-4.1.002 (2008-10-21)
- - Bug item #2184525 was fixed (rowspan on HTML cell).
-
-4.1.001 (2008-10-21)
- - Support for "start" attribute was added to HTML ordered list.
- - unicode_data.php file was changed to include UTF-8 to ASCII table.
- - Some functions were modified to better support UTF-8 extensions to core fonts.
- - Support for images on HTML lists was improved.
- - Examples n. 1 and 6 were updated.
-
-4.1.000 (2008-10-18)
- - Page-break bug using HTML content was fixed.
- - The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
- - addHtmlLink() function was improved to support internal links (i.e.: link to page 23).
- - Justification alignment is now supported on HTML (see example n. 39).
- - example_006.php was updated.
-
-4.0.033 (2008-10-13)
- - Bug n. 2157099 was fixed.
- - SetX() and SetY() functions were improved.
- - SetY() includes a new parameter to avoid the X reset.
-
-4.0.032 (2008-10-10)
- - Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
- - setStyle() method was removed.
- - Configuration file was changed to use helvetica (non-unicode) font by default.
- - The use of mixed font types was improved.
- - All examples were updated.
-
-4.0.031 (2008-10-09)
- - _putannots() and _putbookmarks() links alignments were fixed.
-
-4.0.030 (2008-10-07)
- - _putbookmarks() function was fixed.
- - _putannots() was fixed to include internal links.
-
-4.0.029 (2008-09-27)
- - Infinite loop bug was fixed [Bug item #130309].
- - Multicell() problem on Header() was fixed.
-
-4.0.028 (2008-09-26)
- - setLIsymbol() was added to set the LI symbol used on UL lists.
- - Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
-
-4.0.027 (2008-09-19)
- - Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
- - arailunicid0.php font was updated.
- - The problem of javascript form fields duplication after saving was fixed.
-
-4.0.026 (2008-09-17)
- - convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
- - The following inline CSS attributes are now supported: text-decoration, color, background-color and font-size names: xx-small, x-small, small, medium, large, x-large, xx-large
- - Example n. 6 was updated.
-
-4.0.025 (2008-09-15)
- - _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
- - arialunicid0 font was added (see the new example n. 38).
- - The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
-
-4.0.024 (2008-09-12)
- - "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
- - support for Spot Colors were added. Check the new example n. 37 and the following new functions:
- AddSpotColor()
- SetDrawSpotColor()
- SetFillSpotColor()
- SetTextSpotColor()
- _putspotcolors()
- - Bookmark() function was improved to fix wrong levels.
- - $lasth changes after header/footer calls were fixed.
-
-4.0.023 (2008-09-05)
- - Some HTML related problems were fixed.
- - Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
-
-4.0.022 (2008-08-28)
- - Line height on HTML was fixed.
- - Image inside an HTML cell problem was fixed.
- - A new "zarbold" persian font was added.
-
-4.0.021 (2008-08-24)
- - HTTP headers were fixed on Output function().
- - getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
- - Function Write() was fixed.
- - The problem of additional vertical spaces on HTML was fixed.
- - The problem of frame around HTML links was fixed.
-
-4.0.020 (2008-08-15)
- - "[2052259] WriteHTML & " bug was fixed.
-
-4.0.019 (2008-08-13)
- - "Rowspan on first cell" bug was fixed.
-
-4.0.018 (2008-08-08)
- - Default cellpadding for HTML tables was fixed.
- - Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
- - HTML links are now correclty shifted during line alignments.
- - function getAliasNbPages() was added and Footer() was updated.
- - RowSpan mode for HTML tables was fixed.
- - Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
- - ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
-
-4.0.017 (2008-08-05)
- - Missing CNZ and CEO style modes were added to Rect() function.
- - Fonts utils were updated to include support for OpenType fonts.
- - getLastH() function was added.
-
-4.0.016 (2008-07-30)
- - setPageMark() function was added. This function must be called after calling Image() function for a background image.
-
-4.0.015 (2008-07-29)
- - Some functions were changed to support different page formats (see example_028.php).
- - The signature of setPage() function is changed.
-
-4.0.014 (2008-07-29)
- - K_PATH_MAIN calculation on tcpdf_config.php was fixed.
- - HTML support for EPS/AI images was added (see example_006.php).
- - Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
- - PDF header bug was fixed.
- - helvetica was added as default font family.
- - Stroke mode was fixed on Text function.
- - several minor bugs were fixed.
-
-4.0.013 (2008-07-27)
- - Bugs item #2027799 " Big spaces between lines after page break" was fixed.
- - K_PATH_MAIN calculation on tcpdf_config.php was changed.
- - Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
-
-4.0.012 (2008-07-24)
- - Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
- - The following functions were added:
- setHeader()
- setFooter()
- getImageRBX()
- getImageRBY()
- getCellHeightRatio()
- getHeaderFont()
- getFooterFont()
- getRTL()
- getBarcode()
- getHeaderData()
- getHeaderMargin()
- getFooterMargin()
-
-4.0.011 (2008-07-23)
- - Font support was improved.
- - The folder /fonts/utils contains new utilities and instructions for embedd font files.
- - Documentation was updated.
-
-4.0.010 (2008-07-22)
- - HTML tables were fixed to work across pages.
- - Header() and Footer() functions were updated to preserve previous settings.
- - example_035.php was added.
-
-4.0.009 (2008-07-21)
- - UTF8StringToArray() function was fixed for non-unicode mode.
-
-4.0.008 (2008-07-21)
- - Barcodes alignment was fixed (see example_027.php).
- - unicode_data.php was updated.
- - Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
-
-4.0.007 (2008-07-18)
- - str_split was replaced by preg_split for compatibility with PHP4 version.
- - Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
-
-4.0.006 (2008-07-16)
- - HTML rowspan bug was fixed.
- - Line style for MultiCell() was fixed.
- - WriteHTML() function was improved.
- - CODE128C barcode was fixed (barcodes.php).
-
-4.0.005 (2008-07-11)
- - Bug [2015715] "PHP Error/Warning" was fixed.
-
-4.0.004 (2008-07-09)
- - HTML cell internal padding was fixed.
-
-4.0.003 (2008-07-08)
- - Removed URL encoding when F option is selected on Output() function.
- - fixed some minor bugs in html tables.
-
-4.0.002 (2008-07-07)
- - Bug [2000861] was still unfixed and has been fixed.
-
-4.0.001 (2008-07-05)
- - Bug [2000861] was fixed.
-
-4.0.000 (2008-07-03)
- - THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
- - Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
- - HTML support was completely rewritten and improved (see example 6).
- - Alignments parameters were fixed.
- - Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
- - Fonts support was improved.
- - All core fonts were replaced and moved to fonts/ directory.
- - The following functions were added: getMargins(), getFontSize(), getFontSizePt().
- - File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
- - Multicell and WriteHTMLCell fill function was fixed.
- - Several minor bugs were fixed.
- - barcodes.php was updated.
- - All examples were updated.
-
-------------------------------------------------------------
-
-3.1.001 (2008-06-13)
- - Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
- - Vera font was removed, DejaVu font and Free fonts were updated.
- - Image handling was improved.
- - All examples were updated.
-
-3.1.000 (2008-06-11)
- - setPDFVersion() was added to change the default PDF version (currently 1.7).
- - setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
- - SetDisplayMode() signature was changed (new options were added).
- - LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
- - PieSector() function was added to render render pie charts (see example 31).
- - ImageEps() was added to display EPS and AI images with limited support (see example 32).
- - writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
- - The new write1DBarcode() function support more barcodes and do not need the GD library (see example 027). All barcodes are directly written to PDF using graphic functions.
- - HTML lists were improved and could be nested (you may now represent trees).
- - AddFont() bug was fixed.
- - _putfonts() bug was fixed.
- - graphics functions were fixed.
- - unicode_data.php file was updated (fixed).
- - almohanad font was updated.
- - example 18 was updated (Farsi and Arabic languages).
- - source code cleanup.
- - All examples were updated and new examples were added.
-
-3.0.015 (2008-06-06)
- - AddPage() function signature is changed to include page format.
- - example 28 was added to show page format changes.
- - setPageUnit() function was added to change the page units of measure.
- - setPageFormat() function was added to change the page format and orientation between pages.
- - setPageOrientation() function was added to change the page orientation.
- - Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
-
-3.0.014 (2008-06-04)
- - Arabic font shaping was fixed.
- - setDefaultTableColumns() function was added.
- - $cell_height_ratio variable was added.
- - setCellHeightRatio() function was added to define the default height of cell repect font height.
-
-3.0.013 (2008-06-03)
- - Multicell height parameter was fixed.
- - Arabic font shaping was improved.
- - unicode_data.php was updated.
-
-3.0.012 (2008-05-30)
- - K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
- - DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
- - Arabic font shaping was improved.
- - TranslateY() function was fixed (bug [1977962]).
- - setVisibility() function was fixed.
- - writeBarcode() function was fixed to scale using $xref parameter.
- - All examples were updated.
-
-3.0.011 (2008-05-23)
- - CMYK color support was added to all graphic functions.
- - HTML table support was improved:
- -- now it's possible to include additional html tags inside a cell;
- -- colspan attribute was added.
- - example 006 was updated.
-
-3.0.010 (2008-05-21)
- - fixed $laa_array inclusion on utf8Bidi() function.
-
-3.0.009 (2008-05-20)
- - unicode_data.php was updated.
- - Arabic laa letter problem was fixed.
-
-3.0.008 (2008-05-12)
- - Arabic support was fixed and improved (unicode_data.php was updated).
- - Polycurve() function was added to draw a poly-Bezier curve.
- - list items alignment was fixed.
- - example 6 was updated.
-
-3.0.007 (2008-05-06)
- - Arabic support was fixed and improved.
- - AlMohanad (arabic) font was added.
- - C128 barcode bugs were fixed.
-
-3.0.006 (2008-04-21)
- - Condition to check negative width values was added.
-
-3.0.005 (2008-04-18)
- - back-Slash character escape was fixed on writeHTML() function.
- - Exampe 6 was updated.
-
-3.0.004 (2008-04-11)
- - Bug [1939304] (Right to Left Issue) was fixed.
-
-3.0.003 (2008-04-07)
- - Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
- - "face" attribute of "font" tag is now fully supported.
-
-3.0.002 (2008-04-01)
- - Write() functions now return the number of cells and not the number of lines.
- - TCPDF is released under LGPL 2.1, or any later version.
-
-3.0.001 (2008-05-28)
- - _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
- - function writeBarcode() was fixed.
- - all examples were updated.
- - example 27 was added to show various barcodes.
-
-3.0.000 (2008-03-27)
- - private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
- - Image-related functions were rewritten.
- - resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
- - TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
- - CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
- - Page Groups were added (see example 23).
- - setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
- - All private variables and functions were changed to protected.
- - setAlpha() function was added to give transparency support for all objects (see example 25).
- - Clipping and stroke modes were added to Text() function (see example 26).
- - All examples were moved to "examples" directory.
- - function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
-
-2.9.000 (2008-03-26)
- - htmlcolors.php file was added to include html colors.
- - Support for HTML color names and three-digit hexadecimal color codes was added.
- - private function convertColorHexToDec() was renamed convertHTMLColorToDec().
- - color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
- - Write() function were fixed.
- - example_006.php was updated.
- - private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
-
-2.8.000 (2008-03-20)
- - Private variables were changed to protected.
- - Function Write() was fixed and improved.
- - Support for dl, dt, dd, del HTML tags was introduced.
- - Line-trought mode was added for HTML and text.
- - Text vertical alignment on cells were fixed.
- - Examples were updated to reflect changes.
-
-2.7.002 (2008-03-13)
- - Bug "[1912142] Encrypted PDF created/modified date" was fixed.
-
-2.7.001 (2008-03-10)
- - Cell justification was fixed for non-unicode mode.
-
-2.7.000 (2008-03-09)
- - Cell() stretching mode 4 (forced character spacing) was fixed.
- - writeHTMLCell() now uses Multicell() to write.
- - Multicell() has a new parameter $ishtml to act as writeHTMLCell().
- - Write() speed was improved for non-arabic strings.
- - Example n. 20 was changed.
-
-2.6.000 (2008-03-07)
- - various alignments bugs were fixed.
-
-2.5.000 (2008-03-07)
- - Several bugs were fixed.
- - example_019.php was added to test non-unicode mode using old fonts.
-
-2.4.000 (2008-03-06)
- - RTL support was deeply improved.
- - GetStringWidth() was fixed to support RTL languages.
- - Text() RTL alignment was fixed.
- - Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
- - example_018.php was added and test_unicode.php was removed.
-
-2.3.000 (2008-03-05)
- - MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
- - Write() signature is changed. Now support the cell mode to be used with MultiCell.
- - Header() and Footer() were changed.
- - The following functions were added: UTF8ArrSubString() and unichr().
- - Examples were updated to reflect last changes.
-
-2.2.004 (2008-03-04)
- - Several examples were added.
- - AddPage() Header() and Footer() were fixed.
- - Documentation is now available on http://www.tcpdf.org
-
-2.2.003 (2008-03-03)
- - [1894853] Performance of MultiCell() was improved.
- - RadioButton and ListBox functions were added.
- - javascript form functions were rewritten and properties names are changed. The properties function supported by form fields are listed on Possible values are listed on http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.pdf.
-
-2.2.002 (2008-02-28)
- - [1900495] html images path was fixed.
- - Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
-
-2.2.001 (2008-02-16)
- - The bug "[1894700] bug with replace relative path" was fixed
- - Justification was fixed
-
-2.2.000 (2008-02-12)
- - fixed javascript bug introduced with latest release
-
-2.1.002 (2008-02-12)
- - Justify function was fixed on PHP4 version.
- - Bookmank function was added ([1578250] Table of contents).
- - Javascript and Form fields support was added ([1796359] Form fields).
-
-2.1.001 (2008-02-10)
- - The bug "[1885776] Race Condition in function justitfy" was fixed.
- - The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
-
-2.1.000 (2008-01-07)
- - FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
- - Bidirectional Algorithm to correctly reverse bidirectional languages was added.
- - SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
- - SetCellPadding function was added.
- - writeHTML was updated with new parameters.
- - Text function was fixed.
- - MultiCell function was fixed, now works also across multiple pages.
- - Line width was fixed on Header and Footer functions and tag.
- - "GetImageSize" was renamed "getimagesize".
- - Document version was changed from 1.3 to 1.5.
- - _begindoc() function was fixed.
- - ChangeDate was fixed and ModDate was added.
- - The following functions were added:
- setPage() : Move pointer to the specified document page.
- getPage() : Get current document page number.
- lastpage() : Reset pointer to the last document page.
- getNumPages() : Get the total number of inserted pages.
- GetNumChars() : count the number of (UTF-8) characters in a string.
- - $stretch parameter was added to Cell() function to fit text on cell:
- 0 = disabled
- 1 = horizontal scaling only if necessary
- 2 = forced horizontal scaling
- 3 = character spacing only if necessary
- 4 = forced character spacing
- - Line function was fixed for RTL.
- - Graphic transformation functions were added [1811158]:
- StartTransform()
- StopTransform()
- ScaleX()
- ScaleY()
- ScaleXY()
- Scale()
- MirrorH()
- MirrorV()
- MirrorP()
- MirrorL()
- TranslateX()
- TranslateY()
- Translate()
- Rotate()
- SkewX()
- SkewY()
- Skew()
- - Graphic function were added/updated [1688549]:
- SetLineStyle()
- _outPoint()
- _outLine()
- _outRect()
- _outCurve()
- Line()
- Rect()
- Curve
- Ellipse
- Circle
- Polygon
- RegularPolygon
-
-2.0.000 (2008-01-04)
- - RTL (Right-To-Left) languages support was added. Language direction is set using the $l['a_meta_dir'] setting on /configure/language/xxx.php language files.
- - setRTL($enable) method was added to manually enable/disable the RTL text direction.
- - The attribute "dir" was added to support custom text direction on HTML tags. Possible values are: ltr - for Left-To-Right and RTL for Right-To-Left.
- - RC4 40bit encryption was added. Check the SetProtection method.
- - [1815213] Improved image support for GIF, JPEG, PNG formats.
- - [1800094] Attribute "value" was added to ordered list items
.
- - Image function now has a new "align" parameter that indicates the alignment of the pointer next to image insertion and relative to image height. The value can be:
- T: top-right for LTR or top-left for RTL
- M: middle-right for LTR or middle-left for RTL
- B: bottom-right for LTR or bottom-left for RTL
- N: next line
- - Attribute "align" was added to html tag to set the above image "align" parameter. Possible values are:
- top: top-right for LTR or top-left for RTL
- middle: middle-right for LTR or middle-left for RTL
- bottom: bottom-right for LTR or bottom-left for RTL
- - [1798103] newline was added after , and tages.
- - [1816393] Documentation was updated.
- - 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
- - The method lastPage() was added to move the pointer on the last page;
-
-------------------------------------------------------------
-
-1.53.0.TC034 (2007-07-30)
- - fixed htmlentities conversion.
- - MultiCell() function returns the number of cells.
-
-1.53.0.TC033 (2007-07-30)
- - fixed bug 1762550: case sensitive for font files
- - NOTE: all fonts files names must be in lowercase!
-
-1.53.0.TC032 (2007-07-27)
- - setLastH method was added to resolve bug 1689071.
- - all fonts names were converted in lowercase (bug 1713005).
- - bug 1740954 was fixed.
- - justification was added as Cell option.
-
-1.53.0.TC031 (2007-03-20)
- - ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
-
-1.53.0.TC030 (2007-03-06)
- - fixed bug on PHP4 version.
-
-1.53.0.TC029 (2007-03-06)
- - DejaVu Fonts were added.
-
-1.53.0.TC028 (2007-03-03)
- - MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
- - Greek language were added on example sentences.
- - setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
-
-1.53.0.TC027 (2006-12-14)
- - $attr['face'] bug were fixed.
- - K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
-
-1.53.0.TC026 (2006-10-28)
- - writeHTML function call were fixed on examples.
-
-1.53.0.TC025 (2006-10-27)
- - Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
- - Bugs item #1573174 were fixed (MultiCell documentation)
-
-1.53.0.TC024 (2006-09-26)
- - getPageHeight() function were fixed (bug 1543476).
- - fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
- - fixed extra spaces on Write function (bug 1535262).
-
-1.53.0.TC023 (2006-08-04)
- - paths to barcode directory were fixed.
- - documentation were updated.
-
-1.53.0.TC022 (2006-07-16)
- - fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
-
-1.53.0.TC021 (2006-07-01)
- - HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
-
-1.53.0.TC020 (2006-06-23)
- - code cleanup
-
-1.53.0.TC019 (2006-05-21)
- - fixed and closing tags
-
-1.53.0.TC018 (2006-05-18)
- - fixed font names bug
-
-1.53.0.TC017 (2006-05-18)
- - the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
- - new free unicode fonts were included on /fonts/freefont.
- - test_unicode.php example were exended.
- - parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
- - documentation were updated.
-
-1.53.0.TC016 (2006-03-09)
- - fixed closing tag on html parser.
-
-1.53.0.TC016 (2005-08-28)
- - fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
- - fixed problem when mb_internal_encoding is set.
-
-1.53.0.TC014 (2005-05-29)
- - fixed WriteHTMLCell new page issue.
-
-1.53.0.TC013 (2005-05-29)
- - fixed WriteHTMLCell across pages.
-
-1.53.0.TC012 (2005-05-29)
- - font color attribute bug were fixed.
-
-1.53.0.TC011 (2005-03-31)
- - SetFont function were fixed (thank Sjaak Lauwers for bug notice).
-
-1.53.0.TC010 (2005-03-22)
- - the html functions were improved (thanks to Manfred Vervuert for bug reporting).
-
-1.53.0.TC009 (2005-03-19)
- - a wrong reference to convertColorHexToDec were fixed.
-
-1.53.0.TC008 (2005-02-07)
- - removed some extra bytes from PHP files.
-
-1.53.0.TC007 (2005-01-08)
- - fill attribute were removed from writeHTMLCell method.
-
-1.53.0.TC006 (2005-01-08)
- - the documentation were updated.
-
-1.53.0.TC005 (2005-01-05)
- - Steven Wittens's unicode methods were removed.
- - All unicode methods were rewritten from scratch.
- - TCPDF is now licensed as LGPL.
-
-1.53.0.TC004 (2005-01-04)
- - this changelog were added.
- - removed commercial fonts for licensing issue.
- - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
- - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
-
-EOF --------------------------------------------------------
diff --git a/libraries/tcpdf/LICENSE.TXT b/libraries/tcpdf/LICENSE.TXT
index 26adda0b3..daf21f7d3 100644
--- a/libraries/tcpdf/LICENSE.TXT
+++ b/libraries/tcpdf/LICENSE.TXT
@@ -5,9 +5,7 @@
TCPDF is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version. Additionally,
- YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE
- GENERATED PDF DOCUMENTS.
+ License, or (at your option) any later version.
**********************************************************************
**********************************************************************
diff --git a/libraries/tcpdf/README.TXT b/libraries/tcpdf/README.TXT
index 50dd9d8c0..f78081f6d 100644
--- a/libraries/tcpdf/README.TXT
+++ b/libraries/tcpdf/README.TXT
@@ -8,16 +8,16 @@ http://sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------
Name: TCPDF
-Version: 5.9.039
-Release date: 2011-01-12
+Version: 5.9.145
+Release date: 2012-01-28
Author: Nicola Asuni
-Copyright (c) 2002-2011:
+Copyright (c) 2002-2012:
Nicola Asuni
- Tecnick.com s.r.l.
- Via Della Pace, 11
- 09044 Quartucciu (CA)
- ITALY
+ Tecnick.com LTD
+ Manor Coach House, Church Hill
+ Aldershot, Hants, GU12 4RQ
+ UK
www.tecnick.com
URLs:
@@ -31,13 +31,13 @@ Main Features:
* no external libraries are required for the basic functions;
* all standard page formats, custom page formats, custom margins and units of measure;
* UTF-8 Unicode and Right-To-Left languages;
- * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
+ * TrueTypeUnicode, OpenTypeUnicode v1, TrueType, OpenType v1, Type1 and CID-0 fonts;
* font subsetting;
* methods to publish some XHTML + CSS code, Javascript and Forms;
* images, graphic (geometric figures) and transformation methods;
* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html)
- * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417;
- * Grayscale, RGB, CMYK, Spot Colors and Transparencies;
+ * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;
+ * JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
* automatic page header and footer management;
* document encryption up to 256 bit and digital signature certifications;
* transactions to UNDO commands;
@@ -45,7 +45,7 @@ Main Features:
* text rendering modes (fill, stroke and clipping);
* multiple columns mode;
* no-write page regions;
- * bookmarks and table of content;
+ * bookmarks, named destinations and table of content;
* text hyphenation;
* text stretching and spacing (tracking/kerning);
* automatic page break, line break and text alignments including justification;
@@ -53,6 +53,8 @@ Main Features:
* move and delete pages;
* page compression (requires php-zlib extension);
* XOBject Templates;
+ * Layers and object visibility.
+ * PDF/A-1b support.
Installation (full instructions on http: www.tcpdf.org):
1. copy the folder on your Web server
@@ -60,21 +62,18 @@ Installation (full instructions on http: www.tcpdf.org):
3. call the examples/example_001.php page with your browser to see an example
Source Code Documentation:
- doc/index.html
- http://www.tcpdf.org/doc/
+ http://www.tcpdf.org
-For Additional Documentation:
- http: www.tcpdf.org
+Additional Documentation:
+ http://www.tcpdf.org
License
- Copyright (C) 2002-2011 Nicola Asuni - Tecnick.com S.r.l.
+ Copyright (C) 2002-2012 Nicola Asuni - Tecnick.com LTD
TCPDF is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version. Additionally,
- YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE
- GENERATED PDF DOCUMENTS.
+ License, or (at your option) any later version.
TCPDF is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -87,4 +86,12 @@ License
See LICENSE.TXT file for more information.
+Third party fonts
+ This library includes third party font files released with different licenses.
+ These fonts are not required by TCPDF but have been included as you convenience.
+ The original TTF font files have been renamed for compatibility with TCPDF and compressed using the gzcompress PHP function that uses the ZLIB data format (.z files).
+ To get the original distribution archives please check the information on fonts subfolders:
+ - DejaVu fonts 2.33 (Bitstream) - Copyright, License and other info: fonts/dejavu-fonts-ttf-2.33
+ - GNU FreeFont (GNU-GPLv3) - Copyright, License and other info: fonts/freefont-20100919
+
============================================================
diff --git a/libraries/tcpdf/cache/chapter_demo_1.txt b/libraries/tcpdf/cache/chapter_demo_1.txt
deleted file mode 100644
index 4025de930..000000000
--- a/libraries/tcpdf/cache/chapter_demo_1.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
-
-Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.
-
-Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.
-
-Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.
-
-Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
-
-Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.
-
-Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.
-
-Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.
-
-Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.
diff --git a/libraries/tcpdf/cache/chapter_demo_2.txt b/libraries/tcpdf/cache/chapter_demo_2.txt
deleted file mode 100644
index cd7bfe68c..000000000
--- a/libraries/tcpdf/cache/chapter_demo_2.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
-
-
-
-
Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.
-
-
Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.
-
-
Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.
-
-
Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.
-
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
-
-
-
-
Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.
-
-
Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.
-
-
Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.
-
-
Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.
all standard page formats, custom page formats, custom margins and units of measure;
*
UTF-8 Unicode and Right-To-Left languages;
- *
TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
+ *
TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;
*
font subsetting;
*
methods to publish some XHTML + CSS code, Javascript and Forms;
*
images, graphic (geometric figures) and transformation methods;
*
supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
- *
1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417;
- *
Grayscale, RGB, CMYK, Spot Colors and Transparencies;
+ *
1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;
+ *
JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
*
automatic page header and footer management;
*
document encryption up to 256 bit and digital signature certifications;
*
transactions to UNDO commands;
@@ -122,7 +123,7 @@
*
text rendering modes (fill, stroke and clipping);
*
multiple columns mode;
*
no-write page regions;
- *
bookmarks and table of content;
+ *
bookmarks, named destinations and table of content;
*
text hyphenation;
*
text stretching and spacing (tracking/kerning);
*
automatic page break, line break and text alignments including justification;
@@ -130,11 +131,13 @@
*
move and delete pages;
*
page compression (requires php-zlib extension);
*
XOBject Templates;
+ *
Layers and object visibility;
+ *
PDF/A-1b support.
*
* Tools to encode your unicode fonts are on fonts/utils directory.
* @package com.tecnick.tcpdf
* @author Nicola Asuni
- * @version 5.9.039
+ * @version 5.9.145
*/
// Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file.
@@ -146,25988 +149,28656 @@ require_once(dirname(__FILE__).'/config/tcpdf_config.php');
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
* @package com.tecnick.tcpdf
* @brief PHP class for generating PDF documents without requiring external extensions.
- * @version 5.9.039
+ * @version 5.9.145
* @author Nicola Asuni - info@tecnick.com
*/
class TCPDF {
- // private properties
-
- /**
- * Current TCPDF version.
- * @private
- */
- private $tcpdf_version = '5.9.039';
-
- // Protected properties
-
- /**
- * Current page number.
- * @protected
- */
- protected $page;
-
- /**
- * Current object number.
- * @protected
- */
- protected $n;
-
- /**
- * Array of object offsets.
- * @protected
- */
- protected $offsets;
-
- /**
- * Buffer holding in-memory PDF.
- * @protected
- */
- protected $buffer;
-
- /**
- * Array containing pages.
- * @protected
- */
- protected $pages = array();
-
- /**
- * Current document state.
- * @protected
- */
- protected $state;
-
- /**
- * Compression flag.
- * @protected
- */
- protected $compress;
-
- /**
- * Current page orientation (P = Portrait, L = Landscape).
- * @protected
- */
- protected $CurOrientation;
-
- /**
- * Page dimensions.
- * @protected
- */
- protected $pagedim = array();
-
- /**
- * Scale factor (number of points in user unit).
- * @protected
- */
- protected $k;
-
- /**
- * Width of page format in points.
- * @protected
- */
- protected $fwPt;
-
- /**
- * Height of page format in points.
- * @protected
- */
- protected $fhPt;
-
- /**
- * Current width of page in points.
- * @protected
- */
- protected $wPt;
-
- /**
- * Current height of page in points.
- * @protected
- */
- protected $hPt;
-
- /**
- * Current width of page in user unit.
- * @protected
- */
- protected $w;
-
- /**
- * Current height of page in user unit.
- * @protected
- */
- protected $h;
-
- /**
- * Left margin.
- * @protected
- */
- protected $lMargin;
-
- /**
- * Top margin.
- * @protected
- */
- protected $tMargin;
-
- /**
- * Right margin.
- * @protected
- */
- protected $rMargin;
-
- /**
- * Page break margin.
- * @protected
- */
- protected $bMargin;
-
- /**
- * Array of cell internal paddings ('T' => top, 'R' => right, 'B' => bottom, 'L' => left).
- * @since 5.9.000 (2010-10-03)
- * @protected
- */
- protected $cell_padding = array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0);
-
- /**
- * Array of cell margins ('T' => top, 'R' => right, 'B' => bottom, 'L' => left).
- * @since 5.9.000 (2010-10-04)
- * @protected
- */
- protected $cell_margin = array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0);
-
- /**
- * Current horizontal position in user unit for cell positioning.
- * @protected
- */
- protected $x;
-
- /**
- * Current vertical position in user unit for cell positioning.
- * @protected
- */
- protected $y;
-
- /**
- * Height of last cell printed.
- * @protected
- */
- protected $lasth;
-
- /**
- * Line width in user unit.
- * @protected
- */
- protected $LineWidth;
-
- /**
- * Array of standard font names.
- * @protected
- */
- protected $CoreFonts;
-
- /**
- * Array of used fonts.
- * @protected
- */
- protected $fonts = array();
-
- /**
- * Array of font files.
- * @protected
- */
- protected $FontFiles = array();
-
- /**
- * Array of encoding differences.
- * @protected
- */
- protected $diffs = array();
-
- /**
- * Array of used images.
- * @protected
- */
- protected $images = array();
-
- /**
- * Array of Annotations in pages.
- * @protected
- */
- protected $PageAnnots = array();
-
- /**
- * Array of internal links.
- * @protected
- */
- protected $links = array();
-
- /**
- * Current font family.
- * @protected
- */
- protected $FontFamily;
-
- /**
- * Current font style.
- * @protected
- */
- protected $FontStyle;
-
- /**
- * Current font ascent (distance between font top and baseline).
- * @protected
- * @since 2.8.000 (2007-03-29)
- */
- protected $FontAscent;
-
- /**
- * Current font descent (distance between font bottom and baseline).
- * @protected
- * @since 2.8.000 (2007-03-29)
- */
- protected $FontDescent;
-
- /**
- * Underlining flag.
- * @protected
- */
- protected $underline;
-
- /**
- * Overlining flag.
- * @protected
- */
- protected $overline;
-
- /**
- * Current font info.
- * @protected
- */
- protected $CurrentFont;
-
- /**
- * Current font size in points.
- * @protected
- */
- protected $FontSizePt;
-
- /**
- * Current font size in user unit.
- * @protected
- */
- protected $FontSize;
-
- /**
- * Commands for drawing color.
- * @protected
- */
- protected $DrawColor;
-
- /**
- * Commands for filling color.
- * @protected
- */
- protected $FillColor;
-
- /**
- * Commands for text color.
- * @protected
- */
- protected $TextColor;
-
- /**
- * Indicates whether fill and text colors are different.
- * @protected
- */
- protected $ColorFlag;
-
- /**
- * Automatic page breaking.
- * @protected
- */
- protected $AutoPageBreak;
-
- /**
- * Threshold used to trigger page breaks.
- * @protected
- */
- protected $PageBreakTrigger;
-
- /**
- * Flag set when processing footer.
- * @protected
- */
- protected $InFooter = false;
-
- /**
- * Zoom display mode.
- * @protected
- */
- protected $ZoomMode;
-
- /**
- * Layout display mode.
- * @protected
- */
- protected $LayoutMode;
-
- /**
- * If true set the document information dictionary in Unicode.
- * @protected
- */
- protected $docinfounicode = true;
-
- /**
- * Document title.
- * @protected
- */
- protected $title = '';
-
- /**
- * Document subject.
- * @protected
- */
- protected $subject = '';
-
- /**
- * Document author.
- * @protected
- */
- protected $author = '';
-
- /**
- * Document keywords.
- * @protected
- */
- protected $keywords = '';
-
- /**
- * Document creator.
- * @protected
- */
- protected $creator = '';
-
- /**
- * String alias for total number of pages.
- * @protected
- */
- protected $AliasNbPages = '{nb}';
-
- /**
- * String alias for page number.
- * @protected
- */
- protected $AliasNumPage = '{pnb}';
-
- /**
- * The right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image.
- * @since 2002-07-31
- * @author Nicola Asuni
- * @protected
- */
- protected $img_rb_x;
-
- /**
- * The right-bottom corner Y coordinate of last inserted image.
- * @since 2002-07-31
- * @author Nicola Asuni
- * @protected
- */
- protected $img_rb_y;
-
- /**
- * Adjusting factor to convert pixels to user units.
- * @since 2004-06-14
- * @author Nicola Asuni
- * @protected
- */
- protected $imgscale = 1;
-
- /**
- * Boolean flag set to true when the input text is unicode (require unicode fonts).
- * @since 2005-01-02
- * @author Nicola Asuni
- * @protected
- */
- protected $isunicode = false;
-
- /**
- * Object containing unicode data.
- * @since 5.9.004 (2010-10-18)
- * @author Nicola Asuni
- * @protected
- */
- protected $unicode;
-
- /**
- * PDF version.
- * @since 1.5.3
- * @protected
- */
- protected $PDFVersion = '1.7';
-
- /**
- * Minimum distance between header and top page margin.
- * @protected
- */
- protected $header_margin;
-
- /**
- * Minimum distance between footer and bottom page margin.
- * @protected
- */
- protected $footer_margin;
-
- /**
- * Original left margin value.
- * @protected
- * @since 1.53.0.TC013
- */
- protected $original_lMargin;
-
- /**
- * Original right margin value.
- * @protected
- * @since 1.53.0.TC013
- */
- protected $original_rMargin;
-
- /**
- * Default font used on page header.
- * @protected
- */
- protected $header_font;
-
- /**
- * Default font used on page footer.
- * @protected
- */
- protected $footer_font;
-
- /**
- * Language templates.
- * @protected
- */
- protected $l;
-
- /**
- * Barcode to print on page footer (only if set).
- * @protected
- */
- protected $barcode = false;
-
- /**
- * Boolean flag to print/hide page header.
- * @protected
- */
- protected $print_header = true;
-
- /**
- * Boolean flag to print/hide page footer.
- * @protected
- */
- protected $print_footer = true;
-
- /**
- * Header image logo.
- * @protected
- */
- protected $header_logo = '';
-
- /**
- * Width of header image logo in user units.
- * @protected
- */
- protected $header_logo_width = 30;
-
- /**
- * Title to be printed on default page header.
- * @protected
- */
- protected $header_title = '';
-
- /**
- * String to pring on page header after title.
- * @protected
- */
- protected $header_string = '';
-
- /**
- * Default number of columns for html table.
- * @protected
- */
- protected $default_table_columns = 4;
-
- // variables for html parser
-
- /**
- * HTML PARSER: array to store current link and rendering styles.
- * @protected
- */
- protected $HREF = array();
-
- /**
- * List of available fonts on filesystem.
- * @protected
- */
- protected $fontlist = array();
-
- /**
- * Current foreground color.
- * @protected
- */
- protected $fgcolor;
-
- /**
- * HTML PARSER: array of boolean values, true in case of ordered list (OL), false otherwise.
- * @protected
- */
- protected $listordered = array();
-
- /**
- * HTML PARSER: array count list items on nested lists.
- * @protected
- */
- protected $listcount = array();
-
- /**
- * HTML PARSER: current list nesting level.
- * @protected
- */
- protected $listnum = 0;
-
- /**
- * HTML PARSER: indent amount for lists.
- * @protected
- */
- protected $listindent = 0;
-
- /**
- * HTML PARSER: current list indententation level.
- * @protected
- */
- protected $listindentlevel = 0;
-
- /**
- * Current background color.
- * @protected
- */
- protected $bgcolor;
-
- /**
- * Temporary font size in points.
- * @protected
- */
- protected $tempfontsize = 10;
-
- /**
- * Spacer string for LI tags.
- * @protected
- */
- protected $lispacer = '';
-
- /**
- * Default encoding.
- * @protected
- * @since 1.53.0.TC010
- */
- protected $encoding = 'UTF-8';
-
- /**
- * PHP internal encoding.
- * @protected
- * @since 1.53.0.TC016
- */
- protected $internal_encoding;
-
- /**
- * Boolean flag to indicate if the document language is Right-To-Left.
- * @protected
- * @since 2.0.000
- */
- protected $rtl = false;
-
- /**
- * Boolean flag used to force RTL or LTR string direction.
- * @protected
- * @since 2.0.000
- */
- protected $tmprtl = false;
-
- // --- Variables used for document encryption:
-
- /**
- * IBoolean flag indicating whether document is protected.
- * @protected
- * @since 2.0.000 (2008-01-02)
- */
- protected $encrypted;
-
- /**
- * Array containing encryption settings.
- * @protected
- * @since 5.0.005 (2010-05-11)
- */
- protected $encryptdata = array();
-
- /**
- * Last RC4 key encrypted (cached for optimisation).
- * @protected
- * @since 2.0.000 (2008-01-02)
- */
- protected $last_enc_key;
-
- /**
- * Last RC4 computed key.
- * @protected
- * @since 2.0.000 (2008-01-02)
- */
- protected $last_enc_key_c;
-
- /**
- * Encryption padding string.
- * @protected
- */
- protected $enc_padding = "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A";
-
- /**
- * File ID (used on document trailer).
- * @protected
- * @since 5.0.005 (2010-05-12)
- */
- protected $file_id;
-
- // --- bookmark ---
-
- /**
- * Outlines for bookmark.
- * @protected
- * @since 2.1.002 (2008-02-12)
- */
- protected $outlines = array();
-
- /**
- * Outline root for bookmark.
- * @protected
- * @since 2.1.002 (2008-02-12)
- */
- protected $OutlineRoot;
-
- // --- javascript and form ---
-
- /**
- * Javascript code.
- * @protected
- * @since 2.1.002 (2008-02-12)
- */
- protected $javascript = '';
-
- /**
- * Javascript counter.
- * @protected
- * @since 2.1.002 (2008-02-12)
- */
- protected $n_js;
-
- /**
- * line trough state
- * @protected
- * @since 2.8.000 (2008-03-19)
- */
- protected $linethrough;
-
- /**
- * Array with additional document-wide usage rights for the document.
- * @protected
- * @since 5.8.014 (2010-08-23)
- */
- protected $ur = array();
-
- /**
- * DPI (Dot Per Inch) Document Resolution (do not change).
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $dpi = 72;
-
- /**
- * Array of page numbers were a new page group was started.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $newpagegroup = array();
-
- /**
- * Contains the number of pages of the groups.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $pagegroups;
-
- /**
- * Contains the alias of the current page group.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $currpagegroup;
-
- /**
- * Restrict the rendering of some elements to screen or printout.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $visibility = 'all';
-
- /**
- * Print visibility.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $n_ocg_print;
-
- /**
- * View visibility.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $n_ocg_view;
-
- /**
- * Array of transparency objects and parameters.
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $extgstates;
-
- /**
- * Set the default JPEG compression quality (1-100).
- * @protected
- * @since 3.0.000 (2008-03-27)
- */
- protected $jpeg_quality;
-
- /**
- * Default cell height ratio.
- * @protected
- * @since 3.0.014 (2008-05-23)
- */
- protected $cell_height_ratio = K_CELL_HEIGHT_RATIO;
-
- /**
- * PDF viewer preferences.
- * @protected
- * @since 3.1.000 (2008-06-09)
- */
- protected $viewer_preferences;
-
- /**
- * A name object specifying how the document should be displayed when opened.
- * @protected
- * @since 3.1.000 (2008-06-09)
- */
- protected $PageMode;
-
- /**
- * Array for storing gradient information.
- * @protected
- * @since 3.1.000 (2008-06-09)
- */
- protected $gradients = array();
-
- /**
- * Array used to store positions inside the pages buffer (keys are the page numbers).
- * @protected
- * @since 3.2.000 (2008-06-26)
- */
- protected $intmrk = array();
-
- /**
- * Array used to store positions inside the pages buffer (keys are the page numbers).
- * @protected
- * @since 5.7.000 (2010-08-03)
- */
- protected $bordermrk = array();
-
- /**
- * Array used to store page positions to track empty pages (keys are the page numbers).
- * @protected
- * @since 5.8.007 (2010-08-18)
- */
- protected $emptypagemrk = array();
-
- /**
- * Array used to store content positions inside the pages buffer (keys are the page numbers).
- * @protected
- * @since 4.6.021 (2009-07-20)
- */
- protected $cntmrk = array();
-
- /**
- * Array used to store footer positions of each page.
- * @protected
- * @since 3.2.000 (2008-07-01)
- */
- protected $footerpos = array();
-
- /**
- * Array used to store footer length of each page.
- * @protected
- * @since 4.0.014 (2008-07-29)
- */
- protected $footerlen = array();
-
- /**
- * Boolean flag to indicate if a new line is created.
- * @protected
- * @since 3.2.000 (2008-07-01)
- */
- protected $newline = true;
-
- /**
- * End position of the latest inserted line.
- * @protected
- * @since 3.2.000 (2008-07-01)
- */
- protected $endlinex = 0;
-
- /**
- * PDF string for width value of the last line.
- * @protected
- * @since 4.0.006 (2008-07-16)
- */
- protected $linestyleWidth = '';
-
- /**
- * PDF string for CAP value of the last line.
- * @protected
- * @since 4.0.006 (2008-07-16)
- */
- protected $linestyleCap = '0 J';
-
- /**
- * PDF string for join value of the last line.
- * @protected
- * @since 4.0.006 (2008-07-16)
- */
- protected $linestyleJoin = '0 j';
-
- /**
- * PDF string for dash value of the last line.
- * @protected
- * @since 4.0.006 (2008-07-16)
- */
- protected $linestyleDash = '[] 0 d';
-
- /**
- * Boolean flag to indicate if marked-content sequence is open.
- * @protected
- * @since 4.0.013 (2008-07-28)
- */
- protected $openMarkedContent = false;
-
- /**
- * Count the latest inserted vertical spaces on HTML.
- * @protected
- * @since 4.0.021 (2008-08-24)
- */
- protected $htmlvspace = 0;
-
- /**
- * Array of Spot colors.
- * @protected
- * @since 4.0.024 (2008-09-12)
- */
- protected $spot_colors = array();
-
- /**
- * Symbol used for HTML unordered list items.
- * @protected
- * @since 4.0.028 (2008-09-26)
- */
- protected $lisymbol = '';
-
- /**
- * String used to mark the beginning and end of EPS image blocks.
- * @protected
- * @since 4.1.000 (2008-10-18)
- */
- protected $epsmarker = 'x#!#EPS#!#x';
-
- /**
- * Array of transformation matrix.
- * @protected
- * @since 4.2.000 (2008-10-29)
- */
- protected $transfmatrix = array();
-
- /**
- * Current key for transformation matrix.
- * @protected
- * @since 4.8.005 (2009-09-17)
- */
- protected $transfmatrix_key = 0;
-
- /**
- * Booklet mode for double-sided pages.
- * @protected
- * @since 4.2.000 (2008-10-29)
- */
- protected $booklet = false;
-
- /**
- * Epsilon value used for float calculations.
- * @protected
- * @since 4.2.000 (2008-10-29)
- */
- protected $feps = 0.005;
-
- /**
- * Array used for custom vertical spaces for HTML tags.
- * @protected
- * @since 4.2.001 (2008-10-30)
- */
- protected $tagvspaces = array();
-
- /**
- * HTML PARSER: custom indent amount for lists. Negative value means disabled.
- * @protected
- * @since 4.2.007 (2008-11-12)
- */
- protected $customlistindent = -1;
-
- /**
- * Boolean flag to indicate if the border of the cell sides that cross the page should be removed.
- * @protected
- * @since 4.2.010 (2008-11-14)
- */
- protected $opencell = true;
-
- /**
- * Array of files to embedd.
- * @protected
- * @since 4.4.000 (2008-12-07)
- */
- protected $embeddedfiles = array();
-
- /**
- * Boolean flag to indicate if we are inside a PRE tag.
- * @protected
- * @since 4.4.001 (2008-12-08)
- */
- protected $premode = false;
-
- /**
- * Array used to store positions of graphics transformation blocks inside the page buffer.
- * keys are the page numbers
- * @protected
- * @since 4.4.002 (2008-12-09)
- */
- protected $transfmrk = array();
-
- /**
- * Default color for html links.
- * @protected
- * @since 4.4.003 (2008-12-09)
- */
- protected $htmlLinkColorArray = array(0, 0, 255);
-
- /**
- * Default font style to add to html links.
- * @protected
- * @since 4.4.003 (2008-12-09)
- */
- protected $htmlLinkFontStyle = 'U';
-
- /**
- * Counts the number of pages.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $numpages = 0;
-
- /**
- * Array containing page lengths in bytes.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $pagelen = array();
-
- /**
- * Counts the number of pages.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $numimages = 0;
-
- /**
- * Store the image keys.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $imagekeys = array();
-
- /**
- * Length of the buffer in bytes.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $bufferlen = 0;
-
- /**
- * If true enables disk caching.
- * @protected
- * @since 4.5.000 (2008-12-31)
- */
- protected $diskcache = false;
-
- /**
- * Counts the number of fonts.
- * @protected
- * @since 4.5.000 (2009-01-02)
- */
- protected $numfonts = 0;
-
- /**
- * Store the font keys.
- * @protected
- * @since 4.5.000 (2009-01-02)
- */
- protected $fontkeys = array();
-
- /**
- * Store the font object IDs.
- * @protected
- * @since 4.8.001 (2009-09-09)
- */
- protected $font_obj_ids = array();
-
- /**
- * Store the fage status (true when opened, false when closed).
- * @protected
- * @since 4.5.000 (2009-01-02)
- */
- protected $pageopen = array();
-
- /**
- * Default monospace font.
- * @protected
- * @since 4.5.025 (2009-03-10)
- */
- protected $default_monospaced_font = 'courier';
-
- /**
- * Cloned copy of the current class object.
- * @protected
- * @since 4.5.029 (2009-03-19)
- */
- protected $objcopy;
-
- /**
- * Array used to store the lengths of cache files.
- * @protected
- * @since 4.5.029 (2009-03-19)
- */
- protected $cache_file_length = array();
-
- /**
- * Table header content to be repeated on each new page.
- * @protected
- * @since 4.5.030 (2009-03-20)
- */
- protected $thead = '';
-
- /**
- * Margins used for table header.
- * @protected
- * @since 4.5.030 (2009-03-20)
- */
- protected $theadMargins = array();
-
- /**
- * Cache array for UTF8StringToArray() method.
- * @protected
- * @since 4.5.037 (2009-04-07)
- */
- protected $cache_UTF8StringToArray = array();
-
- /**
- * Maximum size of cache array used for UTF8StringToArray() method.
- * @protected
- * @since 4.5.037 (2009-04-07)
- */
- protected $cache_maxsize_UTF8StringToArray = 8;
-
- /**
- * Current size of cache array used for UTF8StringToArray() method.
- * @protected
- * @since 4.5.037 (2009-04-07)
- */
- protected $cache_size_UTF8StringToArray = 0;
-
- /**
- * Boolean flag to enable document digital signature.
- * @protected
- * @since 4.6.005 (2009-04-24)
- */
- protected $sign = false;
-
- /**
- * Digital signature data.
- * @protected
- * @since 4.6.005 (2009-04-24)
- */
- protected $signature_data = array();
-
- /**
- * Digital signature max length.
- * @protected
- * @since 4.6.005 (2009-04-24)
- */
- protected $signature_max_length = 11742;
-
- /**
- * Data for digital signature appearance.
- * @protected
- * @since 5.3.011 (2010-06-16)
- */
- protected $signature_appearance = array('page' => 1, 'rect' => '0 0 0 0');
-
- /**
- * Regular expression used to find blank characters (required for word-wrapping).
- * @protected
- * @since 4.6.006 (2009-04-28)
- */
- protected $re_spaces = '/[^\S\xa0]/';
-
- /**
- * Array of $re_spaces parts.
- * @protected
- * @since 5.5.011 (2010-07-09)
- */
- protected $re_space = array('p' => '[^\S\xa0]', 'm' => '');
-
- /**
- * Digital signature object ID.
- * @protected
- * @since 4.6.022 (2009-06-23)
- */
- protected $sig_obj_id = 0;
-
- /**
- * ByteRange placemark used during digital signature process.
- * @protected
- * @since 4.6.028 (2009-08-25)
- */
- protected $byterange_string = '/ByteRange[0 ********** ********** **********]';
-
- /**
- * Placemark used during digital signature process.
- * @protected
- * @since 4.6.028 (2009-08-25)
- */
- protected $sig_annot_ref = '***SIGANNREF*** 0 R';
-
- /**
- * ID of page objects.
- * @protected
- * @since 4.7.000 (2009-08-29)
- */
- protected $page_obj_id = array();
-
- /**
- * List of form annotations IDs.
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $form_obj_id = array();
-
- /**
- * Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255), 'strokeColor'=>array(128, 128, 128));
-
- /**
- * Javascript objects array.
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $js_objects = array();
-
- /**
- * Current form action (used during XHTML rendering).
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $form_action = '';
-
- /**
- * Current form encryption type (used during XHTML rendering).
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $form_enctype = 'application/x-www-form-urlencoded';
-
- /**
- * Current method to submit forms.
- * @protected
- * @since 4.8.000 (2009-09-07)
- */
- protected $form_mode = 'post';
-
- /**
- * List of fonts used on form fields (fontname => fontkey).
- * @protected
- * @since 4.8.001 (2009-09-09)
- */
- protected $annotation_fonts = array();
-
- /**
- * List of radio buttons parent objects.
- * @protected
- * @since 4.8.001 (2009-09-09)
- */
- protected $radiobutton_groups = array();
-
- /**
- * List of radio group objects IDs.
- * @protected
- * @since 4.8.001 (2009-09-09)
- */
- protected $radio_groups = array();
-
- /**
- * Text indentation value (used for text-indent CSS attribute).
- * @protected
- * @since 4.8.006 (2009-09-23)
- */
- protected $textindent = 0;
-
- /**
- * Store page number when startTransaction() is called.
- * @protected
- * @since 4.8.006 (2009-09-23)
- */
- protected $start_transaction_page = 0;
-
- /**
- * Store Y position when startTransaction() is called.
- * @protected
- * @since 4.9.001 (2010-03-28)
- */
- protected $start_transaction_y = 0;
-
- /**
- * True when we are printing the thead section on a new page.
- * @protected
- * @since 4.8.027 (2010-01-25)
- */
- protected $inthead = false;
-
- /**
- * Array of column measures (width, space, starting Y position).
- * @protected
- * @since 4.9.001 (2010-03-28)
- */
- protected $columns = array();
-
- /**
- * Number of colums.
- * @protected
- * @since 4.9.001 (2010-03-28)
- */
- protected $num_columns = 1;
-
- /**
- * Current column number.
- * @protected
- * @since 4.9.001 (2010-03-28)
- */
- protected $current_column = 0;
-
- /**
- * Starting page for columns.
- * @protected
- * @since 4.9.001 (2010-03-28)
- */
- protected $column_start_page = 0;
-
- /**
- * Maximum page and column selected.
- * @protected
- * @since 5.8.000 (2010-08-11)
- */
- protected $maxselcol = array('page' => 0, 'column' => 0);
-
- /**
- * Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding.
- * @protected
- * @since 5.8.000 (2010-08-11)
- */
- protected $colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0), 'p' => array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0));
-
- /**
- * Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
- * @protected
- * @since 4.9.008 (2010-04-03)
- */
- protected $textrendermode = 0;
-
- /**
- * Text stroke width in doc units.
- * @protected
- * @since 4.9.008 (2010-04-03)
- */
- protected $textstrokewidth = 0;
-
- /**
- * Current stroke color.
- * @protected
- * @since 4.9.008 (2010-04-03)
- */
- protected $strokecolor;
-
- /**
- * Default unit of measure for document.
- * @protected
- * @since 5.0.000 (2010-04-22)
- */
- protected $pdfunit = 'mm';
-
- /**
- * Boolean flag true when we are on TOC (Table Of Content) page.
- * @protected
- */
- protected $tocpage = false;
-
- /**
- * Boolean flag: if true convert vector images (SVG, EPS) to raster image using GD or ImageMagick library.
- * @protected
- * @since 5.0.000 (2010-04-26)
- */
- protected $rasterize_vector_images = false;
-
- /**
- * Boolean flag: if true enables font subsetting by default.
- * @protected
- * @since 5.3.002 (2010-06-07)
- */
- protected $font_subsetting = true;
-
- /**
- * Array of default graphic settings.
- * @protected
- * @since 5.5.008 (2010-07-02)
- */
- protected $default_graphic_vars = array();
-
- /**
- * Array of XObjects.
- * @protected
- * @since 5.8.014 (2010-08-23)
- */
- protected $xobjects = array();
-
- /**
- * Boolean value true when we are inside an XObject.
- * @protected
- * @since 5.8.017 (2010-08-24)
- */
- protected $inxobj = false;
-
- /**
- * Current XObject ID.
- * @protected
- * @since 5.8.017 (2010-08-24)
- */
- protected $xobjid = '';
-
- /**
- * Percentage of character stretching.
- * @protected
- * @since 5.9.000 (2010-09-29)
- */
- protected $font_stretching = 100;
-
- /**
- * Increases or decreases the space between characters in a text by the specified amount (tracking/kerning).
- * @protected
- * @since 5.9.000 (2010-09-29)
- */
- protected $font_spacing = 0;
-
- /**
- * Array of no-write regions.
- * ('page' => page number or empy for current page, 'xt' => X top, 'yt' => Y top, 'xb' => X bottom, 'yb' => Y bottom, 'side' => page side 'L' = left or 'R' = right)
- * @protected
- * @since 5.9.003 (2010-10-14)
- */
- protected $page_regions = array();
-
- /**
- * Array containing HTML color names and values.
- * @protected
- * @since 5.9.004 (2010-10-18)
- */
- protected $webcolor = array();
-
- /**
- * Array containing spot color names and values.
- * @protected
- * @since 5.9.012 (2010-11-11)
- */
- protected $spotcolor = array();
-
- /**
- * Directory used for the last SVG image.
- * @protected
- * @since 5.0.000 (2010-05-05)
- */
- protected $svgdir = '';
-
- /**
- * Deafult unit of measure for SVG.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgunit = 'px';
-
- /**
- * Array of SVG gradients.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svggradients = array();
-
- /**
- * ID of last SVG gradient.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svggradientid = 0;
-
- /**
- * Boolean value true when in SVG defs group.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgdefsmode = false;
-
- /**
- * Array of SVG defs.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgdefs = array();
-
- /**
- * Boolean value true when in SVG clipPath tag.
- * @protected
- * @since 5.0.000 (2010-04-26)
- */
- protected $svgclipmode = false;
-
- /**
- * Array of SVG clipPath commands.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgclippaths = array();
-
- /**
- * Array of SVG clipPath tranformation matrix.
- * @protected
- * @since 5.8.022 (2010-08-31)
- */
- protected $svgcliptm = array();
-
- /**
- * ID of last SVG clipPath.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgclipid = 0;
-
- /**
- * SVG text.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgtext = '';
-
- /**
- * SVG text properties.
- * @protected
- * @since 5.8.013 (2010-08-23)
- */
- protected $svgtextmode = array();
-
- /**
- * Array of hinheritable SVG properties.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode');
-
- /**
- * Array of SVG properties.
- * @protected
- * @since 5.0.000 (2010-05-02)
- */
- protected $svgstyles = array(array(
- 'alignment-baseline' => 'auto',
- 'baseline-shift' => 'baseline',
- 'clip' => 'auto',
- 'clip-path' => 'none',
- 'clip-rule' => 'nonzero',
- 'color' => 'black',
- 'color-interpolation' => 'sRGB',
- 'color-interpolation-filters' => 'linearRGB',
- 'color-profile' => 'auto',
- 'color-rendering' => 'auto',
- 'cursor' => 'auto',
- 'direction' => 'ltr',
- 'display' => 'inline',
- 'dominant-baseline' => 'auto',
- 'enable-background' => 'accumulate',
- 'fill' => 'black',
- 'fill-opacity' => 1,
- 'fill-rule' => 'nonzero',
- 'filter' => 'none',
- 'flood-color' => 'black',
- 'flood-opacity' => 1,
- 'font' => '',
- 'font-family' => 'helvetica',
- 'font-size' => 'medium',
- 'font-size-adjust' => 'none',
- 'font-stretch' => 'normal',
- 'font-style' => 'normal',
- 'font-variant' => 'normal',
- 'font-weight' => 'normal',
- 'glyph-orientation-horizontal' => '0deg',
- 'glyph-orientation-vertical' => 'auto',
- 'image-rendering' => 'auto',
- 'kerning' => 'auto',
- 'letter-spacing' => 'normal',
- 'lighting-color' => 'white',
- 'marker' => '',
- 'marker-end' => 'none',
- 'marker-mid' => 'none',
- 'marker-start' => 'none',
- 'mask' => 'none',
- 'opacity' => 1,
- 'overflow' => 'auto',
- 'pointer-events' => 'visiblePainted',
- 'shape-rendering' => 'auto',
- 'stop-color' => 'black',
- 'stop-opacity' => 1,
- 'stroke' => 'none',
- 'stroke-dasharray' => 'none',
- 'stroke-dashoffset' => 0,
- 'stroke-linecap' => 'butt',
- 'stroke-linejoin' => 'miter',
- 'stroke-miterlimit' => 4,
- 'stroke-opacity' => 1,
- 'stroke-width' => 1,
- 'text-anchor' => 'start',
- 'text-decoration' => 'none',
- 'text-rendering' => 'auto',
- 'unicode-bidi' => 'normal',
- 'visibility' => 'visible',
- 'word-spacing' => 'normal',
- 'writing-mode' => 'lr-tb',
- 'text-color' => 'black',
- 'transfmatrix' => array(1, 0, 0, 1, 0, 0)
- ));
-
- //------------------------------------------------------------
- // METHODS
- //------------------------------------------------------------
-
- /**
- * This is the class constructor.
- * It allows to set up the page format, the orientation and the measure unit used in all the methods (except for the font sizes).
- * @param $orientation (string) page orientation. Possible values are (case insensitive):
P or Portrait (default)
L or Landscape
'' (empty string) for automatic orientation
- * @param $unit (string) User measure unit. Possible values are:
pt: point
mm: millimeter (default)
cm: centimeter
in: inch
A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit.
- * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
- * @param $unicode (boolean) TRUE means that the input text is unicode (default = true)
- * @param $diskcache (boolean) if TRUE reduce the RAM memory usage by caching temporary data on filesystem (slower).
- * @param $encoding (string) charset encoding; default is UTF-8
- * @public
- * @see getPageSizeFromFormat(), setPageFormat()
- */
- public function __construct($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8', $diskcache=false) {
- /* Set internal character encoding to ASCII */
- if (function_exists('mb_internal_encoding') AND mb_internal_encoding()) {
- $this->internal_encoding = mb_internal_encoding();
- mb_internal_encoding('ASCII');
- }
- // get array of HTML colors
- require(dirname(__FILE__).'/htmlcolors.php');
- $this->webcolor = $webcolor;
- // get array of custom spot colors
- if (file_exists(dirname(__FILE__).'/spotcolors.php')) {
- require(dirname(__FILE__).'/spotcolors.php');
- $this->spotcolor = $spotcolor;
- } else {
- $this->spotcolor = array();
- }
- require_once(dirname(__FILE__).'/unicode_data.php');
- $this->unicode = new TCPDF_UNICODE_DATA();
- $this->font_obj_ids = array();
- $this->page_obj_id = array();
- $this->form_obj_id = array();
- // set disk caching
- $this->diskcache = $diskcache ? true : false;
- // set language direction
- $this->rtl = false;
- $this->tmprtl = false;
- // some checks
- $this->_dochecks();
- // initialization of properties
- $this->isunicode = $unicode;
- $this->page = 0;
- $this->transfmrk[0] = array();
- $this->pagedim = array();
- $this->n = 2;
- $this->buffer = '';
- $this->pages = array();
- $this->state = 0;
- $this->fonts = array();
- $this->FontFiles = array();
- $this->diffs = array();
- $this->images = array();
- $this->links = array();
- $this->gradients = array();
- $this->InFooter = false;
- $this->lasth = 0;
- $this->FontFamily = 'helvetica';
- $this->FontStyle = '';
- $this->FontSizePt = 12;
- $this->underline = false;
- $this->overline = false;
- $this->linethrough = false;
- $this->DrawColor = '0 G';
- $this->FillColor = '0 g';
- $this->TextColor = '0 g';
- $this->ColorFlag = false;
- // encryption values
- $this->encrypted = false;
- $this->last_enc_key = '';
- // standard Unicode fonts
- $this->CoreFonts = array(
- 'courier'=>'Courier',
- 'courierB'=>'Courier-Bold',
- 'courierI'=>'Courier-Oblique',
- 'courierBI'=>'Courier-BoldOblique',
- 'helvetica'=>'Helvetica',
- 'helveticaB'=>'Helvetica-Bold',
- 'helveticaI'=>'Helvetica-Oblique',
- 'helveticaBI'=>'Helvetica-BoldOblique',
- 'times'=>'Times-Roman',
- 'timesB'=>'Times-Bold',
- 'timesI'=>'Times-Italic',
- 'timesBI'=>'Times-BoldItalic',
- 'symbol'=>'Symbol',
- 'zapfdingbats'=>'ZapfDingbats'
- );
- // set scale factor
- $this->setPageUnit($unit);
- // set page format and orientation
- $this->setPageFormat($format, $orientation);
- // page margins (1 cm)
- $margin = 28.35 / $this->k;
- $this->SetMargins($margin, $margin);
- // internal cell padding
- $cpadding = $margin / 10;
- $this->setCellPaddings($cpadding, 0, $cpadding, 0);
- // cell margins
- $this->setCellMargins(0, 0, 0, 0);
- // line width (0.2 mm)
- $this->LineWidth = 0.57 / $this->k;
- $this->linestyleWidth = sprintf('%.2F w', ($this->LineWidth * $this->k));
- $this->linestyleCap = '0 J';
- $this->linestyleJoin = '0 j';
- $this->linestyleDash = '[] 0 d';
- // automatic page break
- $this->SetAutoPageBreak(true, (2 * $margin));
- // full width display mode
- $this->SetDisplayMode('fullwidth');
- // compression
- $this->SetCompression(true);
- // set default PDF version number
- $this->PDFVersion = '1.7';
- $this->encoding = $encoding;
- $this->HREF = array();
- $this->getFontsList();
- $this->fgcolor = array('R' => 0, 'G' => 0, 'B' => 0);
- $this->strokecolor = array('R' => 0, 'G' => 0, 'B' => 0);
- $this->bgcolor = array('R' => 255, 'G' => 255, 'B' => 255);
- $this->extgstates = array();
- // user's rights
- $this->sign = false;
- $this->ur['enabled'] = false;
- $this->ur['document'] = '/FullSave';
- $this->ur['annots'] = '/Create/Delete/Modify/Copy/Import/Export';
- $this->ur['form'] = '/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate';
- $this->ur['signature'] = '/Modify';
- $this->ur['ef'] = '/Create/Delete/Modify/Import';
- $this->ur['formex'] = '';
- $this->signature_appearance = array('page' => 1, 'rect' => '0 0 0 0');
- // set default JPEG quality
- $this->jpeg_quality = 75;
- // initialize some settings
- $this->utf8Bidi(array(''), '');
- // set default font
- $this->SetFont($this->FontFamily, $this->FontStyle, $this->FontSizePt);
- // check if PCRE Unicode support is enabled
- if ($this->isunicode AND (@preg_match('/\pL/u', 'a') == 1)) {
- // PCRE unicode support is turned ON
- // \p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator.
- // \p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants.
- // \p{Lo} is needed because Chinese characters are packed next to each other without spaces in between.
- //$this->setSpacesRE('/[^\S\P{Z}\P{Lo}\xa0]/u');
- $this->setSpacesRE('/[^\S\P{Z}\xa0]/u');
- } else {
- // PCRE unicode support is turned OFF
- $this->setSpacesRE('/[^\S\xa0]/');
- }
- $this->default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255), 'strokeColor'=>array(128, 128, 128));
- // set file ID for trailer
- $this->file_id = md5($this->getRandomSeed('TCPDF'.$orientation.$unit.$format.$encoding));
- // get default graphic vars
- $this->default_graphic_vars = $this->getGraphicVars();
- }
-
- /**
- * Default destructor.
- * @public
- * @since 1.53.0.TC016
- */
- public function __destruct() {
- // restore internal encoding
- if (isset($this->internal_encoding) AND !empty($this->internal_encoding)) {
- mb_internal_encoding($this->internal_encoding);
- }
- // unset all class variables
- $this->_destroy(true);
- }
-
- /**
- * Return the current TCPDF version.
- * @return TCPDF version string
- * @public
- * @since 5.9.012 (2010-11-10)
- */
- public function getTCPDFVersion() {
- return $this->tcpdf_version;
- }
-
- /**
- * Set the units of measure for the document.
- * @param $unit (string) User measure unit. Possible values are:
pt: point
mm: millimeter (default)
cm: centimeter
in: inch
A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit.
- * @public
- * @since 3.0.015 (2008-06-06)
- */
- public function setPageUnit($unit) {
- $unit = strtolower($unit);
- //Set scale factor
- switch ($unit) {
- // points
- case 'px':
- case 'pt': {
- $this->k = 1;
- break;
- }
- // millimeters
- case 'mm': {
- $this->k = $this->dpi / 25.4;
- break;
- }
- // centimeters
- case 'cm': {
- $this->k = $this->dpi / 2.54;
- break;
- }
- // inches
- case 'in': {
- $this->k = $this->dpi;
- break;
- }
- // unsupported unit
- default : {
- $this->Error('Incorrect unit: '.$unit);
- break;
- }
- }
- $this->pdfunit = $unit;
- if (isset($this->CurOrientation)) {
- $this->setPageOrientation($this->CurOrientation);
- }
- }
-
- /**
- * Get page dimensions from format name.
- * @param $format (mixed) The format name. It can be:
- *
ISO 216 A Series + 2 SIS 014711 extensions
- *
A0 (841x1189 mm ; 33.11x46.81 in)
- *
A1 (594x841 mm ; 23.39x33.11 in)
- *
A2 (420x594 mm ; 16.54x23.39 in)
- *
A3 (297x420 mm ; 11.69x16.54 in)
- *
A4 (210x297 mm ; 8.27x11.69 in)
- *
A5 (148x210 mm ; 5.83x8.27 in)
- *
A6 (105x148 mm ; 4.13x5.83 in)
- *
A7 (74x105 mm ; 2.91x4.13 in)
- *
A8 (52x74 mm ; 2.05x2.91 in)
- *
A9 (37x52 mm ; 1.46x2.05 in)
- *
A10 (26x37 mm ; 1.02x1.46 in)
- *
A11 (18x26 mm ; 0.71x1.02 in)
- *
A12 (13x18 mm ; 0.51x0.71 in)
- *
ISO 216 B Series + 2 SIS 014711 extensions
- *
B0 (1000x1414 mm ; 39.37x55.67 in)
- *
B1 (707x1000 mm ; 27.83x39.37 in)
- *
B2 (500x707 mm ; 19.69x27.83 in)
- *
B3 (353x500 mm ; 13.90x19.69 in)
- *
B4 (250x353 mm ; 9.84x13.90 in)
- *
B5 (176x250 mm ; 6.93x9.84 in)
- *
B6 (125x176 mm ; 4.92x6.93 in)
- *
B7 (88x125 mm ; 3.46x4.92 in)
- *
B8 (62x88 mm ; 2.44x3.46 in)
- *
B9 (44x62 mm ; 1.73x2.44 in)
- *
B10 (31x44 mm ; 1.22x1.73 in)
- *
B11 (22x31 mm ; 0.87x1.22 in)
- *
B12 (15x22 mm ; 0.59x0.87 in)
- *
ISO 216 C Series + 2 SIS 014711 extensions + 2 EXTENSION
- *
C0 (917x1297 mm ; 36.10x51.06 in)
- *
C1 (648x917 mm ; 25.51x36.10 in)
- *
C2 (458x648 mm ; 18.03x25.51 in)
- *
C3 (324x458 mm ; 12.76x18.03 in)
- *
C4 (229x324 mm ; 9.02x12.76 in)
- *
C5 (162x229 mm ; 6.38x9.02 in)
- *
C6 (114x162 mm ; 4.49x6.38 in)
- *
C7 (81x114 mm ; 3.19x4.49 in)
- *
C8 (57x81 mm ; 2.24x3.19 in)
- *
C9 (40x57 mm ; 1.57x2.24 in)
- *
C10 (28x40 mm ; 1.10x1.57 in)
- *
C11 (20x28 mm ; 0.79x1.10 in)
- *
C12 (14x20 mm ; 0.55x0.79 in)
- *
C76 (81x162 mm ; 3.19x6.38 in)
- *
DL (110x220 mm ; 4.33x8.66 in)
- *
SIS 014711 E Series
- *
E0 (879x1241 mm ; 34.61x48.86 in)
- *
E1 (620x879 mm ; 24.41x34.61 in)
- *
E2 (440x620 mm ; 17.32x24.41 in)
- *
E3 (310x440 mm ; 12.20x17.32 in)
- *
E4 (220x310 mm ; 8.66x12.20 in)
- *
E5 (155x220 mm ; 6.10x8.66 in)
- *
E6 (110x155 mm ; 4.33x6.10 in)
- *
E7 (78x110 mm ; 3.07x4.33 in)
- *
E8 (55x78 mm ; 2.17x3.07 in)
- *
E9 (39x55 mm ; 1.54x2.17 in)
- *
E10 (27x39 mm ; 1.06x1.54 in)
- *
E11 (19x27 mm ; 0.75x1.06 in)
- *
E12 (13x19 mm ; 0.51x0.75 in)
- *
SIS 014711 G Series
- *
G0 (958x1354 mm ; 37.72x53.31 in)
- *
G1 (677x958 mm ; 26.65x37.72 in)
- *
G2 (479x677 mm ; 18.86x26.65 in)
- *
G3 (338x479 mm ; 13.31x18.86 in)
- *
G4 (239x338 mm ; 9.41x13.31 in)
- *
G5 (169x239 mm ; 6.65x9.41 in)
- *
G6 (119x169 mm ; 4.69x6.65 in)
- *
G7 (84x119 mm ; 3.31x4.69 in)
- *
G8 (59x84 mm ; 2.32x3.31 in)
- *
G9 (42x59 mm ; 1.65x2.32 in)
- *
G10 (29x42 mm ; 1.14x1.65 in)
- *
G11 (21x29 mm ; 0.83x1.14 in)
- *
G12 (14x21 mm ; 0.55x0.83 in)
- *
ISO Press
- *
RA0 (860x1220 mm ; 33.86x48.03 in)
- *
RA1 (610x860 mm ; 24.02x33.86 in)
- *
RA2 (430x610 mm ; 16.93x24.02 in)
- *
RA3 (305x430 mm ; 12.01x16.93 in)
- *
RA4 (215x305 mm ; 8.46x12.01 in)
- *
SRA0 (900x1280 mm ; 35.43x50.39 in)
- *
SRA1 (640x900 mm ; 25.20x35.43 in)
- *
SRA2 (450x640 mm ; 17.72x25.20 in)
- *
SRA3 (320x450 mm ; 12.60x17.72 in)
- *
SRA4 (225x320 mm ; 8.86x12.60 in)
- *
German DIN 476
- *
4A0 (1682x2378 mm ; 66.22x93.62 in)
- *
2A0 (1189x1682 mm ; 46.81x66.22 in)
- *
Variations on the ISO Standard
- *
A2_EXTRA (445x619 mm ; 17.52x24.37 in)
- *
A3+ (329x483 mm ; 12.95x19.02 in)
- *
A3_EXTRA (322x445 mm ; 12.68x17.52 in)
- *
A3_SUPER (305x508 mm ; 12.01x20.00 in)
- *
SUPER_A3 (305x487 mm ; 12.01x19.17 in)
- *
A4_EXTRA (235x322 mm ; 9.25x12.68 in)
- *
A4_SUPER (229x322 mm ; 9.02x12.68 in)
- *
SUPER_A4 (227x356 mm ; 8.94x14.02 in)
- *
A4_LONG (210x348 mm ; 8.27x13.70 in)
- *
F4 (210x330 mm ; 8.27x12.99 in)
- *
SO_B5_EXTRA (202x276 mm ; 7.95x10.87 in)
- *
A5_EXTRA (173x235 mm ; 6.81x9.25 in)
- *
ANSI Series
- *
ANSI_E (864x1118 mm ; 34.00x44.00 in)
- *
ANSI_D (559x864 mm ; 22.00x34.00 in)
- *
ANSI_C (432x559 mm ; 17.00x22.00 in)
- *
ANSI_B (279x432 mm ; 11.00x17.00 in)
- *
ANSI_A (216x279 mm ; 8.50x11.00 in)
- *
Traditional 'Loose' North American Paper Sizes
- *
LEDGER, USLEDGER (432x279 mm ; 17.00x11.00 in)
- *
TABLOID, USTABLOID, BIBLE, ORGANIZERK (279x432 mm ; 11.00x17.00 in)
- *
LETTER, USLETTER, ORGANIZERM (216x279 mm ; 8.50x11.00 in)
- *
LEGAL, USLEGAL (216x356 mm ; 8.50x14.00 in)
- *
GLETTER, GOVERNMENTLETTER (203x267 mm ; 8.00x10.50 in)
- *
JLEGAL, JUNIORLEGAL (203x127 mm ; 8.00x5.00 in)
- *
Other North American Paper Sizes
- *
QUADDEMY (889x1143 mm ; 35.00x45.00 in)
- *
SUPER_B (330x483 mm ; 13.00x19.00 in)
- *
QUARTO (229x279 mm ; 9.00x11.00 in)
- *
FOLIO, GOVERNMENTLEGAL (216x330 mm ; 8.50x13.00 in)
- *
EXECUTIVE, MONARCH (184x267 mm ; 7.25x10.50 in)
- *
MEMO, STATEMENT, ORGANIZERL (140x216 mm ; 5.50x8.50 in)
- *
FOOLSCAP (210x330 mm ; 8.27x13.00 in)
- *
COMPACT (108x171 mm ; 4.25x6.75 in)
- *
ORGANIZERJ (70x127 mm ; 2.75x5.00 in)
- *
Canadian standard CAN 2-9.60M
- *
P1 (560x860 mm ; 22.05x33.86 in)
- *
P2 (430x560 mm ; 16.93x22.05 in)
- *
P3 (280x430 mm ; 11.02x16.93 in)
- *
P4 (215x280 mm ; 8.46x11.02 in)
- *
P5 (140x215 mm ; 5.51x8.46 in)
- *
P6 (107x140 mm ; 4.21x5.51 in)
- *
North American Architectural Sizes
- *
ARCH_E (914x1219 mm ; 36.00x48.00 in)
- *
ARCH_E1 (762x1067 mm ; 30.00x42.00 in)
- *
ARCH_D (610x914 mm ; 24.00x36.00 in)
- *
ARCH_C, BROADSHEET (457x610 mm ; 18.00x24.00 in)
- *
ARCH_B (305x457 mm ; 12.00x18.00 in)
- *
ARCH_A (229x305 mm ; 9.00x12.00 in)
- *
Announcement Envelopes
- *
ANNENV_A2 (111x146 mm ; 4.37x5.75 in)
- *
ANNENV_A6 (121x165 mm ; 4.75x6.50 in)
- *
ANNENV_A7 (133x184 mm ; 5.25x7.25 in)
- *
ANNENV_A8 (140x206 mm ; 5.50x8.12 in)
- *
ANNENV_A10 (159x244 mm ; 6.25x9.62 in)
- *
ANNENV_SLIM (98x225 mm ; 3.87x8.87 in)
- *
Commercial Envelopes
- *
COMMENV_N6_1/4 (89x152 mm ; 3.50x6.00 in)
- *
COMMENV_N6_3/4 (92x165 mm ; 3.62x6.50 in)
- *
COMMENV_N8 (98x191 mm ; 3.87x7.50 in)
- *
COMMENV_N9 (98x225 mm ; 3.87x8.87 in)
- *
COMMENV_N10 (105x241 mm ; 4.12x9.50 in)
- *
COMMENV_N11 (114x263 mm ; 4.50x10.37 in)
- *
COMMENV_N12 (121x279 mm ; 4.75x11.00 in)
- *
COMMENV_N14 (127x292 mm ; 5.00x11.50 in)
- *
Catalogue Envelopes
- *
CATENV_N1 (152x229 mm ; 6.00x9.00 in)
- *
CATENV_N1_3/4 (165x241 mm ; 6.50x9.50 in)
- *
CATENV_N2 (165x254 mm ; 6.50x10.00 in)
- *
CATENV_N3 (178x254 mm ; 7.00x10.00 in)
- *
CATENV_N6 (191x267 mm ; 7.50x10.50 in)
- *
CATENV_N7 (203x279 mm ; 8.00x11.00 in)
- *
CATENV_N8 (210x286 mm ; 8.25x11.25 in)
- *
CATENV_N9_1/2 (216x267 mm ; 8.50x10.50 in)
- *
CATENV_N9_3/4 (222x286 mm ; 8.75x11.25 in)
- *
CATENV_N10_1/2 (229x305 mm ; 9.00x12.00 in)
- *
CATENV_N12_1/2 (241x318 mm ; 9.50x12.50 in)
- *
CATENV_N13_1/2 (254x330 mm ; 10.00x13.00 in)
- *
CATENV_N14_1/4 (286x311 mm ; 11.25x12.25 in)
- *
CATENV_N14_1/2 (292x368 mm ; 11.50x14.50 in)
- *
Japanese (JIS P 0138-61) Standard B-Series
- *
JIS_B0 (1030x1456 mm ; 40.55x57.32 in)
- *
JIS_B1 (728x1030 mm ; 28.66x40.55 in)
- *
JIS_B2 (515x728 mm ; 20.28x28.66 in)
- *
JIS_B3 (364x515 mm ; 14.33x20.28 in)
- *
JIS_B4 (257x364 mm ; 10.12x14.33 in)
- *
JIS_B5 (182x257 mm ; 7.17x10.12 in)
- *
JIS_B6 (128x182 mm ; 5.04x7.17 in)
- *
JIS_B7 (91x128 mm ; 3.58x5.04 in)
- *
JIS_B8 (64x91 mm ; 2.52x3.58 in)
- *
JIS_B9 (45x64 mm ; 1.77x2.52 in)
- *
JIS_B10 (32x45 mm ; 1.26x1.77 in)
- *
JIS_B11 (22x32 mm ; 0.87x1.26 in)
- *
JIS_B12 (16x22 mm ; 0.63x0.87 in)
- *
PA Series
- *
PA0 (840x1120 mm ; 33.07x44.09 in)
- *
PA1 (560x840 mm ; 22.05x33.07 in)
- *
PA2 (420x560 mm ; 16.54x22.05 in)
- *
PA3 (280x420 mm ; 11.02x16.54 in)
- *
PA4 (210x280 mm ; 8.27x11.02 in)
- *
PA5 (140x210 mm ; 5.51x8.27 in)
- *
PA6 (105x140 mm ; 4.13x5.51 in)
- *
PA7 (70x105 mm ; 2.76x4.13 in)
- *
PA8 (52x70 mm ; 2.05x2.76 in)
- *
PA9 (35x52 mm ; 1.38x2.05 in)
- *
PA10 (26x35 mm ; 1.02x1.38 in)
- *
Standard Photographic Print Sizes
- *
PASSPORT_PHOTO (35x45 mm ; 1.38x1.77 in)
- *
E (82x120 mm ; 3.25x4.72 in)
- *
3R, L (89x127 mm ; 3.50x5.00 in)
- *
4R, KG (102x152 mm ; 4.02x5.98 in)
- *
4D (120x152 mm ; 4.72x5.98 in)
- *
5R, 2L (127x178 mm ; 5.00x7.01 in)
- *
6R, 8P (152x203 mm ; 5.98x7.99 in)
- *
8R, 6P (203x254 mm ; 7.99x10.00 in)
- *
S8R, 6PW (203x305 mm ; 7.99x12.01 in)
- *
10R, 4P (254x305 mm ; 10.00x12.01 in)
- *
S10R, 4PW (254x381 mm ; 10.00x15.00 in)
- *
11R (279x356 mm ; 10.98x14.02 in)
- *
S11R (279x432 mm ; 10.98x17.01 in)
- *
12R (305x381 mm ; 12.01x15.00 in)
- *
S12R (305x456 mm ; 12.01x17.95 in)
- *
Common Newspaper Sizes
- *
NEWSPAPER_BROADSHEET (750x600 mm ; 29.53x23.62 in)
- *
NEWSPAPER_BERLINER (470x315 mm ; 18.50x12.40 in)
- *
NEWSPAPER_COMPACT, NEWSPAPER_TABLOID (430x280 mm ; 16.93x11.02 in)
- *
Business Cards
- *
CREDIT_CARD, BUSINESS_CARD, BUSINESS_CARD_ISO7810 (54x86 mm ; 2.13x3.37 in)
- *
BUSINESS_CARD_ISO216 (52x74 mm ; 2.05x2.91 in)
- *
BUSINESS_CARD_IT, BUSINESS_CARD_UK, BUSINESS_CARD_FR, BUSINESS_CARD_DE, BUSINESS_CARD_ES (55x85 mm ; 2.17x3.35 in)
- *
BUSINESS_CARD_US, BUSINESS_CARD_CA (51x89 mm ; 2.01x3.50 in)
- *
BUSINESS_CARD_JP (55x91 mm ; 2.17x3.58 in)
- *
BUSINESS_CARD_HK (54x90 mm ; 2.13x3.54 in)
- *
BUSINESS_CARD_AU, BUSINESS_CARD_DK, BUSINESS_CARD_SE (55x90 mm ; 2.17x3.54 in)
- *
BUSINESS_CARD_RU, BUSINESS_CARD_CZ, BUSINESS_CARD_FI, BUSINESS_CARD_HU, BUSINESS_CARD_IL (50x90 mm ; 1.97x3.54 in)
- *
Billboards
- *
4SHEET (1016x1524 mm ; 40.00x60.00 in)
- *
6SHEET (1200x1800 mm ; 47.24x70.87 in)
- *
12SHEET (3048x1524 mm ; 120.00x60.00 in)
- *
16SHEET (2032x3048 mm ; 80.00x120.00 in)
- *
32SHEET (4064x3048 mm ; 160.00x120.00 in)
- *
48SHEET (6096x3048 mm ; 240.00x120.00 in)
- *
64SHEET (8128x3048 mm ; 320.00x120.00 in)
- *
96SHEET (12192x3048 mm ; 480.00x120.00 in)
- *
Old Imperial English (some are still used in USA)
- *
EN_EMPEROR (1219x1829 mm ; 48.00x72.00 in)
- *
EN_ANTIQUARIAN (787x1346 mm ; 31.00x53.00 in)
- *
EN_GRAND_EAGLE (730x1067 mm ; 28.75x42.00 in)
- *
EN_DOUBLE_ELEPHANT (679x1016 mm ; 26.75x40.00 in)
- *
EN_ATLAS (660x864 mm ; 26.00x34.00 in)
- *
EN_COLOMBIER (597x876 mm ; 23.50x34.50 in)
- *
EN_ELEPHANT (584x711 mm ; 23.00x28.00 in)
- *
EN_DOUBLE_DEMY (572x902 mm ; 22.50x35.50 in)
- *
EN_IMPERIAL (559x762 mm ; 22.00x30.00 in)
- *
EN_PRINCESS (546x711 mm ; 21.50x28.00 in)
- *
EN_CARTRIDGE (533x660 mm ; 21.00x26.00 in)
- *
EN_DOUBLE_LARGE_POST (533x838 mm ; 21.00x33.00 in)
- *
EN_ROYAL (508x635 mm ; 20.00x25.00 in)
- *
EN_SHEET, EN_HALF_POST (495x597 mm ; 19.50x23.50 in)
- *
EN_SUPER_ROYAL (483x686 mm ; 19.00x27.00 in)
- *
EN_DOUBLE_POST (483x775 mm ; 19.00x30.50 in)
- *
EN_MEDIUM (445x584 mm ; 17.50x23.00 in)
- *
EN_DEMY (445x572 mm ; 17.50x22.50 in)
- *
EN_LARGE_POST (419x533 mm ; 16.50x21.00 in)
- *
EN_COPY_DRAUGHT (406x508 mm ; 16.00x20.00 in)
- *
EN_POST (394x489 mm ; 15.50x19.25 in)
- *
EN_CROWN (381x508 mm ; 15.00x20.00 in)
- *
EN_PINCHED_POST (375x470 mm ; 14.75x18.50 in)
- *
EN_BRIEF (343x406 mm ; 13.50x16.00 in)
- *
EN_FOOLSCAP (343x432 mm ; 13.50x17.00 in)
- *
EN_SMALL_FOOLSCAP (337x419 mm ; 13.25x16.50 in)
- *
EN_POTT (318x381 mm ; 12.50x15.00 in)
- *
Old Imperial Belgian
- *
BE_GRAND_AIGLE (700x1040 mm ; 27.56x40.94 in)
- *
BE_COLOMBIER (620x850 mm ; 24.41x33.46 in)
- *
BE_DOUBLE_CARRE (620x920 mm ; 24.41x36.22 in)
- *
BE_ELEPHANT (616x770 mm ; 24.25x30.31 in)
- *
BE_PETIT_AIGLE (600x840 mm ; 23.62x33.07 in)
- *
BE_GRAND_JESUS (550x730 mm ; 21.65x28.74 in)
- *
BE_JESUS (540x730 mm ; 21.26x28.74 in)
- *
BE_RAISIN (500x650 mm ; 19.69x25.59 in)
- *
BE_GRAND_MEDIAN (460x605 mm ; 18.11x23.82 in)
- *
BE_DOUBLE_POSTE (435x565 mm ; 17.13x22.24 in)
- *
BE_COQUILLE (430x560 mm ; 16.93x22.05 in)
- *
BE_PETIT_MEDIAN (415x530 mm ; 16.34x20.87 in)
- *
BE_RUCHE (360x460 mm ; 14.17x18.11 in)
- *
BE_PROPATRIA (345x430 mm ; 13.58x16.93 in)
- *
BE_LYS (317x397 mm ; 12.48x15.63 in)
- *
BE_POT (307x384 mm ; 12.09x15.12 in)
- *
BE_ROSETTE (270x347 mm ; 10.63x13.66 in)
- *
Old Imperial French
- *
FR_UNIVERS (1000x1300 mm ; 39.37x51.18 in)
- *
FR_DOUBLE_COLOMBIER (900x1260 mm ; 35.43x49.61 in)
- *
FR_GRANDE_MONDE (900x1260 mm ; 35.43x49.61 in)
- *
FR_DOUBLE_SOLEIL (800x1200 mm ; 31.50x47.24 in)
- *
FR_DOUBLE_JESUS (760x1120 mm ; 29.92x44.09 in)
- *
FR_GRAND_AIGLE (750x1060 mm ; 29.53x41.73 in)
- *
FR_PETIT_AIGLE (700x940 mm ; 27.56x37.01 in)
- *
FR_DOUBLE_RAISIN (650x1000 mm ; 25.59x39.37 in)
- *
FR_JOURNAL (650x940 mm ; 25.59x37.01 in)
- *
FR_COLOMBIER_AFFICHE (630x900 mm ; 24.80x35.43 in)
- *
FR_DOUBLE_CAVALIER (620x920 mm ; 24.41x36.22 in)
- *
FR_CLOCHE (600x800 mm ; 23.62x31.50 in)
- *
FR_SOLEIL (600x800 mm ; 23.62x31.50 in)
- *
FR_DOUBLE_CARRE (560x900 mm ; 22.05x35.43 in)
- *
FR_DOUBLE_COQUILLE (560x880 mm ; 22.05x34.65 in)
- *
FR_JESUS (560x760 mm ; 22.05x29.92 in)
- *
FR_RAISIN (500x650 mm ; 19.69x25.59 in)
- *
FR_CAVALIER (460x620 mm ; 18.11x24.41 in)
- *
FR_DOUBLE_COURONNE (460x720 mm ; 18.11x28.35 in)
- *
FR_CARRE (450x560 mm ; 17.72x22.05 in)
- *
FR_COQUILLE (440x560 mm ; 17.32x22.05 in)
- *
FR_DOUBLE_TELLIERE (440x680 mm ; 17.32x26.77 in)
- *
FR_DOUBLE_CLOCHE (400x600 mm ; 15.75x23.62 in)
- *
FR_DOUBLE_POT (400x620 mm ; 15.75x24.41 in)
- *
FR_ECU (400x520 mm ; 15.75x20.47 in)
- *
FR_COURONNE (360x460 mm ; 14.17x18.11 in)
- *
FR_TELLIERE (340x440 mm ; 13.39x17.32 in)
- *
FR_POT (310x400 mm ; 12.20x15.75 in)
- *
- * @return array containing page width and height in points
- * @public
- * @since 5.0.010 (2010-05-17)
- */
- public function getPageSizeFromFormat($format) {
- // Paper cordinates are calculated in this way: (inches * 72) where (1 inch = 25.4 mm)
- switch (strtoupper($format)) {
- // ISO 216 A Series + 2 SIS 014711 extensions
- case 'A0' : {$pf = array( 2383.937, 3370.394); break;}
- case 'A1' : {$pf = array( 1683.780, 2383.937); break;}
- case 'A2' : {$pf = array( 1190.551, 1683.780); break;}
- case 'A3' : {$pf = array( 841.890, 1190.551); break;}
- case 'A4' : {$pf = array( 595.276, 841.890); break;}
- case 'A5' : {$pf = array( 419.528, 595.276); break;}
- case 'A6' : {$pf = array( 297.638, 419.528); break;}
- case 'A7' : {$pf = array( 209.764, 297.638); break;}
- case 'A8' : {$pf = array( 147.402, 209.764); break;}
- case 'A9' : {$pf = array( 104.882, 147.402); break;}
- case 'A10': {$pf = array( 73.701, 104.882); break;}
- case 'A11': {$pf = array( 51.024, 73.701); break;}
- case 'A12': {$pf = array( 36.850, 51.024); break;}
- // ISO 216 B Series + 2 SIS 014711 extensions
- case 'B0' : {$pf = array( 2834.646, 4008.189); break;}
- case 'B1' : {$pf = array( 2004.094, 2834.646); break;}
- case 'B2' : {$pf = array( 1417.323, 2004.094); break;}
- case 'B3' : {$pf = array( 1000.630, 1417.323); break;}
- case 'B4' : {$pf = array( 708.661, 1000.630); break;}
- case 'B5' : {$pf = array( 498.898, 708.661); break;}
- case 'B6' : {$pf = array( 354.331, 498.898); break;}
- case 'B7' : {$pf = array( 249.449, 354.331); break;}
- case 'B8' : {$pf = array( 175.748, 249.449); break;}
- case 'B9' : {$pf = array( 124.724, 175.748); break;}
- case 'B10': {$pf = array( 87.874, 124.724); break;}
- case 'B11': {$pf = array( 62.362, 87.874); break;}
- case 'B12': {$pf = array( 42.520, 62.362); break;}
- // ISO 216 C Series + 2 SIS 014711 extensions + 2 EXTENSION
- case 'C0' : {$pf = array( 2599.370, 3676.535); break;}
- case 'C1' : {$pf = array( 1836.850, 2599.370); break;}
- case 'C2' : {$pf = array( 1298.268, 1836.850); break;}
- case 'C3' : {$pf = array( 918.425, 1298.268); break;}
- case 'C4' : {$pf = array( 649.134, 918.425); break;}
- case 'C5' : {$pf = array( 459.213, 649.134); break;}
- case 'C6' : {$pf = array( 323.150, 459.213); break;}
- case 'C7' : {$pf = array( 229.606, 323.150); break;}
- case 'C8' : {$pf = array( 161.575, 229.606); break;}
- case 'C9' : {$pf = array( 113.386, 161.575); break;}
- case 'C10': {$pf = array( 79.370, 113.386); break;}
- case 'C11': {$pf = array( 56.693, 79.370); break;}
- case 'C12': {$pf = array( 39.685, 56.693); break;}
- case 'C76': {$pf = array( 229.606, 459.213); break;}
- case 'DL' : {$pf = array( 311.811, 623.622); break;}
- // SIS 014711 E Series
- case 'E0' : {$pf = array( 2491.654, 3517.795); break;}
- case 'E1' : {$pf = array( 1757.480, 2491.654); break;}
- case 'E2' : {$pf = array( 1247.244, 1757.480); break;}
- case 'E3' : {$pf = array( 878.740, 1247.244); break;}
- case 'E4' : {$pf = array( 623.622, 878.740); break;}
- case 'E5' : {$pf = array( 439.370, 623.622); break;}
- case 'E6' : {$pf = array( 311.811, 439.370); break;}
- case 'E7' : {$pf = array( 221.102, 311.811); break;}
- case 'E8' : {$pf = array( 155.906, 221.102); break;}
- case 'E9' : {$pf = array( 110.551, 155.906); break;}
- case 'E10': {$pf = array( 76.535, 110.551); break;}
- case 'E11': {$pf = array( 53.858, 76.535); break;}
- case 'E12': {$pf = array( 36.850, 53.858); break;}
- // SIS 014711 G Series
- case 'G0' : {$pf = array( 2715.591, 3838.110); break;}
- case 'G1' : {$pf = array( 1919.055, 2715.591); break;}
- case 'G2' : {$pf = array( 1357.795, 1919.055); break;}
- case 'G3' : {$pf = array( 958.110, 1357.795); break;}
- case 'G4' : {$pf = array( 677.480, 958.110); break;}
- case 'G5' : {$pf = array( 479.055, 677.480); break;}
- case 'G6' : {$pf = array( 337.323, 479.055); break;}
- case 'G7' : {$pf = array( 238.110, 337.323); break;}
- case 'G8' : {$pf = array( 167.244, 238.110); break;}
- case 'G9' : {$pf = array( 119.055, 167.244); break;}
- case 'G10': {$pf = array( 82.205, 119.055); break;}
- case 'G11': {$pf = array( 59.528, 82.205); break;}
- case 'G12': {$pf = array( 39.685, 59.528); break;}
- // ISO Press
- case 'RA0': {$pf = array( 2437.795, 3458.268); break;}
- case 'RA1': {$pf = array( 1729.134, 2437.795); break;}
- case 'RA2': {$pf = array( 1218.898, 1729.134); break;}
- case 'RA3': {$pf = array( 864.567, 1218.898); break;}
- case 'RA4': {$pf = array( 609.449, 864.567); break;}
- case 'SRA0': {$pf = array( 2551.181, 3628.346); break;}
- case 'SRA1': {$pf = array( 1814.173, 2551.181); break;}
- case 'SRA2': {$pf = array( 1275.591, 1814.173); break;}
- case 'SRA3': {$pf = array( 907.087, 1275.591); break;}
- case 'SRA4': {$pf = array( 637.795, 907.087); break;}
- // German DIN 476
- case '4A0': {$pf = array( 4767.874, 6740.787); break;}
- case '2A0': {$pf = array( 3370.394, 4767.874); break;}
- // Variations on the ISO Standard
- case 'A2_EXTRA' : {$pf = array( 1261.417, 1754.646); break;}
- case 'A3+' : {$pf = array( 932.598, 1369.134); break;}
- case 'A3_EXTRA' : {$pf = array( 912.756, 1261.417); break;}
- case 'A3_SUPER' : {$pf = array( 864.567, 1440.000); break;}
- case 'SUPER_A3' : {$pf = array( 864.567, 1380.472); break;}
- case 'A4_EXTRA' : {$pf = array( 666.142, 912.756); break;}
- case 'A4_SUPER' : {$pf = array( 649.134, 912.756); break;}
- case 'SUPER_A4' : {$pf = array( 643.465, 1009.134); break;}
- case 'A4_LONG' : {$pf = array( 595.276, 986.457); break;}
- case 'F4' : {$pf = array( 595.276, 935.433); break;}
- case 'SO_B5_EXTRA': {$pf = array( 572.598, 782.362); break;}
- case 'A5_EXTRA' : {$pf = array( 490.394, 666.142); break;}
- // ANSI Series
- case 'ANSI_E': {$pf = array( 2448.000, 3168.000); break;}
- case 'ANSI_D': {$pf = array( 1584.000, 2448.000); break;}
- case 'ANSI_C': {$pf = array( 1224.000, 1584.000); break;}
- case 'ANSI_B': {$pf = array( 792.000, 1224.000); break;}
- case 'ANSI_A': {$pf = array( 612.000, 792.000); break;}
- // Traditional 'Loose' North American Paper Sizes
- case 'USLEDGER':
- case 'LEDGER' : {$pf = array( 1224.000, 792.000); break;}
- case 'ORGANIZERK':
- case 'BIBLE':
- case 'USTABLOID':
- case 'TABLOID': {$pf = array( 792.000, 1224.000); break;}
- case 'ORGANIZERM':
- case 'USLETTER':
- case 'LETTER' : {$pf = array( 612.000, 792.000); break;}
- case 'USLEGAL':
- case 'LEGAL' : {$pf = array( 612.000, 1008.000); break;}
- case 'GOVERNMENTLETTER':
- case 'GLETTER': {$pf = array( 576.000, 756.000); break;}
- case 'JUNIORLEGAL':
- case 'JLEGAL' : {$pf = array( 576.000, 360.000); break;}
- // Other North American Paper Sizes
- case 'QUADDEMY': {$pf = array( 2520.000, 3240.000); break;}
- case 'SUPER_B': {$pf = array( 936.000, 1368.000); break;}
- case 'QUARTO': {$pf = array( 648.000, 792.000); break;}
- case 'GOVERNMENTLEGAL':
- case 'FOLIO': {$pf = array( 612.000, 936.000); break;}
- case 'MONARCH':
- case 'EXECUTIVE': {$pf = array( 522.000, 756.000); break;}
- case 'ORGANIZERL':
- case 'STATEMENT':
- case 'MEMO': {$pf = array( 396.000, 612.000); break;}
- case 'FOOLSCAP': {$pf = array( 595.440, 936.000); break;}
- case 'COMPACT': {$pf = array( 306.000, 486.000); break;}
- case 'ORGANIZERJ': {$pf = array( 198.000, 360.000); break;}
- // Canadian standard CAN 2-9.60M
- case 'P1': {$pf = array( 1587.402, 2437.795); break;}
- case 'P2': {$pf = array( 1218.898, 1587.402); break;}
- case 'P3': {$pf = array( 793.701, 1218.898); break;}
- case 'P4': {$pf = array( 609.449, 793.701); break;}
- case 'P5': {$pf = array( 396.850, 609.449); break;}
- case 'P6': {$pf = array( 303.307, 396.850); break;}
- // North American Architectural Sizes
- case 'ARCH_E' : {$pf = array( 2592.000, 3456.000); break;}
- case 'ARCH_E1': {$pf = array( 2160.000, 3024.000); break;}
- case 'ARCH_D' : {$pf = array( 1728.000, 2592.000); break;}
- case 'BROADSHEET':
- case 'ARCH_C' : {$pf = array( 1296.000, 1728.000); break;}
- case 'ARCH_B' : {$pf = array( 864.000, 1296.000); break;}
- case 'ARCH_A' : {$pf = array( 648.000, 864.000); break;}
- // --- North American Envelope Sizes ---
- // - Announcement Envelopes
- case 'ANNENV_A2' : {$pf = array( 314.640, 414.000); break;}
- case 'ANNENV_A6' : {$pf = array( 342.000, 468.000); break;}
- case 'ANNENV_A7' : {$pf = array( 378.000, 522.000); break;}
- case 'ANNENV_A8' : {$pf = array( 396.000, 584.640); break;}
- case 'ANNENV_A10' : {$pf = array( 450.000, 692.640); break;}
- case 'ANNENV_SLIM': {$pf = array( 278.640, 638.640); break;}
- // - Commercial Envelopes
- case 'COMMENV_N6_1/4': {$pf = array( 252.000, 432.000); break;}
- case 'COMMENV_N6_3/4': {$pf = array( 260.640, 468.000); break;}
- case 'COMMENV_N8' : {$pf = array( 278.640, 540.000); break;}
- case 'COMMENV_N9' : {$pf = array( 278.640, 638.640); break;}
- case 'COMMENV_N10' : {$pf = array( 296.640, 684.000); break;}
- case 'COMMENV_N11' : {$pf = array( 324.000, 746.640); break;}
- case 'COMMENV_N12' : {$pf = array( 342.000, 792.000); break;}
- case 'COMMENV_N14' : {$pf = array( 360.000, 828.000); break;}
- // - Catalogue Envelopes
- case 'CATENV_N1' : {$pf = array( 432.000, 648.000); break;}
- case 'CATENV_N1_3/4' : {$pf = array( 468.000, 684.000); break;}
- case 'CATENV_N2' : {$pf = array( 468.000, 720.000); break;}
- case 'CATENV_N3' : {$pf = array( 504.000, 720.000); break;}
- case 'CATENV_N6' : {$pf = array( 540.000, 756.000); break;}
- case 'CATENV_N7' : {$pf = array( 576.000, 792.000); break;}
- case 'CATENV_N8' : {$pf = array( 594.000, 810.000); break;}
- case 'CATENV_N9_1/2' : {$pf = array( 612.000, 756.000); break;}
- case 'CATENV_N9_3/4' : {$pf = array( 630.000, 810.000); break;}
- case 'CATENV_N10_1/2': {$pf = array( 648.000, 864.000); break;}
- case 'CATENV_N12_1/2': {$pf = array( 684.000, 900.000); break;}
- case 'CATENV_N13_1/2': {$pf = array( 720.000, 936.000); break;}
- case 'CATENV_N14_1/4': {$pf = array( 810.000, 882.000); break;}
- case 'CATENV_N14_1/2': {$pf = array( 828.000, 1044.000); break;}
- // Japanese (JIS P 0138-61) Standard B-Series
- case 'JIS_B0' : {$pf = array( 2919.685, 4127.244); break;}
- case 'JIS_B1' : {$pf = array( 2063.622, 2919.685); break;}
- case 'JIS_B2' : {$pf = array( 1459.843, 2063.622); break;}
- case 'JIS_B3' : {$pf = array( 1031.811, 1459.843); break;}
- case 'JIS_B4' : {$pf = array( 728.504, 1031.811); break;}
- case 'JIS_B5' : {$pf = array( 515.906, 728.504); break;}
- case 'JIS_B6' : {$pf = array( 362.835, 515.906); break;}
- case 'JIS_B7' : {$pf = array( 257.953, 362.835); break;}
- case 'JIS_B8' : {$pf = array( 181.417, 257.953); break;}
- case 'JIS_B9' : {$pf = array( 127.559, 181.417); break;}
- case 'JIS_B10': {$pf = array( 90.709, 127.559); break;}
- case 'JIS_B11': {$pf = array( 62.362, 90.709); break;}
- case 'JIS_B12': {$pf = array( 45.354, 62.362); break;}
- // PA Series
- case 'PA0' : {$pf = array( 2381.102, 3174.803,); break;}
- case 'PA1' : {$pf = array( 1587.402, 2381.102); break;}
- case 'PA2' : {$pf = array( 1190.551, 1587.402); break;}
- case 'PA3' : {$pf = array( 793.701, 1190.551); break;}
- case 'PA4' : {$pf = array( 595.276, 793.701); break;}
- case 'PA5' : {$pf = array( 396.850, 595.276); break;}
- case 'PA6' : {$pf = array( 297.638, 396.850); break;}
- case 'PA7' : {$pf = array( 198.425, 297.638); break;}
- case 'PA8' : {$pf = array( 147.402, 198.425); break;}
- case 'PA9' : {$pf = array( 99.213, 147.402); break;}
- case 'PA10': {$pf = array( 73.701, 99.213); break;}
- // Standard Photographic Print Sizes
- case 'PASSPORT_PHOTO': {$pf = array( 99.213, 127.559); break;}
- case 'E' : {$pf = array( 233.858, 340.157); break;}
- case 'L':
- case '3R' : {$pf = array( 252.283, 360.000); break;}
- case 'KG':
- case '4R' : {$pf = array( 289.134, 430.866); break;}
- case '4D' : {$pf = array( 340.157, 430.866); break;}
- case '2L':
- case '5R' : {$pf = array( 360.000, 504.567); break;}
- case '8P':
- case '6R' : {$pf = array( 430.866, 575.433); break;}
- case '6P':
- case '8R' : {$pf = array( 575.433, 720.000); break;}
- case '6PW':
- case 'S8R' : {$pf = array( 575.433, 864.567); break;}
- case '4P':
- case '10R' : {$pf = array( 720.000, 864.567); break;}
- case '4PW':
- case 'S10R': {$pf = array( 720.000, 1080.000); break;}
- case '11R' : {$pf = array( 790.866, 1009.134); break;}
- case 'S11R': {$pf = array( 790.866, 1224.567); break;}
- case '12R' : {$pf = array( 864.567, 1080.000); break;}
- case 'S12R': {$pf = array( 864.567, 1292.598); break;}
- // Common Newspaper Sizes
- case 'NEWSPAPER_BROADSHEET': {$pf = array( 2125.984, 1700.787); break;}
- case 'NEWSPAPER_BERLINER' : {$pf = array( 1332.283, 892.913); break;}
- case 'NEWSPAPER_TABLOID':
- case 'NEWSPAPER_COMPACT' : {$pf = array( 1218.898, 793.701); break;}
- // Business Cards
- case 'CREDIT_CARD':
- case 'BUSINESS_CARD':
- case 'BUSINESS_CARD_ISO7810': {$pf = array( 153.014, 242.646); break;}
- case 'BUSINESS_CARD_ISO216' : {$pf = array( 147.402, 209.764); break;}
- case 'BUSINESS_CARD_IT':
- case 'BUSINESS_CARD_UK':
- case 'BUSINESS_CARD_FR':
- case 'BUSINESS_CARD_DE':
- case 'BUSINESS_CARD_ES' : {$pf = array( 155.906, 240.945); break;}
- case 'BUSINESS_CARD_CA':
- case 'BUSINESS_CARD_US' : {$pf = array( 144.567, 252.283); break;}
- case 'BUSINESS_CARD_JP' : {$pf = array( 155.906, 257.953); break;}
- case 'BUSINESS_CARD_HK' : {$pf = array( 153.071, 255.118); break;}
- case 'BUSINESS_CARD_AU':
- case 'BUSINESS_CARD_DK':
- case 'BUSINESS_CARD_SE' : {$pf = array( 155.906, 255.118); break;}
- case 'BUSINESS_CARD_RU':
- case 'BUSINESS_CARD_CZ':
- case 'BUSINESS_CARD_FI':
- case 'BUSINESS_CARD_HU':
- case 'BUSINESS_CARD_IL' : {$pf = array( 141.732, 255.118); break;}
- // Billboards
- case '4SHEET' : {$pf = array( 2880.000, 4320.000); break;}
- case '6SHEET' : {$pf = array( 3401.575, 5102.362); break;}
- case '12SHEET': {$pf = array( 8640.000, 4320.000); break;}
- case '16SHEET': {$pf = array( 5760.000, 8640.000); break;}
- case '32SHEET': {$pf = array(11520.000, 8640.000); break;}
- case '48SHEET': {$pf = array(17280.000, 8640.000); break;}
- case '64SHEET': {$pf = array(23040.000, 8640.000); break;}
- case '96SHEET': {$pf = array(34560.000, 8640.000); break;}
- // Old European Sizes
- // - Old Imperial English Sizes
- case 'EN_EMPEROR' : {$pf = array( 3456.000, 5184.000); break;}
- case 'EN_ANTIQUARIAN' : {$pf = array( 2232.000, 3816.000); break;}
- case 'EN_GRAND_EAGLE' : {$pf = array( 2070.000, 3024.000); break;}
- case 'EN_DOUBLE_ELEPHANT' : {$pf = array( 1926.000, 2880.000); break;}
- case 'EN_ATLAS' : {$pf = array( 1872.000, 2448.000); break;}
- case 'EN_COLOMBIER' : {$pf = array( 1692.000, 2484.000); break;}
- case 'EN_ELEPHANT' : {$pf = array( 1656.000, 2016.000); break;}
- case 'EN_DOUBLE_DEMY' : {$pf = array( 1620.000, 2556.000); break;}
- case 'EN_IMPERIAL' : {$pf = array( 1584.000, 2160.000); break;}
- case 'EN_PRINCESS' : {$pf = array( 1548.000, 2016.000); break;}
- case 'EN_CARTRIDGE' : {$pf = array( 1512.000, 1872.000); break;}
- case 'EN_DOUBLE_LARGE_POST': {$pf = array( 1512.000, 2376.000); break;}
- case 'EN_ROYAL' : {$pf = array( 1440.000, 1800.000); break;}
- case 'EN_SHEET':
- case 'EN_HALF_POST' : {$pf = array( 1404.000, 1692.000); break;}
- case 'EN_SUPER_ROYAL' : {$pf = array( 1368.000, 1944.000); break;}
- case 'EN_DOUBLE_POST' : {$pf = array( 1368.000, 2196.000); break;}
- case 'EN_MEDIUM' : {$pf = array( 1260.000, 1656.000); break;}
- case 'EN_DEMY' : {$pf = array( 1260.000, 1620.000); break;}
- case 'EN_LARGE_POST' : {$pf = array( 1188.000, 1512.000); break;}
- case 'EN_COPY_DRAUGHT' : {$pf = array( 1152.000, 1440.000); break;}
- case 'EN_POST' : {$pf = array( 1116.000, 1386.000); break;}
- case 'EN_CROWN' : {$pf = array( 1080.000, 1440.000); break;}
- case 'EN_PINCHED_POST' : {$pf = array( 1062.000, 1332.000); break;}
- case 'EN_BRIEF' : {$pf = array( 972.000, 1152.000); break;}
- case 'EN_FOOLSCAP' : {$pf = array( 972.000, 1224.000); break;}
- case 'EN_SMALL_FOOLSCAP' : {$pf = array( 954.000, 1188.000); break;}
- case 'EN_POTT' : {$pf = array( 900.000, 1080.000); break;}
- // - Old Imperial Belgian Sizes
- case 'BE_GRAND_AIGLE' : {$pf = array( 1984.252, 2948.031); break;}
- case 'BE_COLOMBIER' : {$pf = array( 1757.480, 2409.449); break;}
- case 'BE_DOUBLE_CARRE': {$pf = array( 1757.480, 2607.874); break;}
- case 'BE_ELEPHANT' : {$pf = array( 1746.142, 2182.677); break;}
- case 'BE_PETIT_AIGLE' : {$pf = array( 1700.787, 2381.102); break;}
- case 'BE_GRAND_JESUS' : {$pf = array( 1559.055, 2069.291); break;}
- case 'BE_JESUS' : {$pf = array( 1530.709, 2069.291); break;}
- case 'BE_RAISIN' : {$pf = array( 1417.323, 1842.520); break;}
- case 'BE_GRAND_MEDIAN': {$pf = array( 1303.937, 1714.961); break;}
- case 'BE_DOUBLE_POSTE': {$pf = array( 1233.071, 1601.575); break;}
- case 'BE_COQUILLE' : {$pf = array( 1218.898, 1587.402); break;}
- case 'BE_PETIT_MEDIAN': {$pf = array( 1176.378, 1502.362); break;}
- case 'BE_RUCHE' : {$pf = array( 1020.472, 1303.937); break;}
- case 'BE_PROPATRIA' : {$pf = array( 977.953, 1218.898); break;}
- case 'BE_LYS' : {$pf = array( 898.583, 1125.354); break;}
- case 'BE_POT' : {$pf = array( 870.236, 1088.504); break;}
- case 'BE_ROSETTE' : {$pf = array( 765.354, 983.622); break;}
- // - Old Imperial French Sizes
- case 'FR_UNIVERS' : {$pf = array( 2834.646, 3685.039); break;}
- case 'FR_DOUBLE_COLOMBIER' : {$pf = array( 2551.181, 3571.654); break;}
- case 'FR_GRANDE_MONDE' : {$pf = array( 2551.181, 3571.654); break;}
- case 'FR_DOUBLE_SOLEIL' : {$pf = array( 2267.717, 3401.575); break;}
- case 'FR_DOUBLE_JESUS' : {$pf = array( 2154.331, 3174.803); break;}
- case 'FR_GRAND_AIGLE' : {$pf = array( 2125.984, 3004.724); break;}
- case 'FR_PETIT_AIGLE' : {$pf = array( 1984.252, 2664.567); break;}
- case 'FR_DOUBLE_RAISIN' : {$pf = array( 1842.520, 2834.646); break;}
- case 'FR_JOURNAL' : {$pf = array( 1842.520, 2664.567); break;}
- case 'FR_COLOMBIER_AFFICHE': {$pf = array( 1785.827, 2551.181); break;}
- case 'FR_DOUBLE_CAVALIER' : {$pf = array( 1757.480, 2607.874); break;}
- case 'FR_CLOCHE' : {$pf = array( 1700.787, 2267.717); break;}
- case 'FR_SOLEIL' : {$pf = array( 1700.787, 2267.717); break;}
- case 'FR_DOUBLE_CARRE' : {$pf = array( 1587.402, 2551.181); break;}
- case 'FR_DOUBLE_COQUILLE' : {$pf = array( 1587.402, 2494.488); break;}
- case 'FR_JESUS' : {$pf = array( 1587.402, 2154.331); break;}
- case 'FR_RAISIN' : {$pf = array( 1417.323, 1842.520); break;}
- case 'FR_CAVALIER' : {$pf = array( 1303.937, 1757.480); break;}
- case 'FR_DOUBLE_COURONNE' : {$pf = array( 1303.937, 2040.945); break;}
- case 'FR_CARRE' : {$pf = array( 1275.591, 1587.402); break;}
- case 'FR_COQUILLE' : {$pf = array( 1247.244, 1587.402); break;}
- case 'FR_DOUBLE_TELLIERE' : {$pf = array( 1247.244, 1927.559); break;}
- case 'FR_DOUBLE_CLOCHE' : {$pf = array( 1133.858, 1700.787); break;}
- case 'FR_DOUBLE_POT' : {$pf = array( 1133.858, 1757.480); break;}
- case 'FR_ECU' : {$pf = array( 1133.858, 1474.016); break;}
- case 'FR_COURONNE' : {$pf = array( 1020.472, 1303.937); break;}
- case 'FR_TELLIERE' : {$pf = array( 963.780, 1247.244); break;}
- case 'FR_POT' : {$pf = array( 878.740, 1133.858); break;}
- // DEFAULT ISO A4
- default: {$pf = array( 595.276, 841.890); break;}
- }
- return $pf;
- }
-
- /**
- * Change the format of the current page
- * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() documentation or an array of two numners (width, height) or an array containing the following measures and options:
- *
['format'] = page format name (one of the above);
- *
['Rotate'] : The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
- *
['PZ'] : The page's preferred zoom (magnification) factor.
- *
['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed:
- *
['MediaBox']['llx'] : lower-left x coordinate in points
- *
['MediaBox']['lly'] : lower-left y coordinate in points
- *
['MediaBox']['urx'] : upper-right x coordinate in points
- *
['MediaBox']['ury'] : upper-right y coordinate in points
- *
['CropBox'] : the visible region of default user space:
- *
['CropBox']['llx'] : lower-left x coordinate in points
- *
['CropBox']['lly'] : lower-left y coordinate in points
- *
['CropBox']['urx'] : upper-right x coordinate in points
- *
['CropBox']['ury'] : upper-right y coordinate in points
- *
['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment:
- *
['BleedBox']['llx'] : lower-left x coordinate in points
- *
['BleedBox']['lly'] : lower-left y coordinate in points
- *
['BleedBox']['urx'] : upper-right x coordinate in points
- *
['BleedBox']['ury'] : upper-right y coordinate in points
- *
['TrimBox'] : the intended dimensions of the finished page after trimming:
- *
['TrimBox']['llx'] : lower-left x coordinate in points
- *
['TrimBox']['lly'] : lower-left y coordinate in points
- *
['TrimBox']['urx'] : upper-right x coordinate in points
- *
['TrimBox']['ury'] : upper-right y coordinate in points
- *
['ArtBox'] : the extent of the page's meaningful content:
- *
['ArtBox']['llx'] : lower-left x coordinate in points
- *
['ArtBox']['lly'] : lower-left y coordinate in points
- *
['ArtBox']['urx'] : upper-right x coordinate in points
- *
['ArtBox']['ury'] : upper-right y coordinate in points
- *
['BoxColorInfo'] :specify the colours and other visual characteristics that should be used in displaying guidelines on the screen for each of the possible page boundaries other than the MediaBox:
- *
['BoxColorInfo'][BOXTYPE]['C'] : an array of three numbers in the range 0-255, representing the components in the DeviceRGB colour space.
- *
['BoxColorInfo'][BOXTYPE]['W'] : the guideline width in default user units
- *
['BoxColorInfo'][BOXTYPE]['S'] : the guideline style: S = Solid; D = Dashed
- *
['BoxColorInfo'][BOXTYPE]['D'] : dash array defining a pattern of dashes and gaps to be used in drawing dashed guidelines
- *
['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
- *
['trans']['Dur'] : The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
['trans']['D'] : The duration of the transition effect, in seconds.
- *
['trans']['Dm'] : (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
- *
['trans']['M'] : (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
- *
['trans']['Di'] : (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
- *
['trans']['SS'] : (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
- *
['trans']['B'] : (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
- *
- * @param $orientation (string) page orientation. Possible values are (case insensitive):
- *
P or Portrait (default)
- *
L or Landscape
- *
'' (empty string) for automatic orientation
- *
- * @protected
- * @since 3.0.015 (2008-06-06)
- * @see getPageSizeFromFormat()
- */
- protected function setPageFormat($format, $orientation='P') {
- if (!empty($format) AND isset($this->pagedim[$this->page])) {
- // remove inherited values
- unset($this->pagedim[$this->page]);
- }
- if (is_string($format)) {
- // get page measures from format name
- $pf = $this->getPageSizeFromFormat($format);
- $this->fwPt = $pf[0];
- $this->fhPt = $pf[1];
- } else {
- // the boundaries of the physical medium on which the page shall be displayed or printed
- if (isset($format['MediaBox'])) {
- $this->setPageBoxes($this->page, 'MediaBox', $format['MediaBox']['llx'], $format['MediaBox']['lly'], $format['MediaBox']['urx'], $format['MediaBox']['ury'], false);
- $this->fwPt = (($format['MediaBox']['urx'] - $format['MediaBox']['llx']) * $this->k);
- $this->fhPt = (($format['MediaBox']['ury'] - $format['MediaBox']['lly']) * $this->k);
- } else {
- if (isset($format[0]) AND is_numeric($format[0]) AND isset($format[1]) AND is_numeric($format[1])) {
- $pf = array(($format[0] * $this->k), ($format[1] * $this->k));
- } else {
- if (!isset($format['format'])) {
- // default value
- $format['format'] = 'A4';
- }
- $pf = $this->getPageSizeFromFormat($format['format']);
- }
- $this->fwPt = $pf[0];
- $this->fhPt = $pf[1];
- $this->setPageBoxes($this->page, 'MediaBox', 0, 0, $this->fwPt, $this->fhPt, true);
- }
- // the visible region of default user space
- if (isset($format['CropBox'])) {
- $this->setPageBoxes($this->page, 'CropBox', $format['CropBox']['llx'], $format['CropBox']['lly'], $format['CropBox']['urx'], $format['CropBox']['ury'], false);
- }
- // the region to which the contents of the page shall be clipped when output in a production environment
- if (isset($format['BleedBox'])) {
- $this->setPageBoxes($this->page, 'BleedBox', $format['BleedBox']['llx'], $format['BleedBox']['lly'], $format['BleedBox']['urx'], $format['BleedBox']['ury'], false);
- }
- // the intended dimensions of the finished page after trimming
- if (isset($format['TrimBox'])) {
- $this->setPageBoxes($this->page, 'TrimBox', $format['TrimBox']['llx'], $format['TrimBox']['lly'], $format['TrimBox']['urx'], $format['TrimBox']['ury'], false);
- }
- // the page's meaningful content (including potential white space)
- if (isset($format['ArtBox'])) {
- $this->setPageBoxes($this->page, 'ArtBox', $format['ArtBox']['llx'], $format['ArtBox']['lly'], $format['ArtBox']['urx'], $format['ArtBox']['ury'], false);
- }
- // specify the colours and other visual characteristics that should be used in displaying guidelines on the screen for the various page boundaries
- if (isset($format['BoxColorInfo'])) {
- $this->pagedim[$this->page]['BoxColorInfo'] = $format['BoxColorInfo'];
- }
- if (isset($format['Rotate']) AND (($format['Rotate'] % 90) == 0)) {
- // The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
- $this->pagedim[$this->page]['Rotate'] = intval($format['Rotate']);
- }
- if (isset($format['PZ'])) {
- // The page's preferred zoom (magnification) factor
- $this->pagedim[$this->page]['PZ'] = floatval($format['PZ']);
- }
- if (isset($format['trans'])) {
- // The style and duration of the visual transition to use when moving from another page to the given page during a presentation
- if (isset($format['trans']['Dur'])) {
- // The page's display duration
- $this->pagedim[$this->page]['trans']['Dur'] = floatval($format['trans']['Dur']);
- }
- $stansition_styles = array('Split', 'Blinds', 'Box', 'Wipe', 'Dissolve', 'Glitter', 'R', 'Fly', 'Push', 'Cover', 'Uncover', 'Fade');
- if (isset($format['trans']['S']) AND in_array($format['trans']['S'], $stansition_styles)) {
- // The transition style that shall be used when moving to this page from another during a presentation
- $this->pagedim[$this->page]['trans']['S'] = $format['trans']['S'];
- $valid_effect = array('Split', 'Blinds');
- $valid_vals = array('H', 'V');
- if (isset($format['trans']['Dm']) AND in_array($format['trans']['S'], $valid_effect) AND in_array($format['trans']['Dm'], $valid_vals)) {
- $this->pagedim[$this->page]['trans']['Dm'] = $format['trans']['Dm'];
- }
- $valid_effect = array('Split', 'Box', 'Fly');
- $valid_vals = array('I', 'O');
- if (isset($format['trans']['M']) AND in_array($format['trans']['S'], $valid_effect) AND in_array($format['trans']['M'], $valid_vals)) {
- $this->pagedim[$this->page]['trans']['M'] = $format['trans']['M'];
- }
- $valid_effect = array('Wipe', 'Glitter', 'Fly', 'Cover', 'Uncover', 'Push');
- if (isset($format['trans']['Di']) AND in_array($format['trans']['S'], $valid_effect)) {
- if (((($format['trans']['Di'] == 90) OR ($format['trans']['Di'] == 180)) AND ($format['trans']['S'] == 'Wipe'))
- OR (($format['trans']['Di'] == 315) AND ($format['trans']['S'] == 'Glitter'))
- OR (($format['trans']['Di'] == 0) OR ($format['trans']['Di'] == 270))) {
- $this->pagedim[$this->page]['trans']['Di'] = intval($format['trans']['Di']);
- }
- }
- if (isset($format['trans']['SS']) AND ($format['trans']['S'] == 'Fly')) {
- $this->pagedim[$this->page]['trans']['SS'] = floatval($format['trans']['SS']);
- }
- if (isset($format['trans']['B']) AND ($format['trans']['B'] === true) AND ($format['trans']['S'] == 'Fly')) {
- $this->pagedim[$this->page]['trans']['B'] = 'true';
- }
- } else {
- $this->pagedim[$this->page]['trans']['S'] = 'R';
- }
- if (isset($format['trans']['D'])) {
- // The duration of the transition effect, in seconds
- $this->pagedim[$this->page]['trans']['D'] = floatval($format['trans']['D']);
- } else {
- $this->pagedim[$this->page]['trans']['D'] = 1;
- }
- }
- }
- $this->setPageOrientation($orientation);
- }
-
- /**
- * Set page boundaries.
- * @param $page (int) page number
- * @param $type (string) valid values are:
'MediaBox' : the boundaries of the physical medium on which the page shall be displayed or printed;
'CropBox' : the visible region of default user space;
'BleedBox' : the region to which the contents of the page shall be clipped when output in a production environment;
'TrimBox' : the intended dimensions of the finished page after trimming;
'ArtBox' : the page's meaningful content (including potential white space).
- * @param $llx (float) lower-left x coordinate in user units
- * @param $lly (float) lower-left y coordinate in user units
- * @param $urx (float) upper-right x coordinate in user units
- * @param $ury (float) upper-right y coordinate in user units
- * @param $points (boolean) if true uses user units as unit of measure, otherwise uses PDF points
- * @public
- * @since 5.0.010 (2010-05-17)
- */
- public function setPageBoxes($page, $type, $llx, $lly, $urx, $ury, $points=false) {
- if (!isset($this->pagedim[$page])) {
- // initialize array
- $this->pagedim[$page] = array();
- }
- $pageboxes = array('MediaBox', 'CropBox', 'BleedBox', 'TrimBox', 'ArtBox');
- if (!in_array($type, $pageboxes)) {
- return;
- }
- if ($points) {
- $k = 1;
- } else {
- $k = $this->k;
- }
- $this->pagedim[$page][$type]['llx'] = ($llx * $k);
- $this->pagedim[$page][$type]['lly'] = ($lly * $k);
- $this->pagedim[$page][$type]['urx'] = ($urx * $k);
- $this->pagedim[$page][$type]['ury'] = ($ury * $k);
- }
-
- /**
- * Swap X and Y coordinates of page boxes (change page boxes orientation).
- * @param $page (int) page number
- * @protected
- * @since 5.0.010 (2010-05-17)
- */
- protected function swapPageBoxCoordinates($page) {
- $pageboxes = array('MediaBox', 'CropBox', 'BleedBox', 'TrimBox', 'ArtBox');
- foreach ($pageboxes as $type) {
- // swap X and Y coordinates
- if (isset($this->pagedim[$page][$type])) {
- $tmp = $this->pagedim[$page][$type]['llx'];
- $this->pagedim[$page][$type]['llx'] = $this->pagedim[$page][$type]['lly'];
- $this->pagedim[$page][$type]['lly'] = $tmp;
- $tmp = $this->pagedim[$page][$type]['urx'];
- $this->pagedim[$page][$type]['urx'] = $this->pagedim[$page][$type]['ury'];
- $this->pagedim[$page][$type]['ury'] = $tmp;
- }
- }
- }
-
- /**
- * Set page orientation.
- * @param $orientation (string) page orientation. Possible values are (case insensitive):
P or Portrait (default)
L or Landscape
'' (empty string) for automatic orientation
- * @param $autopagebreak (boolean) Boolean indicating if auto-page-break mode should be on or off.
- * @param $bottommargin (float) bottom margin of the page.
- * @public
- * @since 3.0.015 (2008-06-06)
- */
- public function setPageOrientation($orientation, $autopagebreak='', $bottommargin='') {
- if (!isset($this->pagedim[$this->page]['MediaBox'])) {
- // the boundaries of the physical medium on which the page shall be displayed or printed
- $this->setPageBoxes($this->page, 'MediaBox', 0, 0, $this->fwPt, $this->fhPt, true);
- }
- if (!isset($this->pagedim[$this->page]['CropBox'])) {
- // the visible region of default user space
- $this->setPageBoxes($this->page, 'CropBox', $this->pagedim[$this->page]['MediaBox']['llx'], $this->pagedim[$this->page]['MediaBox']['lly'], $this->pagedim[$this->page]['MediaBox']['urx'], $this->pagedim[$this->page]['MediaBox']['ury'], true);
- }
- if (!isset($this->pagedim[$this->page]['BleedBox'])) {
- // the region to which the contents of the page shall be clipped when output in a production environment
- $this->setPageBoxes($this->page, 'BleedBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true);
- }
- if (!isset($this->pagedim[$this->page]['TrimBox'])) {
- // the intended dimensions of the finished page after trimming
- $this->setPageBoxes($this->page, 'TrimBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true);
- }
- if (!isset($this->pagedim[$this->page]['ArtBox'])) {
- // the page's meaningful content (including potential white space)
- $this->setPageBoxes($this->page, 'ArtBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true);
- }
- if (!isset($this->pagedim[$this->page]['Rotate'])) {
- // The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
- $this->pagedim[$this->page]['Rotate'] = 0;
- }
- if (!isset($this->pagedim[$this->page]['PZ'])) {
- // The page's preferred zoom (magnification) factor
- $this->pagedim[$this->page]['PZ'] = 1;
- }
- if ($this->fwPt > $this->fhPt) {
- // landscape
- $default_orientation = 'L';
- } else {
- // portrait
- $default_orientation = 'P';
- }
- $valid_orientations = array('P', 'L');
- if (empty($orientation)) {
- $orientation = $default_orientation;
- } else {
- $orientation = strtoupper($orientation{0});
- }
- if (in_array($orientation, $valid_orientations) AND ($orientation != $default_orientation)) {
- $this->CurOrientation = $orientation;
- $this->wPt = $this->fhPt;
- $this->hPt = $this->fwPt;
- } else {
- $this->CurOrientation = $default_orientation;
- $this->wPt = $this->fwPt;
- $this->hPt = $this->fhPt;
- }
- if ((abs($this->pagedim[$this->page]['MediaBox']['urx'] - $this->hPt) < $this->feps) AND (abs($this->pagedim[$this->page]['MediaBox']['ury'] - $this->wPt) < $this->feps)){
- // swap X and Y coordinates (change page orientation)
- $this->swapPageBoxCoordinates($this->page);
- }
- $this->w = $this->wPt / $this->k;
- $this->h = $this->hPt / $this->k;
- if ($this->empty_string($autopagebreak)) {
- if (isset($this->AutoPageBreak)) {
- $autopagebreak = $this->AutoPageBreak;
- } else {
- $autopagebreak = true;
- }
- }
- if ($this->empty_string($bottommargin)) {
- if (isset($this->bMargin)) {
- $bottommargin = $this->bMargin;
- } else {
- // default value = 2 cm
- $bottommargin = 2 * 28.35 / $this->k;
- }
- }
- $this->SetAutoPageBreak($autopagebreak, $bottommargin);
- // store page dimensions
- $this->pagedim[$this->page]['w'] = $this->wPt;
- $this->pagedim[$this->page]['h'] = $this->hPt;
- $this->pagedim[$this->page]['wk'] = $this->w;
- $this->pagedim[$this->page]['hk'] = $this->h;
- $this->pagedim[$this->page]['tm'] = $this->tMargin;
- $this->pagedim[$this->page]['bm'] = $bottommargin;
- $this->pagedim[$this->page]['lm'] = $this->lMargin;
- $this->pagedim[$this->page]['rm'] = $this->rMargin;
- $this->pagedim[$this->page]['pb'] = $autopagebreak;
- $this->pagedim[$this->page]['or'] = $this->CurOrientation;
- $this->pagedim[$this->page]['olm'] = $this->original_lMargin;
- $this->pagedim[$this->page]['orm'] = $this->original_rMargin;
- }
-
- /**
- * Set regular expression to detect withespaces or word separators.
- * The pattern delimiter must be the forward-slash character "/".
- * Some example patterns are:
- *
- * Non-Unicode or missing PCRE unicode support: "/[^\S\xa0]/"
- * Unicode and PCRE unicode support: "/[^\S\P{Z}\xa0]/u"
- * Unicode and PCRE unicode support in Chinese mode: "/[^\S\P{Z}\P{Lo}\xa0]/u"
- * if PCRE unicode support is turned ON ("\P" is the negate class of "\p"):
- * "\p{Z}" or "\p{Separator}": any kind of Unicode whitespace or invisible separator.
- * "\p{Lo}" or "\p{Other_Letter}": a Unicode letter or ideograph that does not have lowercase and uppercase variants.
- * "\p{Lo}" is needed for Chinese characters because are packed next to each other without spaces in between.
- *
- * @param $re (string) regular expression (leave empty for default).
- * @public
- * @since 4.6.016 (2009-06-15)
- */
- public function setSpacesRE($re='/[^\S\xa0]/') {
- $this->re_spaces = $re;
- $re_parts = explode('/', $re);
- // get pattern parts
- $this->re_space = array();
- if (isset($re_parts[1]) AND !empty($re_parts[1])) {
- $this->re_space['p'] = $re_parts[1];
- } else {
- $this->re_space['p'] = '[\s]';
- }
- // set pattern modifiers
- if (isset($re_parts[2]) AND !empty($re_parts[2])) {
- $this->re_space['m'] = $re_parts[2];
- } else {
- $this->re_space['m'] = '';
- }
- }
-
- /**
- * Enable or disable Right-To-Left language mode
- * @param $enable (Boolean) if true enable Right-To-Left language mode.
- * @param $resetx (Boolean) if true reset the X position on direction change.
- * @public
- * @since 2.0.000 (2008-01-03)
- */
- public function setRTL($enable, $resetx=true) {
- $enable = $enable ? true : false;
- $resetx = ($resetx AND ($enable != $this->rtl));
- $this->rtl = $enable;
- $this->tmprtl = false;
- if ($resetx) {
- $this->Ln(0);
- }
- }
-
- /**
- * Return the RTL status
- * @return boolean
- * @public
- * @since 4.0.012 (2008-07-24)
- */
- public function getRTL() {
- return $this->rtl;
- }
-
- /**
- * Force temporary RTL language direction
- * @param $mode (mixed) can be false, 'L' for LTR or 'R' for RTL
- * @public
- * @since 2.1.000 (2008-01-09)
- */
- public function setTempRTL($mode) {
- $newmode = false;
- switch (strtoupper($mode)) {
- case 'LTR':
- case 'L': {
- if ($this->rtl) {
- $newmode = 'L';
- }
- break;
- }
- case 'RTL':
- case 'R': {
- if (!$this->rtl) {
- $newmode = 'R';
- }
- break;
- }
- case false:
- default: {
- $newmode = false;
- break;
- }
- }
- $this->tmprtl = $newmode;
- }
-
- /**
- * Return the current temporary RTL status
- * @return boolean
- * @public
- * @since 4.8.014 (2009-11-04)
- */
- public function isRTLTextDir() {
- return ($this->rtl OR ($this->tmprtl == 'R'));
- }
-
- /**
- * Set the last cell height.
- * @param $h (float) cell height.
- * @author Nicola Asuni
- * @public
- * @since 1.53.0.TC034
- */
- public function setLastH($h) {
- $this->lasth = $h;
- }
-
- /**
- * Reset the last cell height.
- * @public
- * @since 5.9.000 (2010-10-03)
- */
- public function resetLastH() {
- $this->lasth = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B'];
- }
-
- /**
- * Get the last cell height.
- * @return last cell height
- * @public
- * @since 4.0.017 (2008-08-05)
- */
- public function getLastH() {
- return $this->lasth;
- }
-
- /**
- * Set the adjusting factor to convert pixels to user units.
- * @param $scale (float) adjusting factor to convert pixels to user units.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- */
- public function setImageScale($scale) {
- $this->imgscale = $scale;
- }
-
- /**
- * Returns the adjusting factor to convert pixels to user units.
- * @return float adjusting factor to convert pixels to user units.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- */
- public function getImageScale() {
- return $this->imgscale;
- }
-
- /**
- * Returns an array of page dimensions:
- *
$this->pagedim[$this->page]['w'] = page width in points
$this->pagedim[$this->page]['h'] = height in points
$this->pagedim[$this->page]['wk'] = page width in user units
$this->pagedim[$this->page]['hk'] = page height in user units
$this->pagedim[$this->page]['tm'] = top margin
$this->pagedim[$this->page]['bm'] = bottom margin
$this->pagedim[$this->page]['lm'] = left margin
$this->pagedim[$this->page]['rm'] = right margin
$this->pagedim[$this->page]['pb'] = auto page break
$this->pagedim[$this->page]['olm'] = original left margin
$this->pagedim[$this->page]['orm'] = original right margin
$this->pagedim[$this->page]['Rotate'] = The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
$this->pagedim[$this->page]['PZ'] = The page's preferred zoom (magnification) factor.
$this->pagedim[$this->page]['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
$this->pagedim[$this->page]['trans']['Dur'] = The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
$this->pagedim[$this->page]['trans']['D'] = The duration of the transition effect, in seconds.
$this->pagedim[$this->page]['trans']['Dm'] = (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
$this->pagedim[$this->page]['trans']['M'] = (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
$this->pagedim[$this->page]['trans']['Di'] = (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
$this->pagedim[$this->page]['trans']['SS'] = (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
$this->pagedim[$this->page]['trans']['B'] = (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
$this->pagedim[$this->page]['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed
$this->pagedim[$this->page]['MediaBox']['llx'] = lower-left x coordinate in points
$this->pagedim[$this->page]['MediaBox']['lly'] = lower-left y coordinate in points
$this->pagedim[$this->page]['MediaBox']['urx'] = upper-right x coordinate in points
$this->pagedim[$this->page]['MediaBox']['ury'] = upper-right y coordinate in points
$this->pagedim[$this->page]['CropBox'] : the visible region of default user space
$this->pagedim[$this->page]['CropBox']['llx'] = lower-left x coordinate in points
$this->pagedim[$this->page]['CropBox']['lly'] = lower-left y coordinate in points
$this->pagedim[$this->page]['CropBox']['urx'] = upper-right x coordinate in points
$this->pagedim[$this->page]['CropBox']['ury'] = upper-right y coordinate in points
$this->pagedim[$this->page]['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment
$this->pagedim[$this->page]['BleedBox']['llx'] = lower-left x coordinate in points
$this->pagedim[$this->page]['BleedBox']['lly'] = lower-left y coordinate in points
$this->pagedim[$this->page]['BleedBox']['urx'] = upper-right x coordinate in points
$this->pagedim[$this->page]['BleedBox']['ury'] = upper-right y coordinate in points
$this->pagedim[$this->page]['TrimBox'] : the intended dimensions of the finished page after trimming
$this->pagedim[$this->page]['TrimBox']['llx'] = lower-left x coordinate in points
$this->pagedim[$this->page]['TrimBox']['lly'] = lower-left y coordinate in points
$this->pagedim[$this->page]['TrimBox']['urx'] = upper-right x coordinate in points
$this->pagedim[$this->page]['TrimBox']['ury'] = upper-right y coordinate in points
$this->pagedim[$this->page]['ArtBox'] : the extent of the page's meaningful content
$this->pagedim[$this->page]['ArtBox']['llx'] = lower-left x coordinate in points
$this->pagedim[$this->page]['ArtBox']['lly'] = lower-left y coordinate in points
$this->pagedim[$this->page]['ArtBox']['urx'] = upper-right x coordinate in points
$this->pagedim[$this->page]['ArtBox']['ury'] = upper-right y coordinate in points
- * @param $pagenum (int) page number (empty = current page)
- * @return array of page dimensions.
- * @author Nicola Asuni
- * @public
- * @since 4.5.027 (2009-03-16)
- */
- public function getPageDimensions($pagenum='') {
- if (empty($pagenum)) {
- $pagenum = $this->page;
- }
- return $this->pagedim[$pagenum];
- }
-
- /**
- * Returns the page width in units.
- * @param $pagenum (int) page number (empty = current page)
- * @return int page width.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- * @see getPageDimensions()
- */
- public function getPageWidth($pagenum='') {
- if (empty($pagenum)) {
- return $this->w;
- }
- return $this->pagedim[$pagenum]['w'];
- }
-
- /**
- * Returns the page height in units.
- * @param $pagenum (int) page number (empty = current page)
- * @return int page height.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- * @see getPageDimensions()
- */
- public function getPageHeight($pagenum='') {
- if (empty($pagenum)) {
- return $this->h;
- }
- return $this->pagedim[$pagenum]['h'];
- }
-
- /**
- * Returns the page break margin.
- * @param $pagenum (int) page number (empty = current page)
- * @return int page break margin.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- * @see getPageDimensions()
- */
- public function getBreakMargin($pagenum='') {
- if (empty($pagenum)) {
- return $this->bMargin;
- }
- return $this->pagedim[$pagenum]['bm'];
- }
-
- /**
- * Returns the scale factor (number of points in user unit).
- * @return int scale factor.
- * @author Nicola Asuni
- * @public
- * @since 1.5.2
- */
- public function getScaleFactor() {
- return $this->k;
- }
-
- /**
- * Defines the left, top and right margins.
- * @param $left (float) Left margin.
- * @param $top (float) Top margin.
- * @param $right (float) Right margin. Default value is the left one.
- * @param $keepmargins (boolean) if true overwrites the default page margins
- * @public
- * @since 1.0
- * @see SetLeftMargin(), SetTopMargin(), SetRightMargin(), SetAutoPageBreak()
- */
- public function SetMargins($left, $top, $right=-1, $keepmargins=false) {
- //Set left, top and right margins
- $this->lMargin = $left;
- $this->tMargin = $top;
- if ($right == -1) {
- $right = $left;
- }
- $this->rMargin = $right;
- if ($keepmargins) {
- // overwrite original values
- $this->original_lMargin = $this->lMargin;
- $this->original_rMargin = $this->rMargin;
- }
- }
-
- /**
- * Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
- * @param $margin (float) The margin.
- * @public
- * @since 1.4
- * @see SetTopMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins()
- */
- public function SetLeftMargin($margin) {
- //Set left margin
- $this->lMargin = $margin;
- if (($this->page > 0) AND ($this->x < $margin)) {
- $this->x = $margin;
- }
- }
-
- /**
- * Defines the top margin. The method can be called before creating the first page.
- * @param $margin (float) The margin.
- * @public
- * @since 1.5
- * @see SetLeftMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins()
- */
- public function SetTopMargin($margin) {
- //Set top margin
- $this->tMargin = $margin;
- if (($this->page > 0) AND ($this->y < $margin)) {
- $this->y = $margin;
- }
- }
-
- /**
- * Defines the right margin. The method can be called before creating the first page.
- * @param $margin (float) The margin.
- * @public
- * @since 1.5
- * @see SetLeftMargin(), SetTopMargin(), SetAutoPageBreak(), SetMargins()
- */
- public function SetRightMargin($margin) {
- $this->rMargin = $margin;
- if (($this->page > 0) AND ($this->x > ($this->w - $margin))) {
- $this->x = $this->w - $margin;
- }
- }
-
- /**
- * Set the same internal Cell padding for top, right, bottom, left-
- * @param $pad (float) internal padding.
- * @public
- * @since 2.1.000 (2008-01-09)
- * @see getCellPaddings(), setCellPaddings()
- */
- public function SetCellPadding($pad) {
- if ($pad >= 0) {
- $this->cell_padding['L'] = $pad;
- $this->cell_padding['T'] = $pad;
- $this->cell_padding['R'] = $pad;
- $this->cell_padding['B'] = $pad;
- }
- }
-
- /**
- * Set the internal Cell paddings.
- * @param $left (float) left padding
- * @param $top (float) top padding
- * @param $right (float) right padding
- * @param $bottom (float) bottom padding
- * @public
- * @since 5.9.000 (2010-10-03)
- * @see getCellPaddings(), SetCellPadding()
- */
- public function setCellPaddings($left='', $top='', $right='', $bottom='') {
- if (($left !== '') AND ($left >= 0)) {
- $this->cell_padding['L'] = $left;
- }
- if (($top !== '') AND ($top >= 0)) {
- $this->cell_padding['T'] = $top;
- }
- if (($right !== '') AND ($right >= 0)) {
- $this->cell_padding['R'] = $right;
- }
- if (($bottom !== '') AND ($bottom >= 0)) {
- $this->cell_padding['B'] = $bottom;
- }
- }
-
- /**
- * Get the internal Cell padding array.
- * @return array of padding values
- * @public
- * @since 5.9.000 (2010-10-03)
- * @see setCellPaddings(), SetCellPadding()
- */
- public function getCellPaddings() {
- return $this->cell_padding;
- }
-
- /**
- * Set the internal Cell margins.
- * @param $left (float) left margin
- * @param $top (float) top margin
- * @param $right (float) right margin
- * @param $bottom (float) bottom margin
- * @public
- * @since 5.9.000 (2010-10-03)
- * @see getCellMargins()
- */
- public function setCellMargins($left='', $top='', $right='', $bottom='') {
- if (($left !== '') AND ($left >= 0)) {
- $this->cell_margin['L'] = $left;
- }
- if (($top !== '') AND ($top >= 0)) {
- $this->cell_margin['T'] = $top;
- }
- if (($right !== '') AND ($right >= 0)) {
- $this->cell_margin['R'] = $right;
- }
- if (($bottom !== '') AND ($bottom >= 0)) {
- $this->cell_margin['B'] = $bottom;
- }
- }
-
- /**
- * Get the internal Cell margin array.
- * @return array of margin values
- * @public
- * @since 5.9.000 (2010-10-03)
- * @see setCellMargins()
- */
- public function getCellMargins() {
- return $this->cell_margin;
- }
-
- /**
- * Adjust the internal Cell padding array to take account of the line width.
- * @param $brd (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @return array of adjustments
- * @public
- * @since 5.9.000 (2010-10-03)
- */
- protected function adjustCellPadding($brd=0) {
- if (empty($brd)) {
- return;
- }
- if (is_string($brd)) {
- // convert string to array
- $slen = strlen($brd);
- $newbrd = array();
- for ($i = 0; $i < $slen; ++$i) {
- $newbrd[$brd{$i}] = true;
- }
- $brd = $newbrd;
- } elseif (($brd === 1) OR ($brd === true) OR (is_numeric($brd) AND (intval($brd) > 0))) {
- $brd = array('LRTB' => true);
- }
- if (!is_array($brd)) {
- return;
- }
- // store current cell padding
- $cp = $this->cell_padding;
- // select border mode
- if (isset($brd['mode'])) {
- $mode = $brd['mode'];
- unset($brd['mode']);
- } else {
- $mode = 'normal';
- }
- // process borders
- foreach ($brd as $border => $style) {
- $line_width = $this->LineWidth;
- if (is_array($style) AND isset($style['width'])) {
- // get border width
- $line_width = $style['width'];
- }
- $adj = 0; // line width inside the cell
- switch ($mode) {
- case 'ext': {
- $adj = 0;
- break;
- }
- case 'int': {
- $adj = $line_width;
- break;
- }
- case 'normal':
- default: {
- $adj = ($line_width / 2);
- break;
- }
- }
- // correct internal cell padding if required to avoid overlap between text and lines
- if ((strpos($border,'T') !== false) AND ($this->cell_padding['T'] < $adj)) {
- $this->cell_padding['T'] = $adj;
- }
- if ((strpos($border,'R') !== false) AND ($this->cell_padding['R'] < $adj)) {
- $this->cell_padding['R'] = $adj;
- }
- if ((strpos($border,'B') !== false) AND ($this->cell_padding['B'] < $adj)) {
- $this->cell_padding['B'] = $adj;
- }
- if ((strpos($border,'L') !== false) AND ($this->cell_padding['L'] < $adj)) {
- $this->cell_padding['L'] = $adj;
- }
- }
- return array('T' => ($this->cell_padding['T'] - $cp['T']), 'R' => ($this->cell_padding['R'] - $cp['R']), 'B' => ($this->cell_padding['B'] - $cp['B']), 'L' => ($this->cell_padding['L'] - $cp['L']));
- }
-
- /**
- * Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
- * @param $auto (boolean) Boolean indicating if mode should be on or off.
- * @param $margin (float) Distance from the bottom of the page.
- * @public
- * @since 1.0
- * @see Cell(), MultiCell(), AcceptPageBreak()
- */
- public function SetAutoPageBreak($auto, $margin=0) {
- $this->AutoPageBreak = $auto;
- $this->bMargin = $margin;
- $this->PageBreakTrigger = $this->h - $margin;
- }
-
- /**
- * Defines the way the document is to be displayed by the viewer.
- * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use.
fullpage: displays the entire page on screen
fullwidth: uses maximum width of window
real: uses real size (equivalent to 100% zoom)
default: uses viewer default mode
- * @param $layout (string) The page layout. Possible values are:
SinglePage Display one page at a time
OneColumn Display the pages in one column
TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left
TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right
TwoPageLeft (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left
TwoPageRight (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right
- * @param $mode (string) A name object specifying how the document should be displayed when opened:
UseNone Neither document outline nor thumbnail images visible
UseOutlines Document outline visible
UseThumbs Thumbnail images visible
FullScreen Full-screen mode, with no menu bar, window controls, or any other window visible
UseOC (PDF 1.5) Optional content group panel visible
- * @public
- * @since 1.2
- */
- public function SetDisplayMode($zoom, $layout='SinglePage', $mode='UseNone') {
- if (($zoom == 'fullpage') OR ($zoom == 'fullwidth') OR ($zoom == 'real') OR ($zoom == 'default') OR (!is_string($zoom))) {
- $this->ZoomMode = $zoom;
- } else {
- $this->Error('Incorrect zoom display mode: '.$zoom);
- }
- switch ($layout) {
- case 'default':
- case 'single':
- case 'SinglePage': {
- $this->LayoutMode = 'SinglePage';
- break;
- }
- case 'continuous':
- case 'OneColumn': {
- $this->LayoutMode = 'OneColumn';
- break;
- }
- case 'two':
- case 'TwoColumnLeft': {
- $this->LayoutMode = 'TwoColumnLeft';
- break;
- }
- case 'TwoColumnRight': {
- $this->LayoutMode = 'TwoColumnRight';
- break;
- }
- case 'TwoPageLeft': {
- $this->LayoutMode = 'TwoPageLeft';
- break;
- }
- case 'TwoPageRight': {
- $this->LayoutMode = 'TwoPageRight';
- break;
- }
- default: {
- $this->LayoutMode = 'SinglePage';
- }
- }
- switch ($mode) {
- case 'UseNone': {
- $this->PageMode = 'UseNone';
- break;
- }
- case 'UseOutlines': {
- $this->PageMode = 'UseOutlines';
- break;
- }
- case 'UseThumbs': {
- $this->PageMode = 'UseThumbs';
- break;
- }
- case 'FullScreen': {
- $this->PageMode = 'FullScreen';
- break;
- }
- case 'UseOC': {
- $this->PageMode = 'UseOC';
- break;
- }
- case '': {
- $this->PageMode = 'UseAttachments';
- break;
- }
- default: {
- $this->PageMode = 'UseNone';
- }
- }
- }
-
- /**
- * Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
- * Note: the Zlib extension is required for this feature. If not present, compression will be turned off.
- * @param $compress (boolean) Boolean indicating if compression must be enabled.
- * @public
- * @since 1.4
- */
- public function SetCompression($compress) {
- if (function_exists('gzcompress')) {
- $this->compress = $compress ? true : false;
- } else {
- $this->compress = false;
- }
- }
-
- /**
- * Turn on/off Unicode mode for document information dictionary (meta tags).
- * This has effect only when unicode mode is set to false.
- * @param $unicode (boolean) if true set the meta information in Unicode
- * @since 5.9.027 (2010-12-01)
- * @public
- */
- public function SetDocInfoUnicode($unicode=true) {
- $this->docinfounicode = $unicode ? true : false;
- }
-
- /**
- * Defines the title of the document.
- * @param $title (string) The title.
- * @public
- * @since 1.2
- * @see SetAuthor(), SetCreator(), SetKeywords(), SetSubject()
- */
- public function SetTitle($title) {
- $this->title = $title;
- }
-
- /**
- * Defines the subject of the document.
- * @param $subject (string) The subject.
- * @public
- * @since 1.2
- * @see SetAuthor(), SetCreator(), SetKeywords(), SetTitle()
- */
- public function SetSubject($subject) {
- $this->subject = $subject;
- }
-
- /**
- * Defines the author of the document.
- * @param $author (string) The name of the author.
- * @public
- * @since 1.2
- * @see SetCreator(), SetKeywords(), SetSubject(), SetTitle()
- */
- public function SetAuthor($author) {
- $this->author = $author;
- }
-
- /**
- * Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
- * @param $keywords (string) The list of keywords.
- * @public
- * @since 1.2
- * @see SetAuthor(), SetCreator(), SetSubject(), SetTitle()
- */
- public function SetKeywords($keywords) {
- $this->keywords = $keywords;
- }
-
- /**
- * Defines the creator of the document. This is typically the name of the application that generates the PDF.
- * @param $creator (string) The name of the creator.
- * @public
- * @since 1.2
- * @see SetAuthor(), SetKeywords(), SetSubject(), SetTitle()
- */
- public function SetCreator($creator) {
- $this->creator = $creator;
- }
-
- /**
- * This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
- * 2004-06-11 :: Nicola Asuni : changed bold tag with strong
- * @param $msg (string) The error message
- * @public
- * @since 1.0
- */
- public function Error($msg) {
- // unset all class variables
- $this->_destroy(true);
- // exit program and print error
- die('TCPDF ERROR: '.$msg);
- }
-
- /**
- * This method begins the generation of the PDF document.
- * It is not necessary to call it explicitly because AddPage() does it automatically.
- * Note: no page is created by this method
- * @public
- * @since 1.0
- * @see AddPage(), Close()
- */
- public function Open() {
- $this->state = 1;
- }
-
- /**
- * Terminates the PDF document.
- * It is not necessary to call this method explicitly because Output() does it automatically.
- * If the document contains no page, AddPage() is called to prevent from getting an invalid document.
- * @public
- * @since 1.0
- * @see Open(), Output()
- */
- public function Close() {
- if ($this->state == 3) {
- return;
- }
- if ($this->page == 0) {
- $this->AddPage();
- }
- // save current graphic settings
- $gvars = $this->getGraphicVars();
- $this->setEqualColumns();
- $this->lastpage(true);
- $this->SetAutoPageBreak(false);
- $this->x = 0;
- $this->y = $this->h - (1 / $this->k);
- $this->lMargin = 0;
- $this->_out('q');
- $this->SetFont('helvetica', '', 1);
- $this->setTextRenderingMode(0, false, false);
- $msg = "\x50\x6f\x77\x65\x72\x65\x64\x20\x62\x79\x20\x54\x43\x50\x44\x46\x20\x28\x77\x77\x77\x2e\x74\x63\x70\x64\x66\x2e\x6f\x72\x67\x29";
- $lnk = "\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x63\x70\x64\x66\x2e\x6f\x72\x67";
- $this->Cell(0, 0, $msg, 0, 0, 'L', 0, $lnk, 0, false, 'D', 'B');
- $this->_out('Q');
- // restore graphic settings
- $this->setGraphicVars($gvars);
- // close page
- $this->endPage();
- // close document
- $this->_enddoc();
- // unset all class variables (except critical ones)
- $this->_destroy(false);
- }
-
- /**
- * Move pointer at the specified document page and update page dimensions.
- * @param $pnum (int) page number (1 ... numpages)
- * @param $resetmargins (boolean) if true reset left, right, top margins and Y position.
- * @public
- * @since 2.1.000 (2008-01-07)
- * @see getPage(), lastpage(), getNumPages()
- */
- public function setPage($pnum, $resetmargins=false) {
- if (($pnum == $this->page) AND ($this->state == 2)) {
- return;
- }
- if (($pnum > 0) AND ($pnum <= $this->numpages)) {
- $this->state = 2;
- // save current graphic settings
- //$gvars = $this->getGraphicVars();
- $oldpage = $this->page;
- $this->page = $pnum;
- $this->wPt = $this->pagedim[$this->page]['w'];
- $this->hPt = $this->pagedim[$this->page]['h'];
- $this->w = $this->pagedim[$this->page]['wk'];
- $this->h = $this->pagedim[$this->page]['hk'];
- $this->tMargin = $this->pagedim[$this->page]['tm'];
- $this->bMargin = $this->pagedim[$this->page]['bm'];
- $this->original_lMargin = $this->pagedim[$this->page]['olm'];
- $this->original_rMargin = $this->pagedim[$this->page]['orm'];
- $this->AutoPageBreak = $this->pagedim[$this->page]['pb'];
- $this->CurOrientation = $this->pagedim[$this->page]['or'];
- $this->SetAutoPageBreak($this->AutoPageBreak, $this->bMargin);
- // restore graphic settings
- //$this->setGraphicVars($gvars);
- if ($resetmargins) {
- $this->lMargin = $this->pagedim[$this->page]['olm'];
- $this->rMargin = $this->pagedim[$this->page]['orm'];
- $this->SetY($this->tMargin);
- } else {
- // account for booklet mode
- if ($this->pagedim[$this->page]['olm'] != $this->pagedim[$oldpage]['olm']) {
- $deltam = $this->pagedim[$this->page]['olm'] - $this->pagedim[$this->page]['orm'];
- $this->lMargin += $deltam;
- $this->rMargin -= $deltam;
- }
- }
- } else {
- $this->Error('Wrong page number on setPage() function: '.$pnum);
- }
- }
-
- /**
- * Reset pointer to the last document page.
- * @param $resetmargins (boolean) if true reset left, right, top margins and Y position.
- * @public
- * @since 2.0.000 (2008-01-04)
- * @see setPage(), getPage(), getNumPages()
- */
- public function lastPage($resetmargins=false) {
- $this->setPage($this->getNumPages(), $resetmargins);
- }
-
- /**
- * Get current document page number.
- * @return int page number
- * @public
- * @since 2.1.000 (2008-01-07)
- * @see setPage(), lastpage(), getNumPages()
- */
- public function getPage() {
- return $this->page;
- }
-
- /**
- * Get the total number of insered pages.
- * @return int number of pages
- * @public
- * @since 2.1.000 (2008-01-07)
- * @see setPage(), getPage(), lastpage()
- */
- public function getNumPages() {
- return $this->numpages;
- }
-
- /**
- * Adds a new TOC (Table Of Content) page to the document.
- * @param $orientation (string) page orientation.
- * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
- * @param $keepmargins (boolean) if true overwrites the default page margins with the current margins
- * @public
- * @since 5.0.001 (2010-05-06)
- * @see AddPage(), startPage(), endPage(), endTOCPage()
- */
- public function addTOCPage($orientation='', $format='', $keepmargins=false) {
- $this->AddPage($orientation, $format, $keepmargins, true);
- }
-
- /**
- * Terminate the current TOC (Table Of Content) page
- * @public
- * @since 5.0.001 (2010-05-06)
- * @see AddPage(), startPage(), endPage(), addTOCPage()
- */
- public function endTOCPage() {
- $this->endPage(true);
- }
-
- /**
- * Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
- * The origin of the coordinate system is at the top-left corner (or top-right for RTL) and increasing ordinates go downwards.
- * @param $orientation (string) page orientation. Possible values are (case insensitive):
P or PORTRAIT (default)
L or LANDSCAPE
- * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
- * @param $keepmargins (boolean) if true overwrites the default page margins with the current margins
- * @param $tocpage (boolean) if true set the tocpage state to true (the added page will be used to display Table Of Content).
- * @public
- * @since 1.0
- * @see startPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat()
- */
- public function AddPage($orientation='', $format='', $keepmargins=false, $tocpage=false) {
- if ($this->inxobj) {
- // we are inside an XObject template
- return;
- }
- if (!isset($this->original_lMargin) OR $keepmargins) {
- $this->original_lMargin = $this->lMargin;
- }
- if (!isset($this->original_rMargin) OR $keepmargins) {
- $this->original_rMargin = $this->rMargin;
- }
- // terminate previous page
- $this->endPage();
- // start new page
- $this->startPage($orientation, $format, $tocpage);
- }
-
- /**
- * Terminate the current page
- * @param $tocpage (boolean) if true set the tocpage state to false (end the page used to display Table Of Content).
- * @public
- * @since 4.2.010 (2008-11-14)
- * @see AddPage(), startPage(), addTOCPage(), endTOCPage()
- */
- public function endPage($tocpage=false) {
- // check if page is already closed
- if (($this->page == 0) OR ($this->numpages > $this->page) OR (!$this->pageopen[$this->page])) {
- return;
- }
- $this->InFooter = true;
- // print page footer
- $this->setFooter();
- // close page
- $this->_endpage();
- // mark page as closed
- $this->pageopen[$this->page] = false;
- $this->InFooter = false;
- if ($tocpage) {
- $this->tocpage = false;
- }
- }
-
- /**
- * Starts a new page to the document. The page must be closed using the endPage() function.
- * The origin of the coordinate system is at the top-left corner and increasing ordinates go downwards.
- * @param $orientation (string) page orientation. Possible values are (case insensitive):
P or PORTRAIT (default)
L or LANDSCAPE
- * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
- * @param $tocpage (boolean) if true the page is designated to contain the Table-Of-Content.
- * @since 4.2.010 (2008-11-14)
- * @see AddPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat()
- * @public
- */
- public function startPage($orientation='', $format='', $tocpage=false) {
- if ($tocpage) {
- $this->tocpage = true;
- }
- if ($this->numpages > $this->page) {
- // this page has been already added
- $this->setPage($this->page + 1);
- $this->SetY($this->tMargin);
- return;
- }
- // start a new page
- if ($this->state == 0) {
- $this->Open();
- }
- ++$this->numpages;
- $this->swapMargins($this->booklet);
- // save current graphic settings
- $gvars = $this->getGraphicVars();
- // start new page
- $this->_beginpage($orientation, $format);
- // mark page as open
- $this->pageopen[$this->page] = true;
- // restore graphic settings
- $this->setGraphicVars($gvars);
- // mark this point
- $this->setPageMark();
- // print page header
- $this->setHeader();
- // restore graphic settings
- $this->setGraphicVars($gvars);
- // mark this point
- $this->setPageMark();
- // print table header (if any)
- $this->setTableHeader();
- // set mark for empty page check
- $this->emptypagemrk[$this->page]= $this->pagelen[$this->page];
- }
-
- /**
- * Set start-writing mark on current page stream used to put borders and fills.
- * Borders and fills are always created after content and inserted on the position marked by this method.
- * This function must be called after calling Image() function for a background image.
- * Background images must be always inserted before calling Multicell() or WriteHTMLCell() or WriteHTML() functions.
- * @public
- * @since 4.0.016 (2008-07-30)
- */
- public function setPageMark() {
- $this->intmrk[$this->page] = $this->pagelen[$this->page];
- $this->bordermrk[$this->page] = $this->intmrk[$this->page];
- $this->setContentMark();
- }
-
- /**
- * Set start-writing mark on selected page.
- * Borders and fills are always created after content and inserted on the position marked by this method.
- * @param $page (int) page number (default is the current page)
- * @protected
- * @since 4.6.021 (2009-07-20)
- */
- protected function setContentMark($page=0) {
- if ($page <= 0) {
- $page = $this->page;
- }
- if (isset($this->footerlen[$page])) {
- $this->cntmrk[$page] = $this->pagelen[$page] - $this->footerlen[$page];
- } else {
- $this->cntmrk[$page] = $this->pagelen[$page];
- }
- }
-
- /**
- * Set header data.
- * @param $ln (string) header image logo
- * @param $lw (string) header image logo width in mm
- * @param $ht (string) string to print as title on document header
- * @param $hs (string) string to print on document header
- * @public
- */
- public function setHeaderData($ln='', $lw=0, $ht='', $hs='') {
- $this->header_logo = $ln;
- $this->header_logo_width = $lw;
- $this->header_title = $ht;
- $this->header_string = $hs;
- }
-
- /**
- * Returns header data:
- *
$ret['logo'] = logo image
$ret['logo_width'] = width of the image logo in user units
$ret['title'] = header title
$ret['string'] = header description string
- * @return array()
- * @public
- * @since 4.0.012 (2008-07-24)
- */
- public function getHeaderData() {
- $ret = array();
- $ret['logo'] = $this->header_logo;
- $ret['logo_width'] = $this->header_logo_width;
- $ret['title'] = $this->header_title;
- $ret['string'] = $this->header_string;
- return $ret;
- }
-
- /**
- * Set header margin.
- * (minimum distance between header and top page margin)
- * @param $hm (int) distance in user units
- * @public
- */
- public function setHeaderMargin($hm=10) {
- $this->header_margin = $hm;
- }
-
- /**
- * Returns header margin in user units.
- * @return float
- * @since 4.0.012 (2008-07-24)
- * @public
- */
- public function getHeaderMargin() {
- return $this->header_margin;
- }
-
- /**
- * Set footer margin.
- * (minimum distance between footer and bottom page margin)
- * @param $fm (int) distance in user units
- * @public
- */
- public function setFooterMargin($fm=10) {
- $this->footer_margin = $fm;
- }
-
- /**
- * Returns footer margin in user units.
- * @return float
- * @since 4.0.012 (2008-07-24)
- * @public
- */
- public function getFooterMargin() {
- return $this->footer_margin;
- }
- /**
- * Set a flag to print page header.
- * @param $val (boolean) set to true to print the page header (default), false otherwise.
- * @public
- */
- public function setPrintHeader($val=true) {
- $this->print_header = $val;
- }
-
- /**
- * Set a flag to print page footer.
- * @param $val (boolean) set to true to print the page footer (default), false otherwise.
- * @public
- */
- public function setPrintFooter($val=true) {
- $this->print_footer = $val;
- }
-
- /**
- * Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
- * @return float
- * @public
- */
- public function getImageRBX() {
- return $this->img_rb_x;
- }
-
- /**
- * Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
- * @return float
- * @public
- */
- public function getImageRBY() {
- return $this->img_rb_y;
- }
-
- /**
- * This method is used to render the page header.
- * It is automatically called by AddPage() and could be overwritten in your own inherited class.
- * @public
- */
- public function Header() {
- $ormargins = $this->getOriginalMargins();
- $headerfont = $this->getHeaderFont();
- $headerdata = $this->getHeaderData();
- if (($headerdata['logo']) AND ($headerdata['logo'] != K_BLANK_IMAGE)) {
- $imgtype = $this->getImageFileType(K_PATH_IMAGES.$headerdata['logo']);
- if (($imgtype == 'eps') OR ($imgtype == 'ai')) {
- $this->ImageEps(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']);
- } elseif ($imgtype == 'svg') {
- $this->ImageSVG(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']);
- } else {
- $this->Image(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']);
- }
- $imgy = $this->getImageRBY();
- } else {
- $imgy = $this->GetY();
- }
- $cell_height = round(($this->getCellHeightRatio() * $headerfont[2]) / $this->getScaleFactor(), 2);
- // set starting margin for text data cell
- if ($this->getRTL()) {
- $header_x = $ormargins['right'] + ($headerdata['logo_width'] * 1.1);
- } else {
- $header_x = $ormargins['left'] + ($headerdata['logo_width'] * 1.1);
- }
- $this->SetTextColor(0, 0, 0);
- // header title
- $this->SetFont($headerfont[0], 'B', $headerfont[2] + 1);
- $this->SetX($header_x);
- $this->Cell(0, $cell_height, $headerdata['title'], 0, 1, '', 0, '', 0);
- // header string
- $this->SetFont($headerfont[0], $headerfont[1], $headerfont[2]);
- $this->SetX($header_x);
- $this->MultiCell(0, $cell_height, $headerdata['string'], 0, '', 0, 1, '', '', true, 0, false);
- // print an ending header line
- $this->SetLineStyle(array('width' => 0.85 / $this->getScaleFactor(), 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)));
- $this->SetY((2.835 / $this->getScaleFactor()) + max($imgy, $this->GetY()));
- if ($this->getRTL()) {
- $this->SetX($ormargins['right']);
- } else {
- $this->SetX($ormargins['left']);
- }
- $this->Cell(0, 0, '', 'T', 0, 'C');
- }
-
- /**
- * This method is used to render the page footer.
- * It is automatically called by AddPage() and could be overwritten in your own inherited class.
- * @public
- */
- public function Footer() {
- $cur_y = $this->GetY();
- $ormargins = $this->getOriginalMargins();
- $this->SetTextColor(0, 0, 0);
- //set style for cell border
- $line_width = 0.85 / $this->getScaleFactor();
- $this->SetLineStyle(array('width' => $line_width, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)));
- //print document barcode
- $barcode = $this->getBarcode();
- if (!empty($barcode)) {
- $this->Ln($line_width);
- $barcode_width = round(($this->getPageWidth() - $ormargins['left'] - $ormargins['right']) / 3);
- $style = array(
- 'position' => $this->rtl?'R':'L',
- 'align' => $this->rtl?'R':'L',
- 'stretch' => false,
- 'fitwidth' => true,
- 'cellfitalign' => '',
- 'border' => false,
- 'padding' => 0,
- 'fgcolor' => array(0,0,0),
- 'bgcolor' => false,
- 'text' => false
- );
- $this->write1DBarcode($barcode, 'C128B', '', $cur_y + $line_width, '', (($this->getFooterMargin() / 3) - $line_width), 0.3, $style, '');
- }
- if (empty($this->pagegroups)) {
- $pagenumtxt = $this->l['w_page'].' '.$this->getAliasNumPage().' / '.$this->getAliasNbPages();
- } else {
- $pagenumtxt = $this->l['w_page'].' '.$this->getPageNumGroupAlias().' / '.$this->getPageGroupAlias();
- }
- $this->SetY($cur_y);
- //Print page number
- if ($this->getRTL()) {
- $this->SetX($ormargins['right']);
- $this->Cell(0, 0, $pagenumtxt, 'T', 0, 'L');
- } else {
- $this->SetX($ormargins['left']);
- $this->Cell(0, 0, $pagenumtxt, 'T', 0, 'R');
- }
- }
-
- /**
- * This method is used to render the page header.
- * @protected
- * @since 4.0.012 (2008-07-24)
- */
- protected function setHeader() {
- if ($this->print_header) {
- $this->setGraphicVars($this->default_graphic_vars);
- $temp_thead = $this->thead;
- $temp_theadMargins = $this->theadMargins;
- $lasth = $this->lasth;
- $this->_out('q');
- $this->rMargin = $this->original_rMargin;
- $this->lMargin = $this->original_lMargin;
- $this->SetCellPadding(0);
- //set current position
- if ($this->rtl) {
- $this->SetXY($this->original_rMargin, $this->header_margin);
- } else {
- $this->SetXY($this->original_lMargin, $this->header_margin);
- }
- $this->SetFont($this->header_font[0], $this->header_font[1], $this->header_font[2]);
- $this->Header();
- //restore position
- if ($this->rtl) {
- $this->SetXY($this->original_rMargin, $this->tMargin);
- } else {
- $this->SetXY($this->original_lMargin, $this->tMargin);
- }
- $this->_out('Q');
- $this->lasth = $lasth;
- $this->thead = $temp_thead;
- $this->theadMargins = $temp_theadMargins;
- $this->newline = false;
- }
- }
-
- /**
- * This method is used to render the page footer.
- * @protected
- * @since 4.0.012 (2008-07-24)
- */
- protected function setFooter() {
- //Page footer
- // save current graphic settings
- $gvars = $this->getGraphicVars();
- // mark this point
- $this->footerpos[$this->page] = $this->pagelen[$this->page];
- $this->_out("\n");
- if ($this->print_footer) {
- $this->setGraphicVars($this->default_graphic_vars);
- $this->current_column = 0;
- $this->num_columns = 1;
- $temp_thead = $this->thead;
- $temp_theadMargins = $this->theadMargins;
- $lasth = $this->lasth;
- $this->_out('q');
- $this->rMargin = $this->original_rMargin;
- $this->lMargin = $this->original_lMargin;
- $this->SetCellPadding(0);
- //set current position
- $footer_y = $this->h - $this->footer_margin;
- if ($this->rtl) {
- $this->SetXY($this->original_rMargin, $footer_y);
- } else {
- $this->SetXY($this->original_lMargin, $footer_y);
- }
- $this->SetFont($this->footer_font[0], $this->footer_font[1], $this->footer_font[2]);
- $this->Footer();
- //restore position
- if ($this->rtl) {
- $this->SetXY($this->original_rMargin, $this->tMargin);
- } else {
- $this->SetXY($this->original_lMargin, $this->tMargin);
- }
- $this->_out('Q');
- $this->lasth = $lasth;
- $this->thead = $temp_thead;
- $this->theadMargins = $temp_theadMargins;
- }
- // restore graphic settings
- $this->setGraphicVars($gvars);
- $this->current_column = $gvars['current_column'];
- $this->num_columns = $gvars['num_columns'];
- // calculate footer length
- $this->footerlen[$this->page] = $this->pagelen[$this->page] - $this->footerpos[$this->page] + 1;
- }
-
- /**
- * This method is used to render the table header on new page (if any).
- * @protected
- * @since 4.5.030 (2009-03-25)
- */
- protected function setTableHeader() {
- if ($this->num_columns > 1) {
- // multi column mode
- return;
- }
- if (isset($this->theadMargins['top'])) {
- // restore the original top-margin
- $this->tMargin = $this->theadMargins['top'];
- $this->pagedim[$this->page]['tm'] = $this->tMargin;
- $this->y = $this->tMargin;
- }
- if (!$this->empty_string($this->thead) AND (!$this->inthead)) {
- // set margins
- $prev_lMargin = $this->lMargin;
- $prev_rMargin = $this->rMargin;
- $prev_cell_padding = $this->cell_padding;
- $this->lMargin = $this->theadMargins['lmargin'] + ($this->pagedim[$this->page]['olm'] - $this->pagedim[$this->theadMargins['page']]['olm']);
- $this->rMargin = $this->theadMargins['rmargin'] + ($this->pagedim[$this->page]['orm'] - $this->pagedim[$this->theadMargins['page']]['orm']);
- $this->cell_padding = $this->theadMargins['cell_padding'];
- if ($this->rtl) {
- $this->x = $this->w - $this->rMargin;
- } else {
- $this->x = $this->lMargin;
- }
- // print table header
- $this->writeHTML($this->thead, false, false, false, false, '');
- // set new top margin to skip the table headers
- if (!isset($this->theadMargins['top'])) {
- $this->theadMargins['top'] = $this->tMargin;
- }
- // store end of header position
- if (!isset($this->columns[0]['th'])) {
- $this->columns[0]['th'] = array();
- }
- $this->columns[0]['th']['\''.$this->page.'\''] = $this->y;
- $this->tMargin = $this->y;
- $this->pagedim[$this->page]['tm'] = $this->tMargin;
- $this->lasth = 0;
- $this->lMargin = $prev_lMargin;
- $this->rMargin = $prev_rMargin;
- $this->cell_padding = $prev_cell_padding;
- }
- }
-
- /**
- * Returns the current page number.
- * @return int page number
- * @public
- * @since 1.0
- * @see AliasNbPages(), getAliasNbPages()
- */
- public function PageNo() {
- return $this->page;
- }
-
- /**
- * Defines a new spot color.
- * It can be expressed in RGB components or gray scale.
- * The method can be called before the first page is created and the value is retained from page to page.
- * @param $name (string) name of the spot color
- * @param $c (int) Cyan color for CMYK. Value between 0 and 100
- * @param $m (int) Magenta color for CMYK. Value between 0 and 100
- * @param $y (int) Yellow color for CMYK. Value between 0 and 100
- * @param $k (int) Key (Black) color for CMYK. Value between 0 and 100
- * @public
- * @since 4.0.024 (2008-09-12)
- * @see SetDrawSpotColor(), SetFillSpotColor(), SetTextSpotColor()
- */
- public function AddSpotColor($name, $c, $m, $y, $k) {
- if (!isset($this->spot_colors[$name])) {
- $i = 1 + count($this->spot_colors);
- $this->spot_colors[$name] = array('i' => $i, 'c' => $c, 'm' => $m, 'y' => $y, 'k' => $k);
- }
- $color = preg_replace('/[\s]*/', '', $name); // remove extra spaces
- $color = strtolower($color);
- if (!isset($this->spotcolor[$color])) {
- $this->spotcolor[$color] = array($c, $m, $y, $k, $name);
- }
- }
-
- /**
- * Defines the color used for all drawing operations (lines, rectangles and cell borders).
- * It can be expressed in RGB, CMYK or GRAY SCALE components.
- * The method can be called before the first page is created and the value is retained from page to page.
- * @param $color (array) array of colors
- * @param $ret (boolean) if true do not send the PDF command.
- * @return string the PDF command
- * @public
- * @since 3.1.000 (2008-06-11)
- * @see SetDrawColor()
- */
- public function SetDrawColorArray($color, $ret=false) {
- if (is_array($color)) {
- $color = array_values($color);
- $r = isset($color[0]) ? $color[0] : -1;
- $g = isset($color[1]) ? $color[1] : -1;
- $b = isset($color[2]) ? $color[2] : -1;
- $k = isset($color[3]) ? $color[3] : -1;
- $name = isset($color[4]) ? $color[4] : ''; // spot color name
- if ($r >= 0) {
- return $this->SetDrawColor($r, $g, $b, $k, $ret, $name);
- }
- }
- return '';
- }
-
- /**
- * Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
- * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100).
- * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100).
- * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100).
- * @param $col4 (int) KEY (BLACK) color for CMYK (0-100).
- * @param $ret (boolean) if true do not send the command.
- * @param $name (string) spot color name (if any)
- * @return string the PDF command
- * @public
- * @since 1.3
- * @see SetDrawColorArray(), SetFillColor(), SetTextColor(), Line(), Rect(), Cell(), MultiCell()
- */
- public function SetDrawColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') {
- // set default values
- if (!is_numeric($col1)) {
- $col1 = 0;
- }
- if (!is_numeric($col2)) {
- $col2 = -1;
- }
- if (!is_numeric($col3)) {
- $col3 = -1;
- }
- if (!is_numeric($col4)) {
- $col4 = -1;
- }
- //Set color for all stroking operations
- if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) {
- // Grey scale
- $this->DrawColor = sprintf('%.3F G', ($col1 / 255));
- $this->strokecolor = array('G' => $col1);
- } elseif ($col4 == -1) {
- // RGB
- $this->DrawColor = sprintf('%.3F %.3F %.3F RG', ($col1 / 255), ($col2 / 255), ($col3 / 255));
- $this->strokecolor = array('R' => $col1, 'G' => $col2, 'B' => $col3);
- } elseif (empty($name)) {
- // CMYK
- $this->DrawColor = sprintf('%.3F %.3F %.3F %.3F K', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100));
- $this->strokecolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4);
- } else {
- // SPOT COLOR
- $this->AddSpotColor($name, $col1, $col2, $col3, $col4);
- $this->DrawColor = sprintf('/CS%d CS %.3F SCN', $this->spot_colors[$name]['i'], 1);
- $this->strokecolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name);
- }
- if ($this->page > 0) {
- if (!$ret) {
- $this->_out($this->DrawColor);
- }
- return $this->DrawColor;
- }
- return '';
- }
-
- /**
- * Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
- * @param $name (string) name of the spot color
- * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
- * @public
- * @since 4.0.024 (2008-09-12)
- * @see AddSpotColor(), SetFillSpotColor(), SetTextSpotColor()
- */
- public function SetDrawSpotColor($name, $tint=100) {
- if (!isset($this->spot_colors[$name])) {
- $this->Error('Undefined spot color: '.$name);
- }
- $this->DrawColor = sprintf('/CS%d CS %.3F SCN', $this->spot_colors[$name]['i'], ($tint / 100));
- $this->strokecolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name);
- if ($this->page > 0) {
- $this->_out($this->DrawColor);
- }
- }
-
- /**
- * Defines the color used for all filling operations (filled rectangles and cell backgrounds).
- * It can be expressed in RGB, CMYK or GRAY SCALE components.
- * The method can be called before the first page is created and the value is retained from page to page.
- * @param $color (array) array of colors
- * @param $ret (boolean) if true do not send the PDF command.
- * @public
- * @since 3.1.000 (2008-6-11)
- * @see SetFillColor()
- */
- public function SetFillColorArray($color, $ret=false) {
- if (is_array($color)) {
- $color = array_values($color);
- $r = isset($color[0]) ? $color[0] : -1;
- $g = isset($color[1]) ? $color[1] : -1;
- $b = isset($color[2]) ? $color[2] : -1;
- $k = isset($color[3]) ? $color[3] : -1;
- $name = isset($color[4]) ? $color[4] : ''; // spot color name
- if ($r >= 0) {
- $this->SetFillColor($r, $g, $b, $k, $ret, $name);
- }
- }
- }
-
- /**
- * Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
- * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100).
- * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100).
- * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100).
- * @param $col4 (int) KEY (BLACK) color for CMYK (0-100).
- * @param $ret (boolean) if true do not send the command.
- * @param $name (string) spot color name (if any)
- * @return string the PDF command
- * @public
- * @since 1.3
- * @see SetFillColorArray(), SetDrawColor(), SetTextColor(), Rect(), Cell(), MultiCell()
- */
- public function SetFillColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') {
- // set default values
- if (!is_numeric($col1)) {
- $col1 = 0;
- }
- if (!is_numeric($col2)) {
- $col2 = -1;
- }
- if (!is_numeric($col3)) {
- $col3 = -1;
- }
- if (!is_numeric($col4)) {
- $col4 = -1;
- }
- //Set color for all filling operations
- if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) {
- // Grey scale
- $this->FillColor = sprintf('%.3F g', ($col1 / 255));
- $this->bgcolor = array('G' => $col1);
- } elseif ($col4 == -1) {
- // RGB
- $this->FillColor = sprintf('%.3F %.3F %.3F rg', ($col1 / 255), ($col2 / 255), ($col3 / 255));
- $this->bgcolor = array('R' => $col1, 'G' => $col2, 'B' => $col3);
- } elseif (empty($name)) {
- // CMYK
- $this->FillColor = sprintf('%.3F %.3F %.3F %.3F k', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100));
- $this->bgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4);
- } else {
- // SPOT COLOR
- $this->AddSpotColor($name, $col1, $col2, $col3, $col4);
- $this->FillColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], 1);
- $this->bgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name);
- }
- $this->ColorFlag = ($this->FillColor != $this->TextColor);
- if ($this->page > 0) {
- if (!$ret) {
- $this->_out($this->FillColor);
- }
- return $this->FillColor;
- }
- return '';
- }
-
- /**
- * Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
- * @param $name (string) name of the spot color
- * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
- * @public
- * @since 4.0.024 (2008-09-12)
- * @see AddSpotColor(), SetDrawSpotColor(), SetTextSpotColor()
- */
- public function SetFillSpotColor($name, $tint=100) {
- if (!isset($this->spot_colors[$name])) {
- $this->Error('Undefined spot color: '.$name);
- }
- $this->FillColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], ($tint / 100));
- $this->bgcolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name);
- $this->ColorFlag = ($this->FillColor != $this->TextColor);
- if ($this->page > 0) {
- $this->_out($this->FillColor);
- }
- }
-
- /**
- * Defines the color used for text. It can be expressed in RGB components or gray scale.
- * The method can be called before the first page is created and the value is retained from page to page.
- * @param $color (array) array of colors
- * @param $ret (boolean) if true do not send the PDF command.
- * @public
- * @since 3.1.000 (2008-6-11)
- * @see SetFillColor()
- */
- public function SetTextColorArray($color, $ret=false) {
- if (is_array($color)) {
- $color = array_values($color);
- $r = isset($color[0]) ? $color[0] : -1;
- $g = isset($color[1]) ? $color[1] : -1;
- $b = isset($color[2]) ? $color[2] : -1;
- $k = isset($color[3]) ? $color[3] : -1;
- $name = isset($color[4]) ? $color[4] : ''; // spot color name
- if ($r >= 0) {
- $this->SetTextColor($r, $g, $b, $k, $ret, $name);
- }
- }
- }
-
- /**
- * Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
- * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100).
- * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100).
- * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100).
- * @param $col4 (int) KEY (BLACK) color for CMYK (0-100).
- * @param $ret (boolean) if true do not send the command.
- * @param $name (string) spot color name (if any)
- * @public
- * @since 1.3
- * @see SetTextColorArray(), SetDrawColor(), SetFillColor(), Text(), Cell(), MultiCell()
- */
- public function SetTextColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') {
- // set default values
- if (!is_numeric($col1)) {
- $col1 = 0;
- }
- if (!is_numeric($col2)) {
- $col2 = -1;
- }
- if (!is_numeric($col3)) {
- $col3 = -1;
- }
- if (!is_numeric($col4)) {
- $col4 = -1;
- }
- //Set color for text
- if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) {
- // Grey scale
- $this->TextColor = sprintf('%.3F g', ($col1 / 255));
- $this->fgcolor = array('G' => $col1);
- } elseif ($col4 == -1) {
- // RGB
- $this->TextColor = sprintf('%.3F %.3F %.3F rg', ($col1 / 255), ($col2 / 255), ($col3 / 255));
- $this->fgcolor = array('R' => $col1, 'G' => $col2, 'B' => $col3);
- } elseif (empty($name)) {
- // CMYK
- $this->TextColor = sprintf('%.3F %.3F %.3F %.3F k', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100));
- $this->fgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4);
- } else {
- // SPOT COLOR
- $this->AddSpotColor($name, $col1, $col2, $col3, $col4);
- $this->TextColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], 1);
- $this->fgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name);
- }
- $this->ColorFlag = ($this->FillColor != $this->TextColor);
- }
-
- /**
- * Defines the spot color used for text.
- * @param $name (string) name of the spot color
- * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
- * @public
- * @since 4.0.024 (2008-09-12)
- * @see AddSpotColor(), SetDrawSpotColor(), SetFillSpotColor()
- */
- public function SetTextSpotColor($name, $tint=100) {
- if (!isset($this->spot_colors[$name])) {
- $this->Error('Undefined spot color: '.$name);
- }
- $this->TextColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], ($tint / 100));
- $this->fgcolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name);
- $this->ColorFlag = ($this->FillColor != $this->TextColor);
- if ($this->page > 0) {
- $this->_out($this->TextColor);
- }
- }
-
- /**
- * Returns the length of a string in user unit. A font must be selected.
- * @param $s (string) The string whose length is to be computed
- * @param $fontname (string) Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained.
- * @param $fontstyle (string) Font style. Possible values are (case insensitive):
empty string: regular
B: bold
I: italic
U: underline
D: line-trough
O: overline
or any combination. The default value is regular.
- * @param $fontsize (float) Font size in points. The default value is the current size.
- * @param $getarray (boolean) if true returns an array of characters widths, if false returns the total length.
- * @return mixed int total string length or array of characted widths
- * @author Nicola Asuni
- * @public
- * @since 1.2
- */
- public function GetStringWidth($s, $fontname='', $fontstyle='', $fontsize=0, $getarray=false) {
- return $this->GetArrStringWidth($this->utf8Bidi($this->UTF8StringToArray($s), $s, $this->tmprtl), $fontname, $fontstyle, $fontsize, $getarray);
- }
-
- /**
- * Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
- * @param $sa (string) The array of chars whose total length is to be computed
- * @param $fontname (string) Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained.
- * @param $fontstyle (string) Font style. Possible values are (case insensitive):
empty string: regular
B: bold
I: italic
U: underline
D: line trough
O: overline
or any combination. The default value is regular.
- * @param $fontsize (float) Font size in points. The default value is the current size.
- * @param $getarray (boolean) if true returns an array of characters widths, if false returns the total length.
- * @return mixed int total string length or array of characted widths
- * @author Nicola Asuni
- * @public
- * @since 2.4.000 (2008-03-06)
- */
- public function GetArrStringWidth($sa, $fontname='', $fontstyle='', $fontsize=0, $getarray=false) {
- // store current values
- if (!$this->empty_string($fontname)) {
- $prev_FontFamily = $this->FontFamily;
- $prev_FontStyle = $this->FontStyle;
- $prev_FontSizePt = $this->FontSizePt;
- $this->SetFont($fontname, $fontstyle, $fontsize);
- }
- // convert UTF-8 array to Latin1 if required
- $sa = $this->UTF8ArrToLatin1($sa);
- $w = 0; // total width
- $wa = array(); // array of characters widths
- foreach ($sa as $ck => $char) {
- // character width
- $cw = $this->GetCharWidth($char, isset($sa[($ck + 1)]));
- $wa[] = $cw;
- $w += $cw;
- }
- // restore previous values
- if (!$this->empty_string($fontname)) {
- $this->SetFont($prev_FontFamily, $prev_FontStyle, $prev_FontSizePt);
- }
- if ($getarray) {
- return $wa;
- }
- return $w;
- }
-
- /**
- * Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking/kerning).
- * @param $char (int) The char code whose length is to be returned
- * @param $notlast (boolean) set to false for the latest character on string, true otherwise (default)
- * @return float char width
- * @author Nicola Asuni
- * @public
- * @since 2.4.000 (2008-03-06)
- */
- public function GetCharWidth($char, $notlast=true) {
- // get raw width
- $chw = $this->getRawCharWidth($char);
- if (($this->font_spacing != 0) AND $notlast) {
- // increase/decrease font spacing
- $chw += $this->font_spacing;
- }
- if ($this->font_stretching != 100) {
- // fixed stretching mode
- $chw *= ($this->font_stretching / 100);
- }
- return $chw;
- }
-
- /**
- * Returns the length of the char in user unit for the current font.
- * @param $char (int) The char code whose length is to be returned
- * @return float char width
- * @author Nicola Asuni
- * @public
- * @since 5.9.000 (2010-09-28)
- */
- public function getRawCharWidth($char) {
- if ($char == 173) {
- // SHY character will not be printed
- return (0);
- }
- $cw = &$this->CurrentFont['cw'];
- if (isset($cw[$char])) {
- $w = $cw[$char];
- } elseif (isset($this->CurrentFont['dw'])) {
- // default width
- $w = $this->CurrentFont['dw'];
- } elseif (isset($cw[32])) {
- // default width
- $w = $cw[32];
- } else {
- $w = 600;
- }
- return ($w * $this->FontSize / 1000);
- }
-
- /**
- * Returns the numbero of characters in a string.
- * @param $s (string) The input string.
- * @return int number of characters
- * @public
- * @since 2.0.0001 (2008-01-07)
- */
- public function GetNumChars($s) {
- if ($this->isUnicodeFont()) {
- return count($this->UTF8StringToArray($s));
- }
- return strlen($s);
- }
-
- /**
- * Fill the list of available fonts ($this->fontlist).
- * @protected
- * @since 4.0.013 (2008-07-28)
- */
- protected function getFontsList() {
- $fontsdir = opendir($this->_getfontpath());
- while (($file = readdir($fontsdir)) !== false) {
- if (substr($file, -4) == '.php') {
- array_push($this->fontlist, strtolower(basename($file, '.php')));
- }
- }
- closedir($fontsdir);
- }
-
- /**
- * Imports a TrueType, Type1, core, or CID0 font and makes it available.
- * It is necessary to generate a font definition file first (read /fonts/utils/README.TXT).
- * The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by K_PATH_FONTS if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
- * @param $family (string) Font family. The name can be chosen arbitrarily. If it is a standard family name, it will override the corresponding font.
- * @param $style (string) Font style. Possible values are (case insensitive):
empty string: regular (default)
B: bold
I: italic
BI or IB: bold italic
- * @param $fontfile (string) The font definition file. By default, the name is built from the family and style, in lower case with no spaces.
- * @return array containing the font data, or false in case of error.
- * @param $subset (mixed) if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font.
- * @public
- * @since 1.5
- * @see SetFont(), setFontSubsetting()
- */
- public function AddFont($family, $style='', $fontfile='', $subset='default') {
- if ($subset === 'default') {
- $subset = $this->font_subsetting;
- }
- if ($this->empty_string($family)) {
- if (!$this->empty_string($this->FontFamily)) {
- $family = $this->FontFamily;
- } else {
- $this->Error('Empty font family');
- }
- }
- // move embedded styles on $style
- if (substr($family, -1) == 'I') {
- $style .= 'I';
- $family = substr($family, 0, -1);
- }
- if (substr($family, -1) == 'B') {
- $style .= 'B';
- $family = substr($family, 0, -1);
- }
- // normalize family name
- $family = strtolower($family);
- if ((!$this->isunicode) AND ($family == 'arial')) {
- $family = 'helvetica';
- }
- if (($family == 'symbol') OR ($family == 'zapfdingbats')) {
- $style = '';
- }
- $tempstyle = strtoupper($style);
- $style = '';
- // underline
- if (strpos($tempstyle, 'U') !== false) {
- $this->underline = true;
- } else {
- $this->underline = false;
- }
- // line-through (deleted)
- if (strpos($tempstyle, 'D') !== false) {
- $this->linethrough = true;
- } else {
- $this->linethrough = false;
- }
- // overline
- if (strpos($tempstyle, 'O') !== false) {
- $this->overline = true;
- } else {
- $this->overline = false;
- }
- // bold
- if (strpos($tempstyle, 'B') !== false) {
- $style .= 'B';
- }
- // oblique
- if (strpos($tempstyle, 'I') !== false) {
- $style .= 'I';
- }
- $bistyle = $style;
- $fontkey = $family.$style;
- $font_style = $style.($this->underline ? 'U' : '').($this->linethrough ? 'D' : '').($this->overline ? 'O' : '');
- $fontdata = array('fontkey' => $fontkey, 'family' => $family, 'style' => $font_style);
- // check if the font has been already added
- $fb = $this->getFontBuffer($fontkey);
- if ($fb !== false) {
- if ($this->inxobj) {
- // we are inside an XObject template
- $this->xobjects[$this->xobjid]['fonts'][$fontkey] = $fb['i'];
- }
- return $fontdata;
- }
- if (isset($type)) {
- unset($type);
- }
- if (isset($cw)) {
- unset($cw);
- }
- // get specified font directory (if any)
- $fontdir = false;
- if (!$this->empty_string($fontfile)) {
- $fontdir = dirname($fontfile);
- if ($this->empty_string($fontdir) OR ($fontdir == '.')) {
- $fontdir = '';
- } else {
- $fontdir .= '/';
- }
- }
- // search and include font file
- if ($this->empty_string($fontfile) OR (!file_exists($fontfile))) {
- // build a standard filenames for specified font
- $fontfile1 = str_replace(' ', '', $family).strtolower($style).'.php';
- $fontfile2 = str_replace(' ', '', $family).'.php';
- // search files on various directories
- if (($fontdir !== false) AND file_exists($fontdir.$fontfile1)) {
- $fontfile = $fontdir.$fontfile1;
- } elseif (file_exists($this->_getfontpath().$fontfile1)) {
- $fontfile = $this->_getfontpath().$fontfile1;
- } elseif (file_exists($fontfile1)) {
- $fontfile = $fontfile1;
- } elseif (($fontdir !== false) AND file_exists($fontdir.$fontfile2)) {
- $fontfile = $fontdir.$fontfile2;
- } elseif (file_exists($this->_getfontpath().$fontfile2)) {
- $fontfile = $this->_getfontpath().$fontfile2;
- } else {
- $fontfile = $fontfile2;
- }
- }
- // include font file
- if (file_exists($fontfile)) {
- include($fontfile);
- } else {
- $this->Error('Could not include font definition file: '.$family.'');
- }
- // check font parameters
- if ((!isset($type)) OR (!isset($cw))) {
- $this->Error('The font definition file has a bad format: '.$fontfile.'');
- }
- // SET default parameters
- if (!isset($file) OR $this->empty_string($file)) {
- $file = '';
- }
- if (!isset($enc) OR $this->empty_string($enc)) {
- $enc = '';
- }
- if (!isset($cidinfo) OR $this->empty_string($cidinfo)) {
- $cidinfo = array('Registry'=>'Adobe','Ordering'=>'Identity','Supplement'=>0);
- $cidinfo['uni2cid'] = array();
- }
- if (!isset($ctg) OR $this->empty_string($ctg)) {
- $ctg = '';
- }
- if (!isset($desc) OR $this->empty_string($desc)) {
- $desc = array();
- }
- if (!isset($up) OR $this->empty_string($up)) {
- $up = -100;
- }
- if (!isset($ut) OR $this->empty_string($ut)) {
- $ut = 50;
- }
- if (!isset($cw) OR $this->empty_string($cw)) {
- $cw = array();
- }
- if (!isset($dw) OR $this->empty_string($dw)) {
- // set default width
- if (isset($desc['MissingWidth']) AND ($desc['MissingWidth'] > 0)) {
- $dw = $desc['MissingWidth'];
- } elseif (isset($cw[32])) {
- $dw = $cw[32];
- } else {
- $dw = 600;
- }
- }
- ++$this->numfonts;
- if ($type == 'cidfont0') {
- // register CID font (all styles at once)
- $styles = array('' => '', 'B' => ',Bold', 'I' => ',Italic', 'BI' => ',BoldItalic');
- $sname = $name.$styles[$bistyle];
- // artificial bold
- if (strpos($bistyle, 'B') !== false) {
- if (isset($desc['StemV'])) {
- $desc['StemV'] *= 2;
- } else {
- $desc['StemV'] = 120;
- }
- }
- // artificial italic
- if (strpos($bistyle, 'I') !== false) {
- if (isset($desc['ItalicAngle'])) {
- $desc['ItalicAngle'] -= 11;
- } else {
- $desc['ItalicAngle'] = -11;
- }
- }
- } elseif ($type == 'core') {
- $name = $this->CoreFonts[$fontkey];
- $subset = false;
- } elseif (($type == 'TrueType') OR ($type == 'Type1')) {
- $subset = false;
- } elseif ($type == 'TrueTypeUnicode') {
- $enc = 'Identity-H';
- } else {
- $this->Error('Unknow font type: '.$type.'');
- }
- // initialize subsetchars to contain default ASCII values (0-255)
- $subsetchars = array_fill(0, 256, true);
- $this->setFontBuffer($fontkey, array('fontkey' => $fontkey, 'i' => $this->numfonts, 'type' => $type, 'name' => $name, 'desc' => $desc, 'up' => $up, 'ut' => $ut, 'cw' => $cw, 'dw' => $dw, 'enc' => $enc, 'cidinfo' => $cidinfo, 'file' => $file, 'ctg' => $ctg, 'subset' => $subset, 'subsetchars' => $subsetchars));
- if ($this->inxobj) {
- // we are inside an XObject template
- $this->xobjects[$this->xobjid]['fonts'][$fontkey] = $this->numfonts;
- }
- if (isset($diff) AND (!empty($diff))) {
- //Search existing encodings
- $d = 0;
- $nb = count($this->diffs);
- for ($i=1; $i <= $nb; ++$i) {
- if ($this->diffs[$i] == $diff) {
- $d = $i;
- break;
- }
- }
- if ($d == 0) {
- $d = $nb + 1;
- $this->diffs[$d] = $diff;
- }
- $this->setFontSubBuffer($fontkey, 'diff', $d);
- }
- if (!$this->empty_string($file)) {
- if (!isset($this->FontFiles[$file])) {
- if ((strcasecmp($type,'TrueType') == 0) OR (strcasecmp($type, 'TrueTypeUnicode') == 0)) {
- $this->FontFiles[$file] = array('length1' => $originalsize, 'fontdir' => $fontdir, 'subset' => $subset, 'fontkeys' => array($fontkey));
- } elseif ($type != 'core') {
- $this->FontFiles[$file] = array('length1' => $size1, 'length2' => $size2, 'fontdir' => $fontdir, 'subset' => $subset, 'fontkeys' => array($fontkey));
- }
- } else {
- // update fontkeys that are sharing this font file
- $this->FontFiles[$file]['subset'] = ($this->FontFiles[$file]['subset'] AND $subset);
- if (!in_array($fontkey, $this->FontFiles[$file]['fontkeys'])) {
- $this->FontFiles[$file]['fontkeys'][] = $fontkey;
- }
- }
- }
- return $fontdata;
- }
-
- /**
- * Sets the font used to print character strings.
- * The font can be either a standard one or a font added via the AddFont() method. Standard fonts use Windows encoding cp1252 (Western Europe).
- * The method can be called before the first page is created and the font is retained from page to page.
- * If you just wish to change the current font size, it is simpler to call SetFontSize().
- * Note: for the standard fonts, the font metric files must be accessible. There are three possibilities for this:
They are in the current directory (the one where the running script lies)
They are in one of the directories defined by the include_path parameter
They are in the directory defined by the K_PATH_FONTS constant
- * @param $family (string) Family font. It can be either a name defined by AddFont() or one of the standard Type1 families (case insensitive):
times (Times-Roman)
timesb (Times-Bold)
timesi (Times-Italic)
timesbi (Times-BoldItalic)
helvetica (Helvetica)
helveticab (Helvetica-Bold)
helveticai (Helvetica-Oblique)
helveticabi (Helvetica-BoldOblique)
courier (Courier)
courierb (Courier-Bold)
courieri (Courier-Oblique)
courierbi (Courier-BoldOblique)
symbol (Symbol)
zapfdingbats (ZapfDingbats)
It is also possible to pass an empty string. In that case, the current family is retained.
- * @param $style (string) Font style. Possible values are (case insensitive):
empty string: regular
B: bold
I: italic
U: underline
D: line trough
O: overline
or any combination. The default value is regular. Bold and italic styles do not apply to Symbol and ZapfDingbats basic fonts or other fonts when not defined.
- * @param $size (float) Font size in points. The default value is the current size. If no size has been specified since the beginning of the document, the value taken is 12
- * @param $fontfile (string) The font definition file. By default, the name is built from the family and style, in lower case with no spaces.
- * @param $subset (mixed) if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font.
- * @author Nicola Asuni
- * @public
- * @since 1.0
- * @see AddFont(), SetFontSize()
- */
- public function SetFont($family, $style='', $size=0, $fontfile='', $subset='default') {
- //Select a font; size given in points
- if ($size == 0) {
- $size = $this->FontSizePt;
- }
- // try to add font (if not already added)
- $fontdata = $this->AddFont($family, $style, $fontfile, $subset);
- $this->FontFamily = $fontdata['family'];
- $this->FontStyle = $fontdata['style'];
- $this->CurrentFont = $this->getFontBuffer($fontdata['fontkey']);
- $this->SetFontSize($size);
- }
-
- /**
- * Defines the size of the current font.
- * @param $size (float) The size (in points)
- * @param $out (boolean) if true output the font size command, otherwise only set the font properties.
- * @public
- * @since 1.0
- * @see SetFont()
- */
- public function SetFontSize($size, $out=true) {
- // font size in points
- $this->FontSizePt = $size;
- // font size in user units
- $this->FontSize = $size / $this->k;
- // calculate some font metrics
- if (isset($this->CurrentFont['desc']['FontBBox'])) {
- $bbox = explode(' ', substr($this->CurrentFont['desc']['FontBBox'], 1, -1));
- $font_height = ((intval($bbox[3]) - intval($bbox[1])) * $size / 1000);
- } else {
- $font_height = $size * 1.219;
- }
- if (isset($this->CurrentFont['desc']['Ascent']) AND ($this->CurrentFont['desc']['Ascent'] > 0)) {
- $font_ascent = ($this->CurrentFont['desc']['Ascent'] * $size / 1000);
- }
- if (isset($this->CurrentFont['desc']['Descent']) AND ($this->CurrentFont['desc']['Descent'] <= 0)) {
- $font_descent = (- $this->CurrentFont['desc']['Descent'] * $size / 1000);
- }
- if (!isset($font_ascent) AND !isset($font_descent)) {
- // core font
- $font_ascent = 0.76 * $font_height;
- $font_descent = $font_height - $font_ascent;
- } elseif (!isset($font_descent)) {
- $font_descent = $font_height - $font_ascent;
- } elseif (!isset($font_ascent)) {
- $font_ascent = $font_height - $font_descent;
- }
- $this->FontAscent = $font_ascent / $this->k;
- $this->FontDescent = $font_descent / $this->k;
- if ($out AND ($this->page > 0) AND (isset($this->CurrentFont['i']))) {
- $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
- }
- }
-
- /**
- * Return the font descent value
- * @param $font (string) font name
- * @param $style (string) font style
- * @param $size (float) The size (in points)
- * @return int font descent
- * @public
- * @author Nicola Asuni
- * @since 4.9.003 (2010-03-30)
- */
- public function getFontDescent($font, $style='', $size=0) {
- $fontdata = $this->AddFont($font, $style);
- $fontinfo = $this->getFontBuffer($fontdata['fontkey']);
- if (isset($fontinfo['desc']['Descent']) AND ($fontinfo['desc']['Descent'] <= 0)) {
- $descent = (- $fontinfo['desc']['Descent'] * $size / 1000);
- } else {
- $descent = 1.219 * 0.24 * $size;
- }
- return ($descent / $this->k);
- }
-
- /**
- * Return the font ascent value
- * @param $font (string) font name
- * @param $style (string) font style
- * @param $size (float) The size (in points)
- * @return int font ascent
- * @public
- * @author Nicola Asuni
- * @since 4.9.003 (2010-03-30)
- */
- public function getFontAscent($font, $style='', $size=0) {
- $fontdata = $this->AddFont($font, $style);
- $fontinfo = $this->getFontBuffer($fontdata['fontkey']);
- if (isset($fontinfo['desc']['Ascent']) AND ($fontinfo['desc']['Ascent'] > 0)) {
- $ascent = ($fontinfo['desc']['Ascent'] * $size / 1000);
- } else {
- $ascent = 1.219 * 0.76 * $size;
- }
- return ($ascent / $this->k);
- }
-
- /**
- * Defines the default monospaced font.
- * @param $font (string) Font name.
- * @public
- * @since 4.5.025
- */
- public function SetDefaultMonospacedFont($font) {
- $this->default_monospaced_font = $font;
- }
-
- /**
- * Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
- * The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
- * @public
- * @since 1.5
- * @see Cell(), Write(), Image(), Link(), SetLink()
- */
- public function AddLink() {
- //Create a new internal link
- $n = count($this->links) + 1;
- $this->links[$n] = array(0, 0);
- return $n;
- }
-
- /**
- * Defines the page and position a link points to.
- * @param $link (int) The link identifier returned by AddLink()
- * @param $y (float) Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page)
- * @param $page (int) Number of target page; -1 indicates the current page. This is the default value
- * @public
- * @since 1.5
- * @see AddLink()
- */
- public function SetLink($link, $y=0, $page=-1) {
- if ($y == -1) {
- $y = $this->y;
- }
- if ($page == -1) {
- $page = $this->page;
- }
- $this->links[$link] = array($page, $y);
- }
-
- /**
- * Puts a link on a rectangular area of the page.
- * Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.
- * @param $x (float) Abscissa of the upper-left corner of the rectangle
- * @param $y (float) Ordinate of the upper-left corner of the rectangle
- * @param $w (float) Width of the rectangle
- * @param $h (float) Height of the rectangle
- * @param $link (mixed) URL or identifier returned by AddLink()
- * @param $spaces (int) number of spaces on the text to link
- * @public
- * @since 1.5
- * @see AddLink(), Annotation(), Cell(), Write(), Image()
- */
- public function Link($x, $y, $w, $h, $link, $spaces=0) {
- $this->Annotation($x, $y, $w, $h, $link, array('Subtype'=>'Link'), $spaces);
- }
-
- /**
- * Puts a markup annotation on a rectangular area of the page.
- * !!!!THE ANNOTATION SUPPORT IS NOT YET FULLY IMPLEMENTED !!!!
- * @param $x (float) Abscissa of the upper-left corner of the rectangle
- * @param $y (float) Ordinate of the upper-left corner of the rectangle
- * @param $w (float) Width of the rectangle
- * @param $h (float) Height of the rectangle
- * @param $text (string) annotation text or alternate content
- * @param $opt (array) array of options (see section 8.4 of PDF reference 1.7).
- * @param $spaces (int) number of spaces on the text to link
- * @public
- * @since 4.0.018 (2008-08-06)
- */
- public function Annotation($x, $y, $w, $h, $text, $opt=array('Subtype'=>'Text'), $spaces=0) {
- if ($this->inxobj) {
- // store parameters for later use on template
- $this->xobjects[$this->xobjid]['annotations'][] = array('x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'text' => $text, 'opt' => $opt, 'spaces' => $spaces);
- return;
- }
- if ($x === '') {
- $x = $this->x;
- }
- if ($y === '') {
- $y = $this->y;
- }
- // check page for no-write regions and adapt page margins if necessary
- $this->checkPageRegions($h, $x, $y);
- // recalculate coordinates to account for graphic transformations
- if (isset($this->transfmatrix) AND !empty($this->transfmatrix)) {
- for ($i=$this->transfmatrix_key; $i > 0; --$i) {
- $maxid = count($this->transfmatrix[$i]) - 1;
- for ($j=$maxid; $j >= 0; --$j) {
- $ctm = $this->transfmatrix[$i][$j];
- if (isset($ctm['a'])) {
- $x = $x * $this->k;
- $y = ($this->h - $y) * $this->k;
- $w = $w * $this->k;
- $h = $h * $this->k;
- // top left
- $xt = $x;
- $yt = $y;
- $x1 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e'];
- $y1 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f'];
- // top right
- $xt = $x + $w;
- $yt = $y;
- $x2 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e'];
- $y2 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f'];
- // bottom left
- $xt = $x;
- $yt = $y - $h;
- $x3 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e'];
- $y3 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f'];
- // bottom right
- $xt = $x + $w;
- $yt = $y - $h;
- $x4 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e'];
- $y4 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f'];
- // new coordinates (rectangle area)
- $x = min($x1, $x2, $x3, $x4);
- $y = max($y1, $y2, $y3, $y4);
- $w = (max($x1, $x2, $x3, $x4) - $x) / $this->k;
- $h = ($y - min($y1, $y2, $y3, $y4)) / $this->k;
- $x = $x / $this->k;
- $y = $this->h - ($y / $this->k);
- }
- }
- }
- }
- if ($this->page <= 0) {
- $page = 1;
- } else {
- $page = $this->page;
- }
- if (!isset($this->PageAnnots[$page])) {
- $this->PageAnnots[$page] = array();
- }
- ++$this->n;
- $this->PageAnnots[$page][] = array('n' => $this->n, 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'txt' => $text, 'opt' => $opt, 'numspaces' => $spaces);
- if ((($opt['Subtype'] == 'FileAttachment') OR ($opt['Subtype'] == 'Sound')) AND (!$this->empty_string($opt['FS'])) AND file_exists($opt['FS']) AND (!isset($this->embeddedfiles[basename($opt['FS'])]))) {
- ++$this->n;
- $this->embeddedfiles[basename($opt['FS'])] = array('n' => $this->n, 'file' => $opt['FS']);
- }
- // Add widgets annotation's icons
- if (isset($opt['mk']['i']) AND file_exists($opt['mk']['i'])) {
- $this->Image($opt['mk']['i'], '', '', 10, 10, '', '', '', false, 300, '', false, false, 0, false, true);
- }
- if (isset($opt['mk']['ri']) AND file_exists($opt['mk']['ri'])) {
- $this->Image($opt['mk']['ri'], '', '', 0, 0, '', '', '', false, 300, '', false, false, 0, false, true);
- }
- if (isset($opt['mk']['ix']) AND file_exists($opt['mk']['ix'])) {
- $this->Image($opt['mk']['ix'], '', '', 0, 0, '', '', '', false, 300, '', false, false, 0, false, true);
- }
- }
-
- /**
- * Embedd the attached files.
- * @since 4.4.000 (2008-12-07)
- * @protected
- * @see Annotation()
- */
- protected function _putEmbeddedFiles() {
- reset($this->embeddedfiles);
- foreach ($this->embeddedfiles as $filename => $filedata) {
- $data = file_get_contents($filedata['file']);
- $filter = '';
- if ($this->compress) {
- $data = gzcompress($data);
- $filter = ' /Filter /FlateDecode';
- }
- $stream = $this->_getrawstream($data, $filedata['n']);
- $out = $this->_getobj($filedata['n'])."\n";
- $out .= '<< /Type /EmbeddedFile'.$filter.' /Length '.strlen($stream).' >>';
- $out .= ' stream'."\n".$stream."\n".'endstream';
- $out .= "\n".'endobj';
- $this->_out($out);
- }
- }
-
- /**
- * Prints a text cell at the specified position.
- * This method allows to place a string precisely on the page.
- * @param $x (float) Abscissa of the cell origin
- * @param $y (float) Ordinate of the cell origin
- * @param $txt (string) String to print
- * @param $fstroke (int) outline size in user units (false = disable)
- * @param $fclip (boolean) if true activate clipping mode (you must call StartTransform() before this function and StopTransform() to stop the clipping tranformation).
- * @param $ffill (boolean) if true fills the text
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
0: to the right (or left for RTL languages)
1: to the beginning of the next line
2: below
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
- * @param $align (string) Allows to center or align the text. Possible values are:
L or empty string: left align (default value)
C: center
R: right align
J: justify
- * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false).
- * @param $link (mixed) URL or identifier returned by AddLink().
- * @param $stretch (int) font stretch mode:
0 = disabled
1 = horizontal scaling only if text is larger than cell width
2 = forced horizontal scaling to fit cell width
3 = character spacing only if text is larger than cell width
4 = forced character spacing to fit cell width
General font stretching and scaling values will be preserved when possible.
- * @param $ignore_min_height (boolean) if true ignore automatic minimum height value.
- * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
T : cell top
A : font top
L : font baseline
D : font bottom
B : cell bottom
- * @param $valign (string) text vertical alignment inside the cell. Possible values are:
T : top
C : center
B : bottom
- * @param $rtloff (boolean) if true uses the page top-left corner as origin of axis for $x and $y initial position.
- * @public
- * @since 1.0
- * @see Cell(), Write(), MultiCell(), WriteHTML(), WriteHTMLCell()
- */
- public function Text($x, $y, $txt, $fstroke=false, $fclip=false, $ffill=true, $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M', $rtloff=false) {
- $textrendermode = $this->textrendermode;
- $textstrokewidth = $this->textstrokewidth;
- $this->setTextRenderingMode($fstroke, $ffill, $fclip);
- $this->SetXY($x, $y, $rtloff);
- $this->Cell(0, 0, $txt, $border, $ln, $align, $fill, $link, $stretch, $ignore_min_height, $calign, $valign);
- // restore previous rendering mode
- $this->textrendermode = $textrendermode;
- $this->textstrokewidth = $textstrokewidth;
- }
-
- /**
- * Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
- * The default implementation returns a value according to the mode selected by SetAutoPageBreak().
- * This method is called automatically and should not be called directly by the application.
- * @return boolean
- * @public
- * @since 1.4
- * @see SetAutoPageBreak()
- */
- public function AcceptPageBreak() {
- if ($this->num_columns > 1) {
- // multi column mode
- if($this->current_column < ($this->num_columns - 1)) {
- // go to next column
- $this->selectColumn($this->current_column + 1);
- } else {
- // add a new page
- $this->AddPage();
- // set first column
- $this->selectColumn(0);
- }
- // avoid page breaking from checkPageBreak()
- return false;
- }
- return $this->AutoPageBreak;
- }
-
- /**
- * Add page if needed.
- * @param $h (float) Cell height. Default value: 0.
- * @param $y (mixed) starting y position, leave empty for current position.
- * @param $addpage (boolean) if true add a page, otherwise only return the true/false state
- * @return boolean true in case of page break, false otherwise.
- * @since 3.2.000 (2008-07-01)
- * @protected
- */
- protected function checkPageBreak($h=0, $y='', $addpage=true) {
- if ($this->empty_string($y)) {
- $y = $this->y;
- }
- $current_page = $this->page;
- if ((($y + $h) > $this->PageBreakTrigger) AND (!$this->InFooter) AND ($this->AcceptPageBreak())) {
- if ($addpage) {
- //Automatic page break
- $x = $this->x;
- $this->AddPage($this->CurOrientation);
- $this->y = $this->tMargin;
- $oldpage = $this->page - 1;
- if ($this->rtl) {
- if ($this->pagedim[$this->page]['orm'] != $this->pagedim[$oldpage]['orm']) {
- $this->x = $x - ($this->pagedim[$this->page]['orm'] - $this->pagedim[$oldpage]['orm']);
- } else {
- $this->x = $x;
- }
- } else {
- if ($this->pagedim[$this->page]['olm'] != $this->pagedim[$oldpage]['olm']) {
- $this->x = $x + ($this->pagedim[$this->page]['olm'] - $this->pagedim[$oldpage]['olm']);
- } else {
- $this->x = $x;
- }
- }
- }
- return true;
- }
- if ($current_page != $this->page) {
- // account for columns mode
- return true;
- }
- return false;
- }
-
- /**
- * Removes SHY characters from text.
- * Unicode Data:
- *
Name : SOFT HYPHEN, commonly abbreviated as SHY
- *
HTML Entity (decimal): "­"
- *
HTML Entity (hex): "­"
- *
HTML Entity (named): "­"
- *
How to type in Microsoft Windows: [Alt +00AD] or [Alt 0173]
- *
UTF-8 (hex): 0xC2 0xAD (c2ad)
- *
UTF-8 character: chr(194).chr(173)
- *
- * @param $txt (string) input string
- * @return string without SHY characters.
- * @public
- * @since (4.5.019) 2009-02-28
- */
- public function removeSHY($txt='') {
- $txt = preg_replace('/([\\xc2]{1}[\\xad]{1})/', '', $txt);
- if (!$this->isunicode) {
- $txt = preg_replace('/([\\xad]{1})/', '', $txt);
- }
- return $txt;
- }
-
- /**
- * Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
- * If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
- * @param $w (float) Cell width. If 0, the cell extends up to the right margin.
- * @param $h (float) Cell height. Default value: 0.
- * @param $txt (string) String to print. Default value: empty string.
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
0: to the right (or left for RTL languages)
1: to the beginning of the next line
2: below
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
- * @param $align (string) Allows to center or align the text. Possible values are:
L or empty string: left align (default value)
C: center
R: right align
J: justify
- * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false).
- * @param $link (mixed) URL or identifier returned by AddLink().
- * @param $stretch (int) font stretch mode:
0 = disabled
1 = horizontal scaling only if text is larger than cell width
2 = forced horizontal scaling to fit cell width
3 = character spacing only if text is larger than cell width
4 = forced character spacing to fit cell width
General font stretching and scaling values will be preserved when possible.
- * @param $ignore_min_height (boolean) if true ignore automatic minimum height value.
- * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
T : cell top
C : center
B : cell bottom
A : font top
L : font baseline
D : font bottom
- * @param $valign (string) text vertical alignment inside the cell. Possible values are:
T : top
C : center
B : bottom
- * @public
- * @since 1.0
- * @see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), AddLink(), Ln(), MultiCell(), Write(), SetAutoPageBreak()
- */
- public function Cell($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M') {
- $prev_cell_margin = $this->cell_margin;
- $prev_cell_padding = $this->cell_padding;
- $this->adjustCellPadding($border);
- if (!$ignore_min_height) {
- $min_cell_height = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B'];
- if ($h < $min_cell_height) {
- $h = $min_cell_height;
- }
- }
- $this->checkPageBreak($h + $this->cell_margin['T'] + $this->cell_margin['B']);
- $this->_out($this->getCellCode($w, $h, $txt, $border, $ln, $align, $fill, $link, $stretch, true, $calign, $valign));
- $this->cell_padding = $prev_cell_padding;
- $this->cell_margin = $prev_cell_margin;
- }
-
- /**
- * Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
- * If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
- * @param $w (float) Cell width. If 0, the cell extends up to the right margin.
- * @param $h (float) Cell height. Default value: 0.
- * @param $txt (string) String to print. Default value: empty string.
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
0: to the right (or left for RTL languages)
1: to the beginning of the next line
2: below
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
- * @param $align (string) Allows to center or align the text. Possible values are:
L or empty string: left align (default value)
C: center
R: right align
J: justify
- * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false).
- * @param $link (mixed) URL or identifier returned by AddLink().
- * @param $stretch (int) font stretch mode:
0 = disabled
1 = horizontal scaling only if text is larger than cell width
2 = forced horizontal scaling to fit cell width
3 = character spacing only if text is larger than cell width
4 = forced character spacing to fit cell width
General font stretching and scaling values will be preserved when possible.
- * @param $ignore_min_height (boolean) if true ignore automatic minimum height value.
- * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
T : cell top
C : center
B : cell bottom
A : font top
L : font baseline
D : font bottom
- * @param $valign (string) text vertical alignment inside the cell. Possible values are:
T : top
M : middle
B : bottom
- * @return string containing cell code
- * @protected
- * @since 1.0
- * @see Cell()
- */
- protected function getCellCode($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M') {
- $prev_cell_margin = $this->cell_margin;
- $prev_cell_padding = $this->cell_padding;
- $txt = $this->removeSHY($txt);
- $rs = ''; //string to be returned
- $this->adjustCellPadding($border);
- if (!$ignore_min_height) {
- $min_cell_height = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B'];
- if ($h < $min_cell_height) {
- $h = $min_cell_height;
- }
- }
- $k = $this->k;
- // check page for no-write regions and adapt page margins if necessary
- $this->checkPageRegions($h, $this->x, $this->y);
- if ($this->rtl) {
- $x = $this->x - $this->cell_margin['R'];
- } else {
- $x = $this->x + $this->cell_margin['L'];
- }
- $y = $this->y + $this->cell_margin['T'];
- $prev_font_stretching = $this->font_stretching;
- $prev_font_spacing = $this->font_spacing;
- // cell vertical alignment
- switch ($calign) {
- case 'A': {
- // font top
- switch ($valign) {
- case 'T': {
- // top
- $y -= $this->cell_padding['T'];
- break;
- }
- case 'B': {
- // bottom
- $y -= ($h - $this->cell_padding['B'] - $this->FontAscent - $this->FontDescent);
- break;
- }
- default:
- case 'C':
- case 'M': {
- // center
- $y -= (($h - $this->FontAscent - $this->FontDescent) / 2);
- break;
- }
- }
- break;
- }
- case 'L': {
- // font baseline
- switch ($valign) {
- case 'T': {
- // top
- $y -= ($this->cell_padding['T'] + $this->FontAscent);
- break;
- }
- case 'B': {
- // bottom
- $y -= ($h - $this->cell_padding['B'] - $this->FontDescent);
- break;
- }
- default:
- case 'C':
- case 'M': {
- // center
- $y -= (($h + $this->FontAscent - $this->FontDescent) / 2);
- break;
- }
- }
- break;
- }
- case 'D': {
- // font bottom
- switch ($valign) {
- case 'T': {
- // top
- $y -= ($this->cell_padding['T'] + $this->FontAscent + $this->FontDescent);
- break;
- }
- case 'B': {
- // bottom
- $y -= ($h - $this->cell_padding['B']);
- break;
- }
- default:
- case 'C':
- case 'M': {
- // center
- $y -= (($h + $this->FontAscent + $this->FontDescent) / 2);
- break;
- }
- }
- break;
- }
- case 'B': {
- // cell bottom
- $y -= $h;
- break;
- }
- case 'C':
- case 'M': {
- // cell center
- $y -= ($h / 2);
- break;
- }
- default:
- case 'T': {
- // cell top
- break;
- }
- }
- // text vertical alignment
- switch ($valign) {
- case 'T': {
- // top
- $yt = $y + $this->cell_padding['T'];
- break;
- }
- case 'B': {
- // bottom
- $yt = $y + $h - $this->cell_padding['B'] - $this->FontAscent - $this->FontDescent;
- break;
- }
- default:
- case 'C':
- case 'M': {
- // center
- $yt = $y + (($h - $this->FontAscent - $this->FontDescent) / 2);
- break;
- }
- }
- $basefonty = $yt + $this->FontAscent;
- if ($this->empty_string($w) OR ($w <= 0)) {
- if ($this->rtl) {
- $w = $x - $this->lMargin;
- } else {
- $w = $this->w - $this->rMargin - $x;
- }
- }
- $s = '';
- // fill and borders
- if (is_string($border) AND (strlen($border) == 4)) {
- // full border
- $border = 1;
- }
- if ($fill OR ($border == 1)) {
- if ($fill) {
- $op = ($border == 1) ? 'B' : 'f';
- } else {
- $op = 'S';
- }
- if ($this->rtl) {
- $xk = (($x - $w) * $k);
- } else {
- $xk = ($x * $k);
- }
- $s .= sprintf('%.2F %.2F %.2F %.2F re %s ', $xk, (($this->h - $y) * $k), ($w * $k), (-$h * $k), $op);
- }
- // draw borders
- $s .= $this->getCellBorder($x, $y, $w, $h, $border);
- if ($txt != '') {
- $txt2 = $txt;
- if ($this->isunicode) {
- if (($this->CurrentFont['type'] == 'core') OR ($this->CurrentFont['type'] == 'TrueType') OR ($this->CurrentFont['type'] == 'Type1')) {
- $txt2 = $this->UTF8ToLatin1($txt2);
- } else {
- $unicode = $this->UTF8StringToArray($txt); // array of UTF-8 unicode values
- $unicode = $this->utf8Bidi($unicode, '', $this->tmprtl);
- if (defined('K_THAI_TOPCHARS') AND (K_THAI_TOPCHARS == true)) {
- // ---- Fix for bug #2977340 "Incorrect Thai characters position arrangement" ----
- // NOTE: this doesn't work with HTML justification
- // Symbols that could overlap on the font top (only works in LTR)
- $topchar = array(3611, 3613, 3615, 3650, 3651, 3652); // chars that extends on top
- $topsym = array(3633, 3636, 3637, 3638, 3639, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662); // symbols with top position
- $numchars = count($unicode); // number of chars
- $unik = 0;
- $uniblock = array();
- $uniblock[$unik] = array();
- $uniblock[$unik][] = $unicode[0];
- // resolve overlapping conflicts by splitting the string in several parts
- for ($i = 1; $i < $numchars; ++$i) {
- // check if symbols overlaps at top
- if (in_array($unicode[$i], $topsym) AND (in_array($unicode[($i - 1)], $topsym) OR in_array($unicode[($i - 1)], $topchar))) {
- // move symbols to another array
- ++$unik;
- $uniblock[$unik] = array();
- $uniblock[$unik][] = $unicode[$i];
- ++$unik;
- $uniblock[$unik] = array();
- $unicode[$i] = 0x200b; // Unicode Character 'ZERO WIDTH SPACE' (DEC:8203, U+200B)
- } else {
- $uniblock[$unik][] = $unicode[$i];
- }
- }
- // ---- END OF Fix for bug #2977340
- }
- $txt2 = $this->arrUTF8ToUTF16BE($unicode, false);
- }
- }
- $txt2 = $this->_escape($txt2);
- // get current text width (considering general font stretching and spacing)
- $txwidth = $this->GetStringWidth($txt);
- $width = $txwidth;
- // check for stretch mode
- if ($stretch > 0) {
- // calculate ratio between cell width and text width
- if ($width <= 0) {
- $ratio = 1;
- } else {
- $ratio = (($w - $this->cell_padding['L'] - $this->cell_padding['R']) / $width);
- }
- // check if stretching is required
- if (($ratio < 1) OR (($ratio > 1) AND (($stretch % 2) == 0))) {
- // the text will be stretched to fit cell width
- if ($stretch > 2) {
- // set new character spacing
- $this->font_spacing += ($w - $this->cell_padding['L'] - $this->cell_padding['R'] - $width) / (max(($this->GetNumChars($txt) - 1), 1) * ($this->font_stretching / 100));
- } else {
- // set new horizontal stretching
- $this->font_stretching *= $ratio;
- }
- // recalculate text width (the text fills the entire cell)
- $width = $w - $this->cell_padding['L'] - $this->cell_padding['R'];
- // reset alignment
- $align = '';
- }
- }
- if ($this->font_stretching != 100) {
- // apply font stretching
- $rs .= sprintf('BT %.2F Tz ET ', $this->font_stretching);
- }
- if ($this->font_spacing != 0) {
- // increase/decrease font spacing
- $rs .= sprintf('BT %.2F Tc ET ', ($this->font_spacing * $this->k));
- }
- if ($this->ColorFlag) {
- $s .= 'q '.$this->TextColor.' ';
- }
- // rendering mode
- $s .= sprintf('BT %d Tr %.2F w ET ', $this->textrendermode, $this->textstrokewidth);
- // count number of spaces
- $ns = substr_count($txt, chr(32));
- // Justification
- $spacewidth = 0;
- if (($align == 'J') AND ($ns > 0)) {
- if ($this->isUnicodeFont()) {
- // get string width without spaces
- $width = $this->GetStringWidth(str_replace(' ', '', $txt));
- // calculate average space width
- $spacewidth = -1000 * ($w - $width - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1) / $this->FontSize;
- if ($this->font_stretching != 100) {
- // word spacing is affected by stretching
- $spacewidth /= ($this->font_stretching / 100);
- }
- // set word position to be used with TJ operator
- $txt2 = str_replace(chr(0).chr(32), ') '.sprintf('%.3F', $spacewidth).' (', $txt2);
- $unicode_justification = true;
- } else {
- // get string width
- $width = $txwidth;
- // new space width
- $spacewidth = (($w - $width - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1)) * $this->k;
- if ($this->font_stretching != 100) {
- // word spacing (Tw) is affected by stretching
- $spacewidth /= ($this->font_stretching / 100);
- }
- // set word spacing
- $rs .= sprintf('BT %.3F Tw ET ', $spacewidth);
- }
- $width = $w - $this->cell_padding['L'] - $this->cell_padding['R'];
- }
- // replace carriage return characters
- $txt2 = str_replace("\r", ' ', $txt2);
- switch ($align) {
- case 'C': {
- $dx = ($w - $width) / 2;
- break;
- }
- case 'R': {
- if ($this->rtl) {
- $dx = $this->cell_padding['R'];
- } else {
- $dx = $w - $width - $this->cell_padding['R'];
- }
- break;
- }
- case 'L': {
- if ($this->rtl) {
- $dx = $w - $width - $this->cell_padding['L'];
- } else {
- $dx = $this->cell_padding['L'];
- }
- break;
- }
- case 'J':
- default: {
- if ($this->rtl) {
- $dx = $this->cell_padding['R'];
- } else {
- $dx = $this->cell_padding['L'];
- }
- break;
- }
- }
- if ($this->rtl) {
- $xdx = $x - $dx - $width;
- } else {
- $xdx = $x + $dx;
- }
- $xdk = $xdx * $k;
- // print text
- $s .= sprintf('BT %.2F %.2F Td [(%s)] TJ ET', $xdk, (($this->h - $basefonty) * $k), $txt2);
- if (isset($uniblock)) {
- // print overlapping characters as separate string
- $xshift = 0; // horizontal shift
- $ty = (($this->h - $basefonty + (0.2 * $this->FontSize)) * $k);
- $spw = (($w - $txwidth - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1));
- foreach ($uniblock as $uk => $uniarr) {
- if (($uk % 2) == 0) {
- // x space to skip
- if ($spacewidth != 0) {
- // justification shift
- $xshift += (count(array_keys($uniarr, 32)) * $spw);
- }
- $xshift += $this->GetArrStringWidth($uniarr); // + shift justification
- } else {
- // character to print
- $topchr = $this->arrUTF8ToUTF16BE($uniarr, false);
- $topchr = $this->_escape($topchr);
- $s .= sprintf(' BT %.2F %.2F Td [(%s)] TJ ET', ($xdk + ($xshift * $k)), $ty, $topchr);
- }
- }
- }
- if ($this->underline) {
- $s .= ' '.$this->_dounderlinew($xdx, $basefonty, $width);
- }
- if ($this->linethrough) {
- $s .= ' '.$this->_dolinethroughw($xdx, $basefonty, $width);
- }
- if ($this->overline) {
- $s .= ' '.$this->_dooverlinew($xdx, $basefonty, $width);
- }
- if ($this->ColorFlag) {
- $s .= ' Q';
- }
- if ($link) {
- $this->Link($xdx, $yt, $width, ($this->FontAscent + $this->FontDescent), $link, $ns);
- }
- }
- // output cell
- if ($s) {
- // output cell
- $rs .= $s;
- if ($this->font_spacing != 0) {
- // reset font spacing mode
- $rs .= ' BT 0 Tc ET';
- }
- if ($this->font_stretching != 100) {
- // reset font stretching mode
- $rs .= ' BT 100 Tz ET';
- }
- }
- // reset word spacing
- if (!$this->isUnicodeFont() AND ($align == 'J')) {
- $rs .= ' BT 0 Tw ET';
- }
- // reset stretching and spacing
- $this->font_stretching = $prev_font_stretching;
- $this->font_spacing = $prev_font_spacing;
- $this->lasth = $h;
- if ($ln > 0) {
- //Go to the beginning of the next line
- $this->y = $y + $h + $this->cell_margin['B'];
- if ($ln == 1) {
- if ($this->rtl) {
- $this->x = $this->w - $this->rMargin;
- } else {
- $this->x = $this->lMargin;
- }
- }
- } else {
- // go left or right by case
- if ($this->rtl) {
- $this->x = $x - $w - $this->cell_margin['L'];
- } else {
- $this->x = $x + $w + $this->cell_margin['R'];
- }
- }
- $gstyles = ''.$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '.$this->FillColor."\n";
- $rs = $gstyles.$rs;
- $this->cell_padding = $prev_cell_padding;
- $this->cell_margin = $prev_cell_margin;
- return $rs;
- }
-
- /**
- * Returns the code to draw the cell border
- * @param $x (float) X coordinate.
- * @param $y (float) Y coordinate.
- * @param $w (float) Cell width.
- * @param $h (float) Cell height.
- * @param $brd (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @return string containing cell border code
- * @protected
- * @see SetLineStyle()
- * @since 5.7.000 (2010-08-02)
- */
- protected function getCellBorder($x, $y, $w, $h, $brd) {
- $s = ''; // string to be returned
- if (empty($brd)) {
- return $s;
- }
- if ($brd == 1) {
- $brd = array('LRTB' => true);
- }
- // calculate coordinates for border
- $k = $this->k;
- if ($this->rtl) {
- $xeL = ($x - $w) * $k;
- $xeR = $x * $k;
- } else {
- $xeL = $x * $k;
- $xeR = ($x + $w) * $k;
- }
- $yeL = (($this->h - ($y + $h)) * $k);
- $yeT = (($this->h - $y) * $k);
- $xeT = $xeL;
- $xeB = $xeR;
- $yeR = $yeT;
- $yeB = $yeL;
- if (is_string($brd)) {
- // convert string to array
- $slen = strlen($brd);
- $newbrd = array();
- for ($i = 0; $i < $slen; ++$i) {
- $newbrd[$brd{$i}] = array('cap' => 'square', 'join' => 'miter');
- }
- $brd = $newbrd;
- }
- if (isset($brd['mode'])) {
- $mode = $brd['mode'];
- unset($brd['mode']);
- } else {
- $mode = 'normal';
- }
- foreach ($brd as $border => $style) {
- if (is_array($style) AND !empty($style)) {
- // apply border style
- $prev_style = $this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' ';
- $s .= $this->SetLineStyle($style, true)."\n";
- }
- switch ($mode) {
- case 'ext': {
- $off = (($this->LineWidth / 2) * $k);
- $xL = $xeL - $off;
- $xR = $xeR + $off;
- $yT = $yeT + $off;
- $yL = $yeL - $off;
- $xT = $xL;
- $xB = $xR;
- $yR = $yT;
- $yB = $yL;
- $w += $this->LineWidth;
- $h += $this->LineWidth;
- break;
- }
- case 'int': {
- $off = ($this->LineWidth / 2) * $k;
- $xL = $xeL + $off;
- $xR = $xeR - $off;
- $yT = $yeT - $off;
- $yL = $yeL + $off;
- $xT = $xL;
- $xB = $xR;
- $yR = $yT;
- $yB = $yL;
- $w -= $this->LineWidth;
- $h -= $this->LineWidth;
- break;
- }
- case 'normal':
- default: {
- $xL = $xeL;
- $xT = $xeT;
- $xB = $xeB;
- $xR = $xeR;
- $yL = $yeL;
- $yT = $yeT;
- $yB = $yeB;
- $yR = $yeR;
- break;
- }
- }
- // draw borders by case
- if (strlen($border) == 4) {
- $s .= sprintf('%.2F %.2F %.2F %.2F re S ', $xT, $yT, ($w * $k), (-$h * $k));
- } elseif (strlen($border) == 3) {
- if (strpos($border,'B') === false) { // LTR
- $s .= sprintf('%.2F %.2F m ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= 'S ';
- } elseif (strpos($border,'L') === false) { // TRB
- $s .= sprintf('%.2F %.2F m ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= 'S ';
- } elseif (strpos($border,'T') === false) { // RBL
- $s .= sprintf('%.2F %.2F m ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= 'S ';
- } elseif (strpos($border,'R') === false) { // BLT
- $s .= sprintf('%.2F %.2F m ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= 'S ';
- }
- } elseif (strlen($border) == 2) {
- if ((strpos($border,'L') !== false) AND (strpos($border,'T') !== false)) { // LT
- $s .= sprintf('%.2F %.2F m ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= 'S ';
- } elseif ((strpos($border,'T') !== false) AND (strpos($border,'R') !== false)) { // TR
- $s .= sprintf('%.2F %.2F m ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= 'S ';
- } elseif ((strpos($border,'R') !== false) AND (strpos($border,'B') !== false)) { // RB
- $s .= sprintf('%.2F %.2F m ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= 'S ';
- } elseif ((strpos($border,'B') !== false) AND (strpos($border,'L') !== false)) { // BL
- $s .= sprintf('%.2F %.2F m ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= 'S ';
- } elseif ((strpos($border,'L') !== false) AND (strpos($border,'R') !== false)) { // LR
- $s .= sprintf('%.2F %.2F m ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= 'S ';
- $s .= sprintf('%.2F %.2F m ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= 'S ';
- } elseif ((strpos($border,'T') !== false) AND (strpos($border,'B') !== false)) { // TB
- $s .= sprintf('%.2F %.2F m ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= 'S ';
- $s .= sprintf('%.2F %.2F m ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= 'S ';
- }
- } else { // strlen($border) == 1
- if (strpos($border,'L') !== false) { // L
- $s .= sprintf('%.2F %.2F m ', $xL, $yL);
- $s .= sprintf('%.2F %.2F l ', $xT, $yT);
- $s .= 'S ';
- } elseif (strpos($border,'T') !== false) { // T
- $s .= sprintf('%.2F %.2F m ', $xT, $yT);
- $s .= sprintf('%.2F %.2F l ', $xR, $yR);
- $s .= 'S ';
- } elseif (strpos($border,'R') !== false) { // R
- $s .= sprintf('%.2F %.2F m ', $xR, $yR);
- $s .= sprintf('%.2F %.2F l ', $xB, $yB);
- $s .= 'S ';
- } elseif (strpos($border,'B') !== false) { // B
- $s .= sprintf('%.2F %.2F m ', $xB, $yB);
- $s .= sprintf('%.2F %.2F l ', $xL, $yL);
- $s .= 'S ';
- }
- }
- if (is_array($style) AND !empty($style)) {
- // reset border style to previous value
- $s .= "\n".$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor."\n";
- }
- }
- return $s;
- }
-
- /**
- * This method allows printing text with line breaks.
- * They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.
- * Text can be aligned, centered or justified. The cell block can be framed and the background painted.
- * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page.
- * @param $h (float) Cell minimum height. The cell extends automatically if needed.
- * @param $txt (string) String to print
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $align (string) Allows to center or align the text. Possible values are:
L or empty string: left align
C: center
R: right align
J: justification (default value when $ishtml=false)
- * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false).
- * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
0: to the right
1: to the beginning of the next line [DEFAULT]
2: below
- * @param $x (float) x position in user units
- * @param $y (float) y position in user units
- * @param $reseth (boolean) if true reset the last cell height (default true).
- * @param $stretch (int) font stretch mode:
0 = disabled
1 = horizontal scaling only if text is larger than cell width
2 = forced horizontal scaling to fit cell width
3 = character spacing only if text is larger than cell width
4 = forced character spacing to fit cell width
General font stretching and scaling values will be preserved when possible.
- * @param $ishtml (boolean) set to true if $txt is HTML content (default = false).
- * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width.
- * @param $maxh (float) maximum height. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature. This feature works only when $ishtml=false.
- * @param $valign (string) Vertical alignment of text (requires $maxh = $h > 0). Possible values are:
T: TOP
M: middle
B: bottom
. This feature works only when $ishtml=false.
- * @param $fitcell (boolean) if true attempt to fit all the text within the cell by reducing the font size.
- * @return int Return the number of cells or 1 for html mode.
- * @public
- * @since 1.3
- * @see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), Cell(), Write(), SetAutoPageBreak()
- */
- public function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=false, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0, $valign='T', $fitcell=false) {
- $prev_cell_margin = $this->cell_margin;
- $prev_cell_padding = $this->cell_padding;
- // adjust internal padding
- $this->adjustCellPadding($border);
- $mc_padding = $this->cell_padding;
- $mc_margin = $this->cell_margin;
- $this->cell_padding['T'] = 0;
- $this->cell_padding['B'] = 0;
- $this->setCellMargins(0, 0, 0, 0);
- if ($this->empty_string($this->lasth) OR $reseth) {
- // reset row height
- $this->resetLastH();
- }
- if (!$this->empty_string($y)) {
- $this->SetY($y);
- } else {
- $y = $this->GetY();
- }
- $resth = 0;
- if ((!$this->InFooter) AND (($y + $h + $mc_margin['T'] + $mc_margin['B']) > $this->PageBreakTrigger)) {
- // spit cell in more pages/columns
- $newh = $this->PageBreakTrigger - $y;
- $resth = $h - $newh; // cell to be printed on the next page/column
- $h = $newh;
- }
- // get current page number
- $startpage = $this->page;
- // get current column
- $startcolumn = $this->current_column;
- if (!$this->empty_string($x)) {
- $this->SetX($x);
- } else {
- $x = $this->GetX();
- }
- // check page for no-write regions and adapt page margins if necessary
- $this->checkPageRegions(0, $x, $y);
- // apply margins
- $oy = $y + $mc_margin['T'];
- if ($this->rtl) {
- $ox = $this->w - $x - $mc_margin['R'];
- } else {
- $ox = $x + $mc_margin['L'];
- }
- $this->x = $ox;
- $this->y = $oy;
- // set width
- if ($this->empty_string($w) OR ($w <= 0)) {
- if ($this->rtl) {
- $w = $this->x - $this->lMargin - $mc_margin['L'];
- } else {
- $w = $this->w - $this->x - $this->rMargin - $mc_margin['R'];
- }
- }
- // store original margin values
- $lMargin = $this->lMargin;
- $rMargin = $this->rMargin;
- if ($this->rtl) {
- $this->rMargin = $this->w - $this->x;
- $this->lMargin = $this->x - $w;
- } else {
- $this->lMargin = $this->x;
- $this->rMargin = $this->w - $this->x - $w;
- }
- if ($autopadding) {
- // add top padding
- $this->y += $mc_padding['T'];
- }
- if ($ishtml) { // ******* Write HTML text
- $this->writeHTML($txt, true, 0, $reseth, true, $align);
- $nl = 1;
- } else { // ******* Write simple text
- // vertical alignment
- if ($maxh > 0) {
- // get text height
- $text_height = $this->getStringHeight($w, $txt, $reseth, $autopadding, $mc_padding, $border);
- if ($fitcell) {
- $prev_FontSizePt = $this->FontSizePt;
- // try to reduce font size to fit text on cell (use a quick search algorithm)
- $fmin = 1;
- $fmax = $this->FontSizePt;
- $prev_text_height = $text_height;
- $maxit = 100; // max number of iterations
- while ($maxit > 0) {
- $fmid = (($fmax + $fmin) / 2);
- $this->SetFontSize($fmid, false);
- $this->resetLastH();
- $text_height = $this->getStringHeight($w, $txt, $reseth, $autopadding, $mc_padding, $border);
- if (($text_height == $maxh) OR (($text_height < $maxh) AND ($fmin >= ($fmax - 0.01)))) {
- break;
- } elseif ($text_height < $maxh) {
- $fmin = $fmid;
- } else {
- $fmax = $fmid;
- }
- --$maxit;
- }
- $this->SetFontSize($this->FontSizePt);
- }
- if ($text_height < $maxh) {
- if ($valign == 'M') {
- // text vertically centered
- $this->y += (($maxh - $text_height) / 2);
- } elseif ($valign == 'B') {
- // text vertically aligned on bottom
- $this->y += ($maxh - $text_height);
- }
- }
- }
- $nl = $this->Write($this->lasth, $txt, '', 0, $align, true, $stretch, false, true, $maxh, 0, $mc_margin);
- if ($fitcell) {
- // restore font size
- $this->SetFontSize($prev_FontSizePt);
- }
- }
- if ($autopadding) {
- // add bottom padding
- $this->y += $mc_padding['B'];
- }
- // Get end-of-text Y position
- $currentY = $this->y;
- // get latest page number
- $endpage = $this->page;
- if ($resth > 0) {
- $skip = ($endpage - $startpage);
- $tmpresth = $resth;
- while ($tmpresth > 0) {
- if ($skip <= 0) {
- // add a page (or trig AcceptPageBreak() for multicolumn mode)
- $this->checkPageBreak($this->PageBreakTrigger + 1);
- }
- if ($this->num_columns > 1) {
- $tmpresth -= ($this->h - $this->y - $this->bMargin);
- } else {
- $tmpresth -= ($this->h - $this->tMargin - $this->bMargin);
- }
- --$skip;
- }
- $currentY = $this->y;
- $endpage = $this->page;
- }
- // get latest column
- $endcolumn = $this->current_column;
- if ($this->num_columns == 0) {
- $this->num_columns = 1;
- }
- // get border modes
- $border_start = $this->getBorderMode($border, $position='start');
- $border_end = $this->getBorderMode($border, $position='end');
- $border_middle = $this->getBorderMode($border, $position='middle');
- // design borders around HTML cells.
- for ($page = $startpage; $page <= $endpage; ++$page) { // for each page
- $ccode = '';
- $this->setPage($page);
- if ($this->num_columns < 2) {
- // single-column mode
- $this->SetX($x);
- $this->y = $this->tMargin;
- }
- // account for margin changes
- if ($page > $startpage) {
- if (($this->rtl) AND ($this->pagedim[$page]['orm'] != $this->pagedim[$startpage]['orm'])) {
- $this->x -= ($this->pagedim[$page]['orm'] - $this->pagedim[$startpage]['orm']);
- } elseif ((!$this->rtl) AND ($this->pagedim[$page]['olm'] != $this->pagedim[$startpage]['olm'])) {
- $this->x += ($this->pagedim[$page]['olm'] - $this->pagedim[$startpage]['olm']);
- }
- }
- if ($startpage == $endpage) {
- // single page
- for ($column = $startcolumn; $column <= $endcolumn; ++$column) { // for each column
- $this->selectColumn($column);
- if ($this->rtl) {
- $this->x -= $mc_margin['R'];
- } else {
- $this->x += $mc_margin['L'];
- }
- if ($startcolumn == $endcolumn) { // single column
- $cborder = $border;
- $h = max($h, ($currentY - $oy));
- $this->y = $oy;
- } elseif ($column == $startcolumn) { // first column
- $cborder = $border_start;
- $this->y = $oy;
- $h = $this->h - $this->y - $this->bMargin;
- } elseif ($column == $endcolumn) { // end column
- $cborder = $border_end;
- $h = $currentY - $this->y;
- if ($resth > $h) {
- $h = $resth;
- }
- } else { // middle column
- $cborder = $border_middle;
- $h = $this->h - $this->y - $this->bMargin;
- $resth -= $h;
- }
- $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n";
- } // end for each column
- } elseif ($page == $startpage) { // first page
- for ($column = $startcolumn; $column < $this->num_columns; ++$column) { // for each column
- $this->selectColumn($column);
- if ($this->rtl) {
- $this->x -= $mc_margin['R'];
- } else {
- $this->x += $mc_margin['L'];
- }
- if ($column == $startcolumn) { // first column
- $cborder = $border_start;
- $this->y = $oy;
- $h = $this->h - $this->y - $this->bMargin;
- } else { // middle column
- $cborder = $border_middle;
- $h = $this->h - $this->y - $this->bMargin;
- $resth -= $h;
- }
- $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n";
- } // end for each column
- } elseif ($page == $endpage) { // last page
- for ($column = 0; $column <= $endcolumn; ++$column) { // for each column
- $this->selectColumn($column);
- if ($this->rtl) {
- $this->x -= $mc_margin['R'];
- } else {
- $this->x += $mc_margin['L'];
- }
- if ($column == $endcolumn) {
- // end column
- $cborder = $border_end;
- $h = $currentY - $this->y;
- if ($resth > $h) {
- $h = $resth;
- }
- } else {
- // middle column
- $cborder = $border_middle;
- $h = $this->h - $this->y - $this->bMargin;
- $resth -= $h;
- }
- $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n";
- } // end for each column
- } else { // middle page
- for ($column = 0; $column < $this->num_columns; ++$column) { // for each column
- $this->selectColumn($column);
- if ($this->rtl) {
- $this->x -= $mc_margin['R'];
- } else {
- $this->x += $mc_margin['L'];
- }
- $cborder = $border_middle;
- $h = $this->h - $this->y - $this->bMargin;
- $resth -= $h;
- $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n";
- } // end for each column
- }
- if ($cborder OR $fill) {
- // draw border and fill
- if ($this->inxobj) {
- // we are inside an XObject template
- if (end($this->xobjects[$this->xobjid]['transfmrk']) !== false) {
- $pagemarkkey = key($this->xobjects[$this->xobjid]['transfmrk']);
- $pagemark = &$this->xobjects[$this->xobjid]['transfmrk'][$pagemarkkey];
- } else {
- $pagemark = &$this->xobjects[$this->xobjid]['intmrk'];
- }
- $pagebuff = $this->xobjects[$this->xobjid]['outdata'];
- $pstart = substr($pagebuff, 0, $pagemark);
- $pend = substr($pagebuff, $pagemark);
- $this->xobjects[$this->xobjid]['outdata'] = $pstart.$ccode.$pend;
- $pagemark += strlen($ccode);
- } else {
- if (end($this->transfmrk[$this->page]) !== false) {
- $pagemarkkey = key($this->transfmrk[$this->page]);
- $pagemark = &$this->transfmrk[$this->page][$pagemarkkey];
- } elseif ($this->InFooter) {
- $pagemark = &$this->footerpos[$this->page];
- } else {
- $pagemark = &$this->intmrk[$this->page];
- }
- $pagebuff = $this->getPageBuffer($this->page);
- $pstart = substr($pagebuff, 0, $pagemark);
- $pend = substr($pagebuff, $pagemark);
- $this->setPageBuffer($this->page, $pstart.$ccode.$pend);
- $pagemark += strlen($ccode);
- }
- }
- } // end for each page
- // Get end-of-cell Y position
- $currentY = $this->GetY();
- // restore original margin values
- $this->SetLeftMargin($lMargin);
- $this->SetRightMargin($rMargin);
- if ($ln > 0) {
- //Go to the beginning of the next line
- $this->SetY($currentY + $mc_margin['B']);
- if ($ln == 2) {
- $this->SetX($x + $w + $mc_margin['L'] + $mc_margin['R']);
- }
- } else {
- // go left or right by case
- $this->setPage($startpage);
- $this->y = $y;
- $this->SetX($x + $w + $mc_margin['L'] + $mc_margin['R']);
- }
- $this->setContentMark();
- $this->cell_padding = $prev_cell_padding;
- $this->cell_margin = $prev_cell_margin;
- return $nl;
- }
-
- /**
- * Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
- * @param $brd (mixed) Indicates if borders must be drawn around the cell block. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $position (string) multicell position: 'start', 'middle', 'end'
- * @return border mode array
- * @protected
- * @since 4.4.002 (2008-12-09)
- */
- protected function getBorderMode($brd, $position='start') {
- if ((!$this->opencell) OR empty($brd)) {
- return $brd;
- }
- if ($brd == 1) {
- $brd = 'LTRB';
- }
- if (is_string($brd)) {
- // convert string to array
- $slen = strlen($brd);
- $newbrd = array();
- for ($i = 0; $i < $slen; ++$i) {
- $newbrd[$brd{$i}] = array('cap' => 'square', 'join' => 'miter');
- }
- $brd = $newbrd;
- }
- foreach ($brd as $border => $style) {
- switch ($position) {
- case 'start': {
- if (strpos($border, 'B') !== false) {
- // remove bottom line
- $newkey = str_replace('B', '', $border);
- if (strlen($newkey) > 0) {
- $brd[$newkey] = $style;
- }
- unset($brd[$border]);
- }
- break;
- }
- case 'middle': {
- if (strpos($border, 'B') !== false) {
- // remove bottom line
- $newkey = str_replace('B', '', $border);
- if (strlen($newkey) > 0) {
- $brd[$newkey] = $style;
- }
- unset($brd[$border]);
- $border = $newkey;
- }
- if (strpos($border, 'T') !== false) {
- // remove bottom line
- $newkey = str_replace('T', '', $border);
- if (strlen($newkey) > 0) {
- $brd[$newkey] = $style;
- }
- unset($brd[$border]);
- }
- break;
- }
- case 'end': {
- if (strpos($border, 'T') !== false) {
- // remove bottom line
- $newkey = str_replace('T', '', $border);
- if (strlen($newkey) > 0) {
- $brd[$newkey] = $style;
- }
- unset($brd[$border]);
- }
- break;
- }
- }
- }
- return $brd;
- }
-
- /**
- * This method return the estimated number of lines for print a simple text string using Multicell() method.
- * @param $txt (string) String for calculating his height
- * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page.
- * @param $reseth (boolean) if true reset the last cell height (default false).
- * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width (default true).
- * @param $cellpadding (float) Internal cell padding, if empty uses default cell padding.
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @return float Return the minimal height needed for multicell method for printing the $txt param.
- * @author Alexander Escalona Fernández, Nicola Asuni
- * @public
- * @since 4.5.011
- */
- public function getNumLines($txt, $w=0, $reseth=false, $autopadding=true, $cellpadding='', $border=0) {
- if ($txt === '') {
- // empty string
- return 1;
- }
- // adjust internal padding
- $prev_cell_padding = $this->cell_padding;
- $prev_lasth = $this->lasth;
- if (is_array($cellpadding)) {
- $this->cell_padding = $cellpadding;
- }
- $this->adjustCellPadding($border);
- if ($this->empty_string($w) OR ($w <= 0)) {
- if ($this->rtl) {
- $w = $this->x - $this->lMargin;
- } else {
- $w = $this->w - $this->rMargin - $this->x;
- }
- }
- $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R'];
- if ($reseth) {
- // reset row height
- $this->resetLastH();
- }
- $lines = 1;
- $sum = 0;
- $chars = $this->utf8Bidi($this->UTF8StringToArray($txt), $txt, $this->tmprtl);
- $charsWidth = $this->GetArrStringWidth($chars, '', '', 0, true);
- $length = count($chars);
- $lastSeparator = -1;
- for ($i = 0; $i < $length; ++$i) {
- $charWidth = $charsWidth[$i];
- if (preg_match($this->re_spaces, $this->unichr($chars[$i]))) {
- $lastSeparator = $i;
- }
- if ((($sum + $charWidth) > $wmax) OR ($chars[$i] == 10)) {
- ++$lines;
- if ($lastSeparator != -1) {
- $i = $lastSeparator;
- $lastSeparator = -1;
- $sum = 0;
- } else {
- $sum = $charWidth;
- }
- } else {
- $sum += $charWidth;
- }
- }
- if ($chars[($length - 1)] == 10) {
- --$lines;
- }
- $this->cell_padding = $prev_cell_padding;
- $this->lasth = $prev_lasth;
- return $lines;
- }
-
- /**
- * This method return the estimated needed height for print a simple text string in Multicell() method.
- * Generally, if you want to know the exact height for a block of content you can use the following alternative technique:
- * @pre
- * // store current object
- * $pdf->startTransaction();
- * // store starting values
- * $start_y = $pdf->GetY();
- * $start_page = $pdf->getPage();
- * // call your printing functions with your parameters
- * // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- * $pdf->MultiCell($w=0, $h=0, $txt, $border=1, $align='L', $fill=false, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0);
- * // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- * // get the new Y
- * $end_y = $pdf->GetY();
- * $end_page = $pdf->getPage();
- * // calculate height
- * $height = 0;
- * if ($end_page == $start_page) {
- * $height = $end_y - $start_y;
- * } else {
- * for ($page=$start_page; $page <= $end_page; ++$page) {
- * $this->setPage($page);
- * if ($page == $start_page) {
- * // first page
- * $height = $this->h - $start_y - $this->bMargin;
- * } elseif ($page == $end_page) {
- * // last page
- * $height = $end_y - $this->tMargin;
- * } else {
- * $height = $this->h - $this->tMargin - $this->bMargin;
- * }
- * }
- * }
- * // restore previous object
- * $pdf = $pdf->rollbackTransaction();
- *
- * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page.
- * @param $txt (string) String for calculating his height
- * @param $reseth (boolean) if true reset the last cell height (default false).
- * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width (default true).
- * @param $cellpadding (float) Internal cell padding, if empty uses default cell padding.
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @return float Return the minimal height needed for multicell method for printing the $txt param.
- * @author Nicola Asuni, Alexander Escalona Fernández
- * @public
- */
- public function getStringHeight($w, $txt, $reseth=false, $autopadding=true, $cellpadding='', $border=0) {
- // adjust internal padding
- $prev_cell_padding = $this->cell_padding;
- $prev_lasth = $this->lasth;
- if (is_array($cellpadding)) {
- $this->cell_padding = $cellpadding;
- }
- $this->adjustCellPadding($border);
- $lines = $this->getNumLines($txt, $w, $reseth, $autopadding, $cellpadding, $border);
- $height = $lines * ($this->FontSize * $this->cell_height_ratio);
- if ($autopadding) {
- // add top and bottom padding
- $height += ($this->cell_padding['T'] + $this->cell_padding['B']);
- }
- $this->cell_padding = $prev_cell_padding;
- $this->lasth = $prev_lasth;
- return $height;
- }
-
- /**
- * This method prints text from the current position.
- * @param $h (float) Line height
- * @param $txt (string) String to print
- * @param $link (mixed) URL or identifier returned by AddLink()
- * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false).
- * @param $align (string) Allows to center or align the text. Possible values are:
L or empty string: left align (default value)
C: center
R: right align
J: justify
- * @param $ln (boolean) if true set cursor at the bottom of the line, otherwise set cursor at the top of the line.
- * @param $stretch (int) font stretch mode:
0 = disabled
1 = horizontal scaling only if text is larger than cell width
2 = forced horizontal scaling to fit cell width
3 = character spacing only if text is larger than cell width
4 = forced character spacing to fit cell width
General font stretching and scaling values will be preserved when possible.
- * @param $firstline (boolean) if true prints only the first line and return the remaining string.
- * @param $firstblock (boolean) if true the string is the starting of a line.
- * @param $maxh (float) maximum height. The remaining unprinted text will be returned. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature.
- * @param $wadj (float) first line width will be reduced by this amount (used in HTML mode).
- * @param $margin (array) margin array of the parent container
- * @return mixed Return the number of cells or the remaining string if $firstline = true.
- * @public
- * @since 1.5
- */
- public function Write($h, $txt, $link='', $fill=false, $align='', $ln=false, $stretch=0, $firstline=false, $firstblock=false, $maxh=0, $wadj=0, $margin='') {
- // check page for no-write regions and adapt page margins if necessary
- $this->checkPageRegions($h, $this->x, $this->y);
- if (strlen($txt) == 0) {
- // fix empty text
- $txt = ' ';
- }
- if ($margin === '') {
- // set default margins
- $margin = $this->cell_margin;
- }
- // remove carriage returns
- $s = str_replace("\r", '', $txt);
- // check if string contains arabic text
- if (preg_match($this->unicode->uni_RE_PATTERN_ARABIC, $s)) {
- $arabic = true;
- } else {
- $arabic = false;
- }
- // check if string contains RTL text
- if ($arabic OR ($this->tmprtl == 'R') OR preg_match($this->unicode->uni_RE_PATTERN_RTL, $s)) {
- $rtlmode = true;
- } else {
- $rtlmode = false;
- }
- // get a char width
- $chrwidth = $this->GetCharWidth('.');
- // get array of unicode values
- $chars = $this->UTF8StringToArray($s);
- // get array of chars
- $uchars = $this->UTF8ArrayToUniArray($chars);
- // get the number of characters
- $nb = count($chars);
- // replacement for SHY character (minus symbol)
- $shy_replacement = 45;
- $shy_replacement_char = $this->unichr($shy_replacement);
- // widht for SHY replacement
- $shy_replacement_width = $this->GetCharWidth($shy_replacement);
- // max Y
- $maxy = $this->y + $maxh - $h - $this->cell_padding['T'] - $this->cell_padding['B'];
- // calculate remaining line width ($w)
- if ($this->rtl) {
- $w = $this->x - $this->lMargin;
- } else {
- $w = $this->w - $this->rMargin - $this->x;
- }
- // max column width
- $wmax = $w - $wadj;
- if (!$firstline) {
- $wmax -= ($this->cell_padding['L'] + $this->cell_padding['R']);
- }
- if ((!$firstline) AND (($chrwidth > $wmax) OR ($this->GetCharWidth($chars[0]) > $wmax))) {
- // a single character do not fit on column
- return '';
- }
- // minimum row height
- $row_height = max($h, $this->FontSize * $this->cell_height_ratio);
- $start_page = $this->page;
- $i = 0; // character position
- $j = 0; // current starting position
- $sep = -1; // position of the last blank space
- $shy = false; // true if the last blank is a soft hypen (SHY)
- $l = 0; // current string length
- $nl = 0; //number of lines
- $linebreak = false;
- $pc = 0; // previous character
- // for each character
- while ($i < $nb) {
- if (($maxh > 0) AND ($this->y >= $maxy) ) {
- break;
- }
- //Get the current character
- $c = $chars[$i];
- if ($c == 10) { // 10 = "\n" = new line
- //Explicit line break
- if ($align == 'J') {
- if ($this->rtl) {
- $talign = 'R';
- } else {
- $talign = 'L';
- }
- } else {
- $talign = $align;
- }
- $tmpstr = $this->UniArrSubString($uchars, $j, $i);
- if ($firstline) {
- $startx = $this->x;
- $tmparr = array_slice($chars, $j, ($i - $j));
- if ($rtlmode) {
- $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl);
- }
- $linew = $this->GetArrStringWidth($tmparr);
- unset($tmparr);
- if ($this->rtl) {
- $this->endlinex = $startx - $linew;
- } else {
- $this->endlinex = $startx + $linew;
- }
- $w = $linew;
- $tmpcellpadding = $this->cell_padding;
- if ($maxh == 0) {
- $this->SetCellPadding(0);
- }
- }
- if ($firstblock AND $this->isRTLTextDir()) {
- $tmpstr = $this->stringRightTrim($tmpstr);
- }
- // Skip newlines at the begining of a page or column
- if (!empty($tmpstr) OR ($this->y < ($this->PageBreakTrigger - $row_height))) {
- $this->Cell($w, $h, $tmpstr, 0, 1, $talign, $fill, $link, $stretch);
- }
- unset($tmpstr);
- if ($firstline) {
- $this->cell_padding = $tmpcellpadding;
- return ($this->UniArrSubString($uchars, $i));
- }
- ++$nl;
- $j = $i + 1;
- $l = 0;
- $sep = -1;
- $shy = false;
- // account for margin changes
- if ((($this->y + $this->lasth) > $this->PageBreakTrigger) AND (!$this->InFooter)) {
- $this->AcceptPageBreak();
- if ($this->rtl) {
- $this->x -= $margin['R'];
- } else {
- $this->x += $margin['L'];
- }
- $this->lMargin += $margin['L'];
- $this->rMargin += $margin['R'];
- }
- $w = $this->getRemainingWidth();
- $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R'];
- } else {
- // 160 is the non-breaking space.
- // 173 is SHY (Soft Hypen).
- // \p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator.
- // \p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants.
- // \p{Lo} is needed because Chinese characters are packed next to each other without spaces in between.
- if (($c != 160) AND (($c == 173) OR preg_match($this->re_spaces, $this->unichr($c)))) {
- // update last blank space position
- $sep = $i;
- // check if is a SHY
- if ($c == 173) {
- $shy = true;
- if ($pc == 45) {
- $tmp_shy_replacement_width = 0;
- $tmp_shy_replacement_char = '';
- } else {
- $tmp_shy_replacement_width = $shy_replacement_width;
- $tmp_shy_replacement_char = $shy_replacement_char;
- }
- } else {
- $shy = false;
- }
- }
- // update string length
- if ($this->isUnicodeFont() AND ($arabic)) {
- // with bidirectional algorithm some chars may be changed affecting the line length
- // *** very slow ***
- $l = $this->GetArrStringWidth($this->utf8Bidi(array_slice($chars, $j, ($i - $j)), '', $this->tmprtl));
- } else {
- $l += $this->GetCharWidth($c);
- }
- if (($l > $wmax) OR (($c == 173) AND (($l + $tmp_shy_replacement_width) > $wmax)) ) {
- // we have reached the end of column
- if ($sep == -1) {
- // check if the line was already started
- if (($this->rtl AND ($this->x <= ($this->w - $this->rMargin - $chrwidth)))
- OR ((!$this->rtl) AND ($this->x >= ($this->lMargin + $chrwidth)))) {
- // print a void cell and go to next line
- $this->Cell($w, $h, '', 0, 1);
- $linebreak = true;
- if ($firstline) {
- return ($this->UniArrSubString($uchars, $j));
- }
- } else {
- // truncate the word because do not fit on column
- $tmpstr = $this->UniArrSubString($uchars, $j, $i);
- if ($firstline) {
- $startx = $this->x;
- $tmparr = array_slice($chars, $j, ($i - $j));
- if ($rtlmode) {
- $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl);
- }
- $linew = $this->GetArrStringWidth($tmparr);
- unset($tmparr);
- if ($this->rtl) {
- $this->endlinex = $startx - $linew;
- } else {
- $this->endlinex = $startx + $linew;
- }
- $w = $linew;
- $tmpcellpadding = $this->cell_padding;
- if ($maxh == 0) {
- $this->SetCellPadding(0);
- }
- }
- if ($firstblock AND $this->isRTLTextDir()) {
- $tmpstr = $this->stringRightTrim($tmpstr);
- }
- $this->Cell($w, $h, $tmpstr, 0, 1, $align, $fill, $link, $stretch);
- unset($tmpstr);
- if ($firstline) {
- $this->cell_padding = $tmpcellpadding;
- return ($this->UniArrSubString($uchars, $i));
- }
- $j = $i;
- --$i;
- }
- } else {
- // word wrapping
- if ($this->rtl AND (!$firstblock) AND ($sep < $i)) {
- $endspace = 1;
- } else {
- $endspace = 0;
- }
- if ($shy) {
- // add hypen (minus symbol) at the end of the line
- $shy_width = $tmp_shy_replacement_width;
- if ($this->rtl) {
- $shy_char_left = $tmp_shy_replacement_char;
- $shy_char_right = '';
- } else {
- $shy_char_left = '';
- $shy_char_right = $tmp_shy_replacement_char;
- }
- } else {
- $shy_width = 0;
- $shy_char_left = '';
- $shy_char_right = '';
- }
- $tmpstr = $this->UniArrSubString($uchars, $j, ($sep + $endspace));
- if ($firstline) {
- $startx = $this->x;
- $tmparr = array_slice($chars, $j, (($sep + $endspace) - $j));
- if ($rtlmode) {
- $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl);
- }
- $linew = $this->GetArrStringWidth($tmparr);
- unset($tmparr);
- if ($this->rtl) {
- $this->endlinex = $startx - $linew - $shy_width;
- } else {
- $this->endlinex = $startx + $linew + $shy_width;
- }
- $w = $linew;
- $tmpcellpadding = $this->cell_padding;
- if ($maxh == 0) {
- $this->SetCellPadding(0);
- }
- }
- // print the line
- if ($firstblock AND $this->isRTLTextDir()) {
- $tmpstr = $this->stringRightTrim($tmpstr);
- }
- $this->Cell($w, $h, $shy_char_left.$tmpstr.$shy_char_right, 0, 1, $align, $fill, $link, $stretch);
- unset($tmpstr);
- if ($firstline) {
- // return the remaining text
- $this->cell_padding = $tmpcellpadding;
- return ($this->UniArrSubString($uchars, ($sep + $endspace)));
- }
- $i = $sep;
- $sep = -1;
- $shy = false;
- $j = ($i+1);
- }
- // account for margin changes
- if ((($this->y + $this->lasth) > $this->PageBreakTrigger) AND (!$this->InFooter)) {
- $this->AcceptPageBreak();
- if ($this->rtl) {
- $this->x -= $margin['R'];
- } else {
- $this->x += $margin['L'];
- }
- $this->lMargin += $margin['L'];
- $this->rMargin += $margin['R'];
- }
- $w = $this->getRemainingWidth();
- $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R'];
- if ($linebreak) {
- $linebreak = false;
- } else {
- ++$nl;
- $l = 0;
- }
- }
- }
- // save last character
- $pc = $c;
- ++$i;
- } // end while i < nb
- // print last substring (if any)
- if ($l > 0) {
- switch ($align) {
- case 'J':
- case 'C': {
- $w = $w;
- break;
- }
- case 'L': {
- if ($this->rtl) {
- $w = $w;
- } else {
- $w = $l;
- }
- break;
- }
- case 'R': {
- if ($this->rtl) {
- $w = $l;
- } else {
- $w = $w;
- }
- break;
- }
- default: {
- $w = $l;
- break;
- }
- }
- $tmpstr = $this->UniArrSubString($uchars, $j, $nb);
- if ($firstline) {
- $startx = $this->x;
- $tmparr = array_slice($chars, $j, ($nb - $j));
- if ($rtlmode) {
- $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl);
- }
- $linew = $this->GetArrStringWidth($tmparr);
- unset($tmparr);
- if ($this->rtl) {
- $this->endlinex = $startx - $linew;
- } else {
- $this->endlinex = $startx + $linew;
- }
- $w = $linew;
- $tmpcellpadding = $this->cell_padding;
- if ($maxh == 0) {
- $this->SetCellPadding(0);
- }
- }
- if ($firstblock AND $this->isRTLTextDir()) {
- $tmpstr = $this->stringRightTrim($tmpstr);
- }
- $this->Cell($w, $h, $tmpstr, 0, $ln, $align, $fill, $link, $stretch);
- unset($tmpstr);
- if ($firstline) {
- $this->cell_padding = $tmpcellpadding;
- return ($this->UniArrSubString($uchars, $nb));
- }
- ++$nl;
- }
- if ($firstline) {
- return '';
- }
- return $nl;
- }
-
- /**
- * Returns the remaining width between the current position and margins.
- * @return int Return the remaining width
- * @protected
- */
- protected function getRemainingWidth() {
- $this->checkPageRegions(0, $this->x, $this->y);
- if ($this->rtl) {
- return ($this->x - $this->lMargin);
- } else {
- return ($this->w - $this->rMargin - $this->x);
- }
- }
-
- /**
- * Extract a slice of the $strarr array and return it as string.
- * @param $strarr (string) The input array of characters.
- * @param $start (int) the starting element of $strarr.
- * @param $end (int) first element that will not be returned.
- * @return Return part of a string
- * @public
- */
- public function UTF8ArrSubString($strarr, $start='', $end='') {
- if (strlen($start) == 0) {
- $start = 0;
- }
- if (strlen($end) == 0) {
- $end = count($strarr);
- }
- $string = '';
- for ($i=$start; $i < $end; ++$i) {
- $string .= $this->unichr($strarr[$i]);
- }
- return $string;
- }
-
- /**
- * Extract a slice of the $uniarr array and return it as string.
- * @param $uniarr (string) The input array of characters.
- * @param $start (int) the starting element of $strarr.
- * @param $end (int) first element that will not be returned.
- * @return Return part of a string
- * @public
- * @since 4.5.037 (2009-04-07)
- */
- public function UniArrSubString($uniarr, $start='', $end='') {
- if (strlen($start) == 0) {
- $start = 0;
- }
- if (strlen($end) == 0) {
- $end = count($uniarr);
- }
- $string = '';
- for ($i=$start; $i < $end; ++$i) {
- $string .= $uniarr[$i];
- }
- return $string;
- }
-
- /**
- * Convert an array of UTF8 values to array of unicode characters
- * @param $ta (string) The input array of UTF8 values.
- * @return Return array of unicode characters
- * @public
- * @since 4.5.037 (2009-04-07)
- */
- public function UTF8ArrayToUniArray($ta) {
- return array_map(array($this, 'unichr'), $ta);
- }
-
- /**
- * Returns the unicode caracter specified by UTF-8 value
- * @param $c (int) UTF-8 value
- * @return Returns the specified character.
- * @author Miguel Perez, Nicola Asuni
- * @public
- * @since 2.3.000 (2008-03-05)
- */
- public function unichr($c) {
- if (!$this->isunicode) {
- return chr($c);
- } elseif ($c <= 0x7F) {
- // one byte
- return chr($c);
- } elseif ($c <= 0x7FF) {
- // two bytes
- return chr(0xC0 | $c >> 6).chr(0x80 | $c & 0x3F);
- } elseif ($c <= 0xFFFF) {
- // three bytes
- return chr(0xE0 | $c >> 12).chr(0x80 | $c >> 6 & 0x3F).chr(0x80 | $c & 0x3F);
- } elseif ($c <= 0x10FFFF) {
- // four bytes
- return chr(0xF0 | $c >> 18).chr(0x80 | $c >> 12 & 0x3F).chr(0x80 | $c >> 6 & 0x3F).chr(0x80 | $c & 0x3F);
- } else {
- return '';
- }
- }
-
- /**
- * Return the image type given the file name or array returned by getimagesize() function.
- * @param $imgfile (string) image file name
- * @param $iminfo (array) array of image information returned by getimagesize() function.
- * @return string image type
- * @since 4.8.017 (2009-11-27)
- */
- public function getImageFileType($imgfile, $iminfo=array()) {
- $type = '';
- if (isset($iminfo['mime']) AND !empty($iminfo['mime'])) {
- $mime = explode('/', $iminfo['mime']);
- if ((count($mime) > 1) AND ($mime[0] == 'image') AND (!empty($mime[1]))) {
- $type = strtolower(trim($mime[1]));
- }
- }
- if (empty($type)) {
- $fileinfo = pathinfo($imgfile);
- if (isset($fileinfo['extension']) AND (!$this->empty_string($fileinfo['extension']))) {
- $type = strtolower(trim($fileinfo['extension']));
- }
- }
- if ($type == 'jpg') {
- $type = 'jpeg';
- }
- return $type;
- }
-
- /**
- * Set the block dimensions accounting for page breaks and page/column fitting
- * @param $w (float) width
- * @param $h (float) height
- * @param $x (float) X coordinate
- * @param $y (float) Y coodiante
- * @param $fitonpage (boolean) if true the block is resized to not exceed page dimensions.
- * @protected
- * @since 5.5.009 (2010-07-05)
- */
- protected function fitBlock(&$w, &$h, &$x, &$y, $fitonpage=false) {
- if ($w <= 0) {
- // set maximum width
- $w = ($this->w - $this->lMargin - $this->rMargin);
- }
- if ($h <= 0) {
- // set maximum height
- $h = ($this->PageBreakTrigger - $this->tMargin);
- }
- // resize the block to be vertically contained on a single page or single column
- if ($fitonpage OR $this->AutoPageBreak) {
- $ratio_wh = ($w / $h);
- if ($h > ($this->PageBreakTrigger - $this->tMargin)) {
- $h = $this->PageBreakTrigger - $this->tMargin;
- $w = ($h * $ratio_wh);
- }
- // resize the block to be horizontally contained on a single page or single column
- if ($fitonpage) {
- $maxw = ($this->w - $this->lMargin - $this->rMargin);
- if ($w > $maxw) {
- $w = $maxw;
- $h = ($w / $ratio_wh);
- }
- }
- }
- // Check whether we need a new page or new column first as this does not fit
- $prev_x = $this->x;
- $prev_y = $this->y;
- if ($this->checkPageBreak($h, $y) OR ($this->y < $prev_y)) {
- $y = $this->y;
- if ($this->rtl) {
- $x += ($prev_x - $this->x);
- } else {
- $x += ($this->x - $prev_x);
- }
- }
- // resize the block to be contained on the remaining available page or column space
- if ($fitonpage) {
- $ratio_wh = ($w / $h);
- if (($y + $h) > $this->PageBreakTrigger) {
- $h = $this->PageBreakTrigger - $y;
- $w = ($h * $ratio_wh);
- }
- if ((!$this->rtl) AND (($x + $w) > ($this->w - $this->rMargin))) {
- $w = $this->w - $this->rMargin - $x;
- $h = ($w / $ratio_wh);
- } elseif (($this->rtl) AND (($x - $w) < ($this->lMargin))) {
- $w = $x - $this->lMargin;
- $h = ($w / $ratio_wh);
- }
- }
- }
-
- /**
- * Puts an image in the page.
- * The upper-left corner must be given.
- * The dimensions can be specified in different ways:
- *
explicit width and height (expressed in user unit)
- *
one explicit dimension, the other being calculated automatically in order to keep the original proportions
- *
no explicit dimension, in which case the image is put at 72 dpi
- * Supported formats are JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;
- * The format can be specified explicitly or inferred from the file extension.
- * It is possible to put a link on the image.
- * Remark: if an image is used several times, only one copy will be embedded in the file.
- * @param $file (string) Name of the file containing the image or a '@' character followed by the image data string.
- * @param $x (float) Abscissa of the upper-left corner (LTR) or upper-right corner (RTL).
- * @param $y (float) Ordinate of the upper-left corner (LTR) or upper-right corner (RTL).
- * @param $w (float) Width of the image in the page. If not specified or equal to zero, it is automatically calculated.
- * @param $h (float) Height of the image in the page. If not specified or equal to zero, it is automatically calculated.
- * @param $type (string) Image format. Possible values are (case insensitive): JPEG and PNG (whitout GD library) and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;. If not specified, the type is inferred from the file extension.
- * @param $link (mixed) URL or identifier returned by AddLink().
- * @param $align (string) Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
T: top-right for LTR or top-left for RTL
M: middle-right for LTR or middle-left for RTL
B: bottom-right for LTR or bottom-left for RTL
N: next line
- * @param $resize (mixed) If true resize (reduce) the image to fit $w and $h (requires GD or ImageMagick library); if false do not resize; if 2 force resize in all cases (upscaling and downscaling).
- * @param $dpi (int) dot-per-inch resolution used on resize
- * @param $palign (string) Allows to center or align the image on the current line. Possible values are:
L : left align
C : center
R : right align
'' : empty string : left for LTR or right for RTL
- * @param $ismask (boolean) true if this image is a mask, false otherwise
- * @param $imgmask (mixed) image object returned by this function or false
- * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
0: no border (default)
1: frame
or a string containing some or all of the following characters (in any order):
L: left
T: top
R: right
B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
- * @param $fitbox (mixed) If not false scale image dimensions proportionally to fit within the ($w, $h) box. $fitbox can be true or a 2 characters string indicating the image alignment inside the box. The first character indicate the horizontal alignment (L = left, C = center, R = right) the second character indicate the vertical algnment (T = top, M = middle, B = bottom).
- * @param $hidden (boolean) if true do not display the image.
- * @param $fitonpage (boolean) if true the image is resized to not exceed page dimensions.
- * @return image information
- * @public
- * @since 1.1
- */
- public function Image($file, $x='', $y='', $w=0, $h=0, $type='', $link='', $align='', $resize=false, $dpi=300, $palign='', $ismask=false, $imgmask=false, $border=0, $fitbox=false, $hidden=false, $fitonpage=false) {
- if ($x === '') {
- $x = $this->x;
- }
- if ($y === '') {
- $y = $this->y;
- }
- // check page for no-write regions and adapt page margins if necessary
- $this->checkPageRegions($h, $x, $y);
- $cached_file = false; // true when the file is cached
- // check if we are passing an image as file or string
- if ($file{0} === '@') { // image from string
- $imgdata = substr($file, 1);
- $file = tempnam(K_PATH_CACHE, 'img_');
- $fp = fopen($file, 'w');
- fwrite($fp, $imgdata);
- fclose($fp);
- unset($imgdata);
- $cached_file = true;
- $imsize = @getimagesize($file);
- if ($imsize === FALSE) {
- unlink($file);
- $cached_file = false;
- }
- } else { // image file
- // check if is local file
- if (!@file_exists($file)) {
- // encode spaces on filename (file is probably an URL)
- $file = str_replace(' ', '%20', $file);
- }
- // get image dimensions
- $imsize = @getimagesize($file);
- if ($imsize === FALSE) {
- if (function_exists('curl_init')) {
- // try to get remote file data using cURL
- $cs = curl_init(); // curl session
- curl_setopt($cs, CURLOPT_URL, $file);
- curl_setopt($cs, CURLOPT_BINARYTRANSFER, true);
- curl_setopt($cs, CURLOPT_FAILONERROR, true);
- curl_setopt($cs, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($cs, CURLOPT_CONNECTTIMEOUT, 5);
- curl_setopt($cs, CURLOPT_TIMEOUT, 30);
- $imgdata = curl_exec($cs);
- curl_close($cs);
- if($imgdata !== FALSE) {
- // copy image to cache
- $file = tempnam(K_PATH_CACHE, 'img_');
- $fp = fopen($file, 'w');
- fwrite($fp, $imgdata);
- fclose($fp);
- unset($imgdata);
- $cached_file = true;
- $imsize = @getimagesize($file);
- if ($imsize === FALSE) {
- unlink($file);
- $cached_file = false;
- }
- }
- } elseif (($w > 0) AND ($h > 0)) {
- // get measures from specified data
- $pw = $this->getHTMLUnitToUnits($w, 0, $this->pdfunit, true) * $this->imgscale * $this->k;
- $ph = $this->getHTMLUnitToUnits($h, 0, $this->pdfunit, true) * $this->imgscale * $this->k;
- $imsize = array($pw, $ph);
- }
- }
- }
- if ($imsize === FALSE) {
- $this->Error('[Image] Unable to get image: '.$file);
- }
- // get original image width and height in pixels
- list($pixw, $pixh) = $imsize;
- // calculate image width and height on document
- if (($w <= 0) AND ($h <= 0)) {
- // convert image size to document unit
- $w = $this->pixelsToUnits($pixw);
- $h = $this->pixelsToUnits($pixh);
- } elseif ($w <= 0) {
- $w = $h * $pixw / $pixh;
- } elseif ($h <= 0) {
- $h = $w * $pixh / $pixw;
- } elseif (($fitbox !== false) AND ($w > 0) AND ($h > 0)) {
- if (strlen($fitbox) !== 2) {
- // set default alignment
- $fitbox = '--';
- }
- // scale image dimensions proportionally to fit within the ($w, $h) box
- if ((($w * $pixh) / ($h * $pixw)) < 1) {
- // store current height
- $oldh = $h;
- // calculate new height
- $h = $w * $pixh / $pixw;
- // height difference
- $hdiff = ($oldh - $h);
- // vertical alignment
- switch (strtoupper($fitbox{1})) {
- case 'T': {
- break;
- }
- case 'M': {
- $y += ($hdiff / 2);
- break;
- }
- case 'B': {
- $y += $hdiff;
- break;
- }
- }
- } else {
- // store current width
- $oldw = $w;
- // calculate new width
- $w = $h * $pixw / $pixh;
- // width difference
- $wdiff = ($oldw - $w);
- // horizontal alignment
- switch (strtoupper($fitbox{0})) {
- case 'L': {
- if ($this->rtl) {
- $x -= $wdiff;
- }
- break;
- }
- case 'C': {
- if ($this->rtl) {
- $x -= ($wdiff / 2);
- } else {
- $x += ($wdiff / 2);
- }
- break;
- }
- case 'R': {
- if (!$this->rtl) {
- $x += $wdiff;
- }
- break;
- }
- }
- }
- }
- // fit the image on available space
- $this->fitBlock($w, $h, $x, $y, $fitonpage);
- // calculate new minimum dimensions in pixels
- $neww = round($w * $this->k * $dpi / $this->dpi);
- $newh = round($h * $this->k * $dpi / $this->dpi);
- // check if resize is necessary (resize is used only to reduce the image)
- $newsize = ($neww * $newh);
- $pixsize = ($pixw * $pixh);
- if (intval($resize) == 2) {
- $resize = true;
- } elseif ($newsize >= $pixsize) {
- $resize = false;
- }
- // check if image has been already added on document
- $newimage = true;
- if (in_array($file, $this->imagekeys)) {
- $newimage = false;
- // get existing image data
- $info = $this->getImageBuffer($file);
- // check if the newer image is larger
- $oldsize = ($info['w'] * $info['h']);
- if ((($oldsize < $newsize) AND ($resize)) OR (($oldsize < $pixsize) AND (!$resize))) {
- $newimage = true;
- }
- }
- if ($newimage) {
- //First use of image, get info
- $type = strtolower($type);
- if ($type == '') {
- $type = $this->getImageFileType($file, $imsize);
- } elseif ($type == 'jpg') {
- $type = 'jpeg';
- }
- $mqr = $this->get_mqr();
- $this->set_mqr(false);
- // Specific image handlers
- $mtd = '_parse'.$type;
- // GD image handler function
- $gdfunction = 'imagecreatefrom'.$type;
- $info = false;
- if ((method_exists($this, $mtd)) AND (!($resize AND function_exists($gdfunction)))) {
- // TCPDF image functions
- $info = $this->$mtd($file);
- if ($info == 'pngalpha') {
- return $this->ImagePngAlpha($file, $x, $y, $pixw, $pixh, $w, $h, 'PNG', $link, $align, $resize, $dpi, $palign);
- }
- }
- if (!$info) {
- if (function_exists($gdfunction)) {
- // GD library
- $img = $gdfunction($file);
- if ($resize) {
- $imgr = imagecreatetruecolor($neww, $newh);
- if (($type == 'gif') OR ($type == 'png')) {
- $imgr = $this->_setGDImageTransparency($imgr, $img);
- }
- imagecopyresampled($imgr, $img, 0, 0, 0, 0, $neww, $newh, $pixw, $pixh);
- if (($type == 'gif') OR ($type == 'png')) {
- $info = $this->_toPNG($imgr);
- } else {
- $info = $this->_toJPEG($imgr);
- }
- } else {
- if (($type == 'gif') OR ($type == 'png')) {
- $info = $this->_toPNG($img);
- } else {
- $info = $this->_toJPEG($img);
- }
- }
- } elseif (extension_loaded('imagick')) {
- // ImageMagick library
- $img = new Imagick();
- if ($type == 'SVG') {
- // get SVG file content
- $svgimg = file_get_contents($file);
- // get width and height
- $regs = array();
- if (preg_match('/