TCPDF_STATIC
Description Description
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Methods Methods
- _AES — Returns the input text exrypted using AES algorithm and the specified key.
- _AESnopad — Returns the input text exrypted using AES algorithm and the specified key.
- _escape — Add "\" before "\", "(" and ")"
- _escapeXML — Escape some special characters (< > &) for XML output.
- _freadint — Read a 4-byte (32 bit) integer from file.
- _getBYTE — Get BYTE from string (8-bit unsigned integer).
- _getFIXED — Get FIXED from string (32-bit signed fixed-point number (16.16).
- _getFWORD — Get FWORD from string (Big Endian 16-bit signed integer).
- _getSHORT — Get SHORT from string (Big Endian 16-bit signed integer).
- _getUFWORD — Get UFWORD from string (Big Endian 16-bit unsigned integer).
- _getULONG — Get ULONG from string (Big Endian 32-bit unsigned integer).
- _getUSHORT — Get USHORT from string (Big Endian 16-bit unsigned integer).
- _md5_16 — Encrypts a string using MD5 and returns it's value as a binary string.
- _RC4 — Returns the input text encrypted using RC4 algorithm and the specified key.
- convertHexStringToString — Convert hexadecimal string to string
- convertStringToHexString — Convert string to hexadecimal string (byte string)
- empty_string — Determine whether a string is empty.
- encodeNameObject — Encode a name object.
- extractCSSproperties — Extracts the CSS properties from a CSS string.
- file_exists — Wrapper for file_exists.
- fileGetContents — Reads entire file into a string.
- fixHTMLCode — Cleanup HTML code (requires HTML Tidy library).
- fopenLocal — Wrapper to use fopen only with local files
- formatPageNumber — Format the page numbers.
- formatTOCPageNumber — Format the page numbers on the Table Of Content.
- get_mqr — Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
- getAnnotOptFromJSProp — Convert JavaScript form fields properties array to Annotation Properties array.
- getBorderMode — Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
- getCSSdataArray — Returns the styles array that apply for the selected HTML tag.
- getEncPermissionsString — Convert encryption P value to a string of bytes, low-order byte first.
- getFormattedDate — Returns a formatted date-time.
- getHyphenPatternsFromTEX — Returns an array of hyphenation patterns.
- getObjFilename — Returns a temporary filename for caching object on filesystem.
- getPageLayoutMode — Get the canonical page layout mode.
- getPageMode — Get the canonical page layout mode.
- getPageSizeFromFormat — Get page dimensions from format name.
- getPathPaintOperator — Get the Path-Painting Operators.
- getRandomSeed — Returns a string containing random data to be used as a seed for encryption methods.
- getSVGTransformMatrix — Get the tranformation matrix from SVG transform attribute
- getTagStyleFromCSSarray — Compact CSS data array into single string.
- getTCPDFProducer — Return the current TCPDF producer.
- getTCPDFVersion — Return the current TCPDF version.
- getTimestamp — Returns timestamp in seconds from formatted date-time.
- getTransformationMatrixProduct — Get the product of two SVG tranformation matrices
- getUserPermissionCode — Return the permission code used on encryption (P value).
- getVectorsAngle — Returns the angle in radiants between two vectors
- intToRoman — Returns the Roman representation of an integer number
- isValidCSSSelectorForTag — Returns true if the CSS selector is valid for the selected HTML tag
- isValidURL — Check if the URL exist.
- objclone — Creates a copy of a class object
- pregSplit — Split string by a regular expression.
- removeSHY — Removes SHY characters from text.
- replacePageNumAliases — Replace page number aliases with number.
- revstrpos — Find position of last occurrence of a substring in a string
- rfread — Binary-safe and URL-safe file read.
- sendOutputData — Output input data and compress it if possible.
- set_mqr — Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
- setPageBoxes — Set page boundaries.
- swapPageBoxCoordinates — Swap X and Y coordinates of page boxes (change page boxes orientation).
- url_exists — Check if the URL exist.