pax_global_header00006660000000000000000000000064141676627530014533gustar00rootroot0000000000000052 comment=7fdc0224720502df4705126310a4dc808abbf0d9 php-roundcube-rtf-html-php-2.1/000077500000000000000000000000001416766275300164705ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/.gitattributes000066400000000000000000000001421416766275300213600ustar00rootroot00000000000000.gitignore export-ignore .gitattributes export-ignore .github/ export-ignore tests/ export-ignore php-roundcube-rtf-html-php-2.1/.github/000077500000000000000000000000001416766275300200305ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/.github/workflows/000077500000000000000000000000001416766275300220655ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/.github/workflows/tests.yml000066400000000000000000000020301416766275300237450ustar00rootroot00000000000000name: tests on: push: pull_request: jobs: linux_tests: runs-on: ubuntu-18.04 if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')" strategy: fail-fast: true matrix: php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1] name: PHP ${{ matrix.php }}/Linux steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: mbstring tools: composer:v2 coverage: none - name: Setup problem matchers run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Fix PHPUnit for PHP8 run: composer config platform.php 7.4 if: matrix.php >= 8 - name: Install dependencies run: composer install --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit tests php-roundcube-rtf-html-php-2.1/.gitignore000066400000000000000000000000071416766275300204550ustar00rootroot00000000000000vendor php-roundcube-rtf-html-php-2.1/CHANGELOG.md000066400000000000000000000031241416766275300203010ustar00rootroot00000000000000# Changelog ## 2.0 - Fork, various code style fixes, camel-case use - Added some more tests - Removed trigger_error() use - Added support for encapsulated HTML - Support PHP >= 5.4, up to 8.1 ## 1.1 ### Update 11 Sep '19: - Split code up into several classes under `/src` - Lots of code documentation - Added some PHPUnit test cases - Use namespace - Set version to 1.1 ## 1.0 ### Update 26 Oct '18: - Adds support for Font table extraction. - Adds support for Pictures. - Adds support for additional control symbols. - Updates the way the parser parses unicode and its replacement character(s). - Updated Html formatter: now it reads the proper encoding from RTF document and/or from current font. - Updated unicode conversion method: now it takes into account the right encoding of the RTF document. ### Update 2 Sep '18: - Unicode characters are now fully supported - Font color & background are now supported - Better HTML tag handling ### Update 11 Jun '18: - Better display for text with altered font-size ### Update 10 Mar '16: - The RTF parser would either issue warnings or go into an infinite loop when parsing a malformed RTF. Instead, it now returns `true` when parsing was successful, and `false` if it was not. ### Update 23 Feb '16: - The RTF to HTML converter can now be installed through Composer (thanks to @felixkiss). ### Update 28 Oct '15: - A bug causing control words to be misparsed occasionally is now fixed. ### Update 3 Sep ’14: - Fixed bug: underlining would start but never end. Now it does. - Feature request: images are now filtered out of the output. php-roundcube-rtf-html-php-2.1/LICENSE000066400000000000000000000432001416766275300174740ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. {description} Copyright (C) {year} {fullname} This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. {signature of Ty Coon}, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. php-roundcube-rtf-html-php-2.1/README.md000066400000000000000000000033311416766275300177470ustar00rootroot00000000000000# rtf-html-php _An RTF to HTML converter in PHP_ In a recent project, I desperately needed an RTF to HTML converter written in PHP. Googling around turned up some matches, but I could not get them to work properly. Also, one of them called `passthru()` to use a RTF2HTML executable, which is something I didn’t want. I was looking for an RTF to HTML converter written purely in PHP. Since I couldn’t find anything ready-made, I sat down and coded one up myself. It’s short, and it works, implementing the subset of RTF tags that you’ll need in HTML and ignoring the rest. As it turns out, the RTF format isn’t that complicated when you really look at it, but it isn’t something you code a parser for in 15 minutes either. ## How to use it Install this package using composer. Then do this: ```php use RtfHtmlPhp\Document; $rtf = file_get_contents("test.rtf"); $document = new Document($rtf); // or use a string directly ``` `Document` will raise an exception if the RTF document could not be parsed. If you’d like to see what the parser read (for debug purposes), then call this: ```php echo $document; ``` To convert the parser’s parse tree to HTML, call this (but only if the RTF was successfully parsed): ```php use RtfHtmlPhp\Html\HtmlFormatter; $formatter = new HtmlFormatter(); echo $formatter->format($document); ``` For enhanced compatibility the default character encoding of the converted RTF unicode characters is set to `HTML-ENTITIES`. To change the default encoding, you can initialize the `Html` object with the desired encoding supported by `mb_list_encodings()`: ex. `UTF-8` ```php $formatter = new HtmlFormatter('UTF-8'); ``` ## Install via Composer ```shell composer require roundcube/rtf-to-html ``` php-roundcube-rtf-html-php-2.1/composer.json000066400000000000000000000012341416766275300212120ustar00rootroot00000000000000{ "name": "roundcube/rtf-html-php", "description": "RTF to HTML converter in PHP", "keywords": ["rtf", "converter"], "type": "library", "license": "GPL-2.0", "authors": [ { "name": "Alexander van Oostenrijk", "email": "alex.vanoostenrijk@gmail.com" }, { "name": "Aleksander Machniak", "email": "alec@alec.pl" } ], "scripts": { "test": [ "phpunit tests" ] }, "require": { "php": ">=5.4", "ext-iconv": "*", "ext-mbstring": "*" }, "autoload": { "psr-4": { "RtfHtmlPhp\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" } } php-roundcube-rtf-html-php-2.1/src/000077500000000000000000000000001416766275300172575ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/src/ControlSymbol.php000066400000000000000000000006501416766275300225770ustar00rootroot00000000000000symbol} ({$this->parameter})\n"; } } php-roundcube-rtf-html-php-2.1/src/ControlWord.php000066400000000000000000000006331416766275300222460ustar00rootroot00000000000000word} ({$this->parameter})\n"; } } php-roundcube-rtf-html-php-2.1/src/Document.php000066400000000000000000000260531416766275300215540ustar00rootroot00000000000000parse($rtf); } /** * Get the next character from the RTF stream. * Parsing is aborted when reading beyond end of input string. * * @return string */ protected function getChar() { $this->char = null; if ($this->pos < strlen($this->rtf)) { $this->char = $this->rtf[$this->pos++]; } else { $err = "Parse error: Tried to read past end of input; RTF is probably truncated."; throw new \Exception($err); } } /** * (Helper method) Is the current character a letter? * * @return bool */ protected function isLetter() { if (ord($this->char) >= 65 && ord($this->char) <= 90) { return true; } if (ord($this->char) >= 97 && ord($this->char) <= 122) { return true; } return false; } /** * (Helper method) Is the current character a digit? * * @return bool */ protected function isDigit() { return (ord($this->char) >= 48 && ord($this->char) <= 57); } /** * (Helper method) Is the current character end-of-line (EOL)? * * @return bool */ protected function isEndOfLine() { if ($this->char == "\r" || $this->char == "\n") { // Checks for a Windows/Acron type EOL if ($this->rtf[$this->pos] == "\n" || $this->rtf[$this->pos] == "\r") { $this->getChar(); } return true; } return false; } /** * (Helper method) Is the current character for a space delimiter? * * @return bool */ protected function isSpaceDelimiter() { return ($this->char == " " || $this->isEndOfLine()); } /** * Store state of document on stack. * * @return void */ protected function parseStartGroup() { $group = new Group(); if ($this->group != null) { // Make the new group a child of the current group $group->parent = $this->group; array_push($this->group->children, $group); array_push($this->uc, end($this->uc)); } else { // If there is no parent group, then set this group // as the root group. $this->root = $group; // Create uc stack and insert the first default value $this->uc = [1]; } // Set the new group as the current group: $this->group = $group; } /** * Retrieve state of document from stack. * * @return void */ protected function parseEndGroup() { $this->group = $this->group->parent; // Retrieve last uc value from stack array_pop($this->uc); } /** * Parse ControlWord element * * @return void */ protected function parseControlWord() { // Read letters until a non-letter is reached. $word = ''; $this->getChar(); while ($this->isLetter()) { $word .= $this->char; $this->getChar(); } // Read parameter (if any) consisting of digits. // Parameter may be negative, i.e., starting with a '-' $parameter = null; $negative = false; if ($this->char == '-') { $this->getChar(); $negative = true; } while ($this->isDigit()) { if ($parameter === null) { $parameter = 0; } $parameter = $parameter * 10 + $this->char; $this->getChar(); } // If no parameter present, assume control word's default (usually 1) // If no default then assign 0 to the parameter if ($parameter === null) { $parameter = 1; } // Convert parameter to a negative number when applicable if ($negative) { $parameter = -$parameter; } // Update uc value if ($word == "uc") { array_pop($this->uc); $this->uc[] = $parameter; } // Skip space delimiter if (!$this->isSpaceDelimiter()) { $this->pos--; } // If this is \u, then the parameter will be followed // by {$this->uc} characters. if ($word == "u") { // Convert parameter to unsigned decimal unicode if ($negative) { $parameter = 65536 + $parameter; } // Will ignore replacement characters $uc times $uc = end($this->uc); while ($uc > 0) { $this->getChar(); // If the replacement character is encoded as // hexadecimal value \'hh then jump over it if ($this->char == "\\" && $this->rtf[$this->pos] == '\'') { $this->pos = $this->pos + 3; } elseif ($this->char == '{' || $this->char == '{') { // Break if it's an RTF scope delimiter break; } // - To include an RTF delimiter in skippable data, it must be // represented using the appropriate control symbol (that is, // escaped with a backslash,) as in plain text. // // - Any RTF control word or symbol is considered a single character // for the purposes of counting skippable characters. For this reason // it's more appropriate to create a $skip flag and let the Parse() // function take care of the skippable characters. $uc--; } } // Add new RTF word as a child to the current group. $rtfword = new ControlWord(); $rtfword->word = $word; $rtfword->parameter = $parameter; array_push($this->group->children, $rtfword); } /** * Parse ControlSymbol element * * @return void */ protected function parseControlSymbol() { // Read symbol (one character only). $this->getChar(); $symbol = $this->char; // Exceptional case: // Treat EOL symbols as \par control word if ($this->isEndOfLine()) { $rtfword = new ControlWord(); $rtfword->word = 'par'; $rtfword->parameter = 0; array_push($this->group->children, $rtfword); return; } // Symbols ordinarily have no parameter. However, // if this is \' (a single quote), then it is // followed by a 2-digit hex-code: $parameter = 0; if ($symbol == '\'') { $this->getChar(); $parameter = $this->char; $this->getChar(); $parameter = hexdec($parameter . $this->char); } // Add new control symbol as a child to the current group: $rtfsymbol = new ControlSymbol(); $rtfsymbol->symbol = $symbol; $rtfsymbol->parameter = $parameter; array_push($this->group->children, $rtfsymbol); } /** * Parse Control element * * @return void */ protected function parseControl() { // Beginning of an RTF control word or control symbol. // Look ahead by one character to see if it starts with // a letter (control world) or another symbol (control symbol): $this->GetChar(); $this->pos--; // (go back after look-ahead) if ($this->isLetter()) { $this->parseControlWord(); } else { $this->parseControlSymbol(); } } /** * Parse Text element * * @return void */ protected function parseText() { // Parse plain text up to backslash or brace, // unless escaped. $text = ''; $terminate = false; do { // Ignore EOL characters if ($this->char == "\r" || $this->char == "\n") { $this->getChar(); continue; } // Is this an escape? if ($this->char == "\\") { // Perform lookahead to see if this // is really an escape sequence. $this->getChar(); switch ($this->char) { case "\\": break; case '{': break; case '}': break; default: // Not an escape. Roll back. $this->pos = $this->pos - 2; $terminate = true; break; } } elseif ($this->char == '{' || $this->char == '}') { $this->pos--; $terminate = true; } if (!$terminate) { // Save plain text $text .= $this->char; $this->getChar(); } } while (!$terminate && $this->pos < $this->len); // Create new Text element: $text = new Text($text); // If there is no current group, then this is not a valid RTF file. // Throw an exception. if ($this->group == null) { throw new \Exception("Parse error: RTF text outside of group."); } // Add text as a child to the current group: array_push($this->group->children, $text); } /** * Attempt to parse an RTF string. * * @param string $rtf RTF content * * @return void */ protected function parse($rtf) { $this->rtf = $rtf; $this->pos = 0; $this->len = strlen($this->rtf); $this->group = null; $this->root = null; while ($this->pos < $this->len-1) { // Read next character: $this->getChar(); // Ignore \r and \n if ($this->char == "\n" || $this->char == "\r") { continue; } // What type of character is this? switch ($this->char) { case '{': $this->parseStartGroup(); break; case '}': $this->parseEndGroup(); break; case "\\": $this->parseControl(); break; default: $this->parseText(); break; } } } /** * Returns string representation of the document for debug purposes. * * @return string */ public function __toString() { if (!$this->root) { return "No root group"; } return $this->root->toString(); } } php-roundcube-rtf-html-php-2.1/src/Element.php000066400000000000000000000002331416766275300213570ustar00rootroot00000000000000parent = null; $this->children = []; } /** * Returns group type * * @return string|null */ public function getType() { // No children? Then the group type is null. if (count($this->children) == 0) { return null; } $child = $this->children[0]; // If the first child is a control word, then // the group type is the word. if ($child instanceof ControlWord) { return $child->word; } // If the first child is a control symbol, then // the group type is * for a special symbol, or null. if ($child instanceof ControlSymbol) { return ($child->symbol == '*') ? '*' : null; } // If first child is neither word nor symbol, then // group type is null. return null; } /** * If a group contains a '*' symbol as its first child, * then it is a destination group. * * @return bool|null Group destination */ public function isDestination() { // If group has no children, then destination is null. if (count($this->children) == 0) { return null; } $child = $this->children[0]; // First child not a control symbol? if (!$child instanceof ControlSymbol) { return null; } return $child->symbol == '*'; } /** * Returns string representation of the object for debug purposes * * @param int $level Indentation level * * @return string */ public function toString($level = 0) { $str = str_repeat(" ", $level) . "{\n"; foreach ($this->children as $child) { /* // Skip some group types: if ($child instanceof Group) { if ($child->GetType() == "fonttbl") continue; if ($child->GetType() == "colortbl") continue; if ($child->GetType() == "stylesheet") continue; if ($child->GetType() == "info") continue; // Skip any pictures: if (substr($child->GetType(), 0, 4) == "pict") continue; if ($child->IsDestination()) continue; } */ $str .= $child->toString($level + 1); } return $str . str_repeat(" ", $level) . "}\n"; } } php-roundcube-rtf-html-php-2.1/src/Html/000077500000000000000000000000001416766275300201635ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/src/Html/Font.php000066400000000000000000000011701416766275300216010ustar00rootroot00000000000000name) { $list[] = $this->name; } if ($this->family) { $list[] = $this->family; } if (count($list) == 0) { return ''; } return "font-family:" . implode(',', $list); } } php-roundcube-rtf-html-php-2.1/src/Html/HtmlFormatter.php000066400000000000000000000610231416766275300234660ustar00rootroot00000000000000encoding = $encoding; } /** * Generates HTML output for the document * * @param Document $document The document * * @return string HTML content */ public function format(Document $document) { // Clear current output $this->output = ''; // Keep track of style modifications $this->previousState = null; // and create a stack of states $this->states = []; // Put an initial standard state onto the stack $this->state = new State(); array_push($this->states, $this->state); // Keep track of opened html tags $this->openedTags = ['span' => false, 'p' => null]; // Begin format $this->processGroup($document->root); // Instead of removing opened tags, we close them $this->output .= $this->openedTags['span'] ? '' : ''; $this->output .= $this->openedTags['p'] ? '

' : ''; // Remove extra empty paragraph at the end // TODO: Find the real reason it's there and fix it $this->output = preg_replace('|

$|', '', $this->output); return $this->output; } /** * Registers a font definition. * * @param \RtfHtmlPhp\Group $fontGroup A group element with a font definition * * @return void */ protected function loadFont(\RtfHtmlPhp\Group $fontGroup) { $fontNumber = 0; $font = new Font(); // Loop through children of the font group. The font group // contains control words with the font number and charset, // and a control text with the font name. foreach ($fontGroup->children as $child) { // Control word if ($child instanceof \RtfHtmlPhp\ControlWord) { switch ($child->word) { case 'f': $fontNumber = $child->parameter; break; // Font family names case 'froman': $font->family = "serif"; break; case 'fswiss': $font->family = "sans-serif"; break; case 'fmodern': $font->family = "monospace"; break; case 'fscript': $font->family = "cursive"; break; case 'fdecor': $font->family = "fantasy"; break; // case 'fnil': break; // default font // case 'ftech': break; // symbol // case 'fbidi': break; // bidirectional font case 'fcharset': // charset $font->charset = $this->getEncodingFromCharset($child->parameter); break; case 'cpg': // code page $font->codepage = $this->getEncodingFromCodepage($child->parameter); break; case 'fprq': // Font pitch $font->fprq = $child->parameter; break; } } // Control text contains the font name, if any: if ($child instanceof \RtfHtmlPhp\Text) { // Store font name (except ; delimiter at end) $font->name = substr($child->text, 0, -1); } /* elseif ($child instanceof \RtfHtmlPhp\Group) { // possible subgroups: // '{\*' \falt #PCDATA '}' = alternate font name // '{\*' \fontemb ? ? '}' // '{\*' \fontfile ? #PCDATA '}' // '{\*' \panose '}' continue; } elseif ($child instanceof \RtfHtmlPhp\ControlSymbol) { // the only authorized symbol here is '*': // \*\fname = non tagged file name (only WordPad uses it) continue; } */ } State::setFont($fontNumber, $font); } protected function extractFontTable($fontTblGrp) { // {' \fonttbl ( | ('{' '}'))+ '}' // ??? // ??? ? ';' // The Font Table group contains the control word "fonttbl" and some // subgroups. Go through the subgroups, ignoring the "fonttbl" // identifier. foreach ($fontTblGrp->children as $child) { // Ignore non-group, which should be the fonttbl identified word. if (!($child instanceof \RtfHtmlPhp\Group)) { continue; } // Load the font specification in the subgroup: $this->loadFont($child); } } protected function extractColorTable($colorTblGrp) { // {\colortbl;\red0\green0\blue0;} // Index 0 of the RTF color table is the 'auto' color $colortbl = []; $c = count($colorTblGrp); $color = ''; for ($i=1; $i<$c; $i++) { // Iterate through colors if ($colorTblGrp[$i] instanceof \RtfHtmlPhp\ControlWord) { // Extract RGB color and convert it to hex string $color = sprintf( '#%02x%02x%02x', // hex string format $colorTblGrp[$i]->parameter, // red $colorTblGrp[$i+1]->parameter, // green $colorTblGrp[$i+2]->parameter // blue ); $i+=2; } elseif ($colorTblGrp[$i] instanceof \RtfHtmlPhp\Text) { // This is a delimiter ';' so if ($i != 1) { // Store the already extracted color $colortbl[] = $color; } else { // This is the 'auto' color $colortbl[] = 0; } } } State::$colortbl = $colortbl; } protected function extractImage($pictGrp) { $image = new Image(); foreach ($pictGrp as $child) { if ($child instanceof \RtfHtmlPhp\ControlWord) { switch ($child->word) { // Picture Format case "emfblip": $image->format = 'emf'; break; case "pngblip": $image->format = 'png'; break; case "jpegblip": $image->format = 'jpeg'; break; case "macpict": $image->format = 'pict'; break; // case "wmetafile": $Image->format = 'bmp'; break; // Picture size and scaling case "picw": $image->width = $child->parameter; break; case "pich": $image->height = $child->parameter; break; case "picwgoal": $image->goalWidth = $child->parameter; break; case "pichgoal": $image->goalHeight = $child->parameter; break; case "picscalex": $image->pcScaleX = $child->parameter; break; case "picscaley": $image->pcScaleY = $child->parameter; break; // Binary or Hexadecimal Data ? case "bin": $image->binarySize = $child->parameter; break; } } elseif ($child instanceof \RtfHtmlPhp\Text) { // store Data $image->imageData = $child->text; } } // output Image $this->output .= $image->printImage(); } protected function processGroup($group) { // Special group processing: switch ($group->getType()) { case "fonttbl": // Extract font table $this->extractFontTable($group); return; case "colortbl": // Extract color table $this->extractColorTable($group->children); return; case "stylesheet": // Stylesheet extraction not yet supported return; case "info": // Ignore Document information return; case "pict": $this->extractImage($group->children); return; case "nonshppict": // Ignore alternative images return; case "*": // Process destination $this->processDestination($group->children); return; } // Pictures extraction not yet supported // if (substr($group->GetType(), 0, 4) == "pict") { return; } // Push a new state onto the stack: $this->state = clone $this->state; array_push($this->states, $this->state); foreach ($group->children as $child) { $this->formatEntry($child); } // Pop state from stack array_pop($this->states); $this->state = $this->states[count($this->states) - 1]; } protected function processDestination($dest) { if (!$dest[1] instanceof \RtfHtmlPhp\ControlWord) { return; } // Check if this is a Word 97 picture if ($dest[1]->word == "shppict") { $c = count($dest); for ($i = 2; $i < $c; $i++) { $this->formatEntry($dest[$i]); } } elseif ($dest[1]->word == "htmltag") { $c = count($dest); for ($i = 2; $i < $c; $i++) { $entry = $dest[$i]; if ($entry instanceof \RtfHtmlPhp\Text) { $this->output .= $entry->text; } else { $this->formatEntry($entry); } } } } protected function formatEntry($entry) { if ($entry instanceof \RtfHtmlPhp\Group) { $this->processGroup($entry); } elseif ($entry instanceof \RtfHtmlPhp\ControlWord) { $this->formatControlWord($entry); } elseif ($entry instanceof \RtfHtmlPhp\ControlSymbol) { $this->formatControlSymbol($entry); } elseif ($entry instanceof \RtfHtmlPhp\Text) { $this->formatText($entry); } } protected function formatControlWord($word) { switch($word->word) { case 'fromhtml': $this->fromhtml = $word->parameter > 0; break; case 'htmlrtf': $this->state->htmlrtf = $word->parameter > 0; break; case 'plain': // Reset font formatting properties to default. case 'pard': // Reset to default paragraph properties. $this->state->reset($this->defaultFont); break; // Font formatting properties: case 'b': // bold $this->state->bold = $word->parameter; break; case 'i': // italic $this->state->italic = $word->parameter; break; case 'ul': // underline $this->state->underline = $word->parameter; break; case 'ulnone': // no underline $this->state->underline = false; break; case 'strike': // strike-through $this->state->strike = $word->parameter; break; case 'v': // hidden $this->state->hidden = $word->parameter; break; case 'fs': // Font size $this->state->fontsize = ceil(($word->parameter / 24) * 16); break; case 'f': // Font $this->state->font = $word->parameter; break; case 'deff': // Store default font $this->defaultFont = $word->parameter; break; // Colors case 'cf': case 'chcfpat': $this->state->fontcolor = $word->parameter; break; case 'cb': case 'chcbpat': $this->state->background = $word->parameter; break; case 'highlight': $this->state->hcolor = $word->parameter; break; // Special characters case 'lquote': $this->write($this->fromhtml ? "‘" : "‘"); break; // ‘ ‘ case 'rquote': $this->write($this->fromhtml ? "’" : "’"); break; // ’ ’ case 'ldblquote': $this->write($this->fromhtml ? "“" : "“"); break; // “ “ case 'rdblquote': $this->write($this->fromhtml ? "”" : "”"); break; // ” ” case 'bullet': $this->write($this->fromhtml ? "•" : "•"); break; // • • case 'endash': $this->write($this->fromhtml ? "–" : "–"); break; // – – case 'emdash': $this->write($this->fromhtml ? "—" : "—"); break; // — — case 'enspace': $this->write($this->fromhtml ? " " : " "); break; //   case 'emspace': $this->write($this->fromhtml ? " " : " "); break; //   case 'tab': $this->write($this->fromhtml ? "\t" : " "); break; // Character value 9 case 'line': $this->output .= $this->fromhtml ? "\n" : "
"; break; // character value (line feed = ) (carriage return = ) // Unicode characters case 'u': $uchar = $this->decodeUnicode($word->parameter); $this->write($uchar); break; // Paragraphs case 'par': case 'row': if ($this->fromhtml) { $this->output .= "\n"; break; } // Close previously opened tags $this->closeTags(); // Begin a new paragraph $this->openTag('p'); break; // Code pages case 'ansi': case 'mac': case 'pc': case 'pca': $this->rtfEncoding = $this->getEncodingFromCodepage($word->word); break; case 'ansicpg': if ($word->parameter) { $this->rtfEncoding = $this->getEncodingFromCodepage($word->parameter); } break; } } protected function decodeUnicode($code, $srcEnc = 'UTF-8') { $utf8 = false; if ($srcEnc != 'UTF-8') { // convert character to Unicode $utf8 = iconv($srcEnc, 'UTF-8', chr($code)); } if ($this->encoding == 'HTML-ENTITIES') { return $utf8 !== false ? "&#{$this->ordUtf8($utf8)};" : "&#{$code};"; } if ($this->encoding == 'UTF-8') { return $utf8 !== false ? $utf8 : mb_convert_encoding("&#{$code};", $this->encoding, 'HTML-ENTITIES'); } return $utf8 !== false ? mb_convert_encoding($utf8, $this->encoding, 'UTF-8') : mb_convert_encoding("&#{$code};", $this->encoding, 'HTML-ENTITIES'); } protected function write($txt) { // Ignore regions that are not part of the original (encapsulated) HTML content if ($this->state->htmlrtf) { return; } if ($this->fromhtml) { $this->output .= $txt; return; } if ($this->openedTags['p'] === null) { // Create the first paragraph $this->openTag('p'); } // Create a new 'span' element only when a style change occurs. // 1st case: style change occured // 2nd case: there is no change in style but the already created 'span' // element is somehow closed (ex. because of an end of paragraph) if (!$this->state->equals($this->previousState) || ($this->state->equals($this->previousState) && !$this->openedTags['span']) ) { // If applicable close previously opened 'span' tag $this->closeTag('span'); $style = $this->state->printStyle(); // Keep track of preceding style $this->previousState = clone $this->state; // Create style attribute and open span $attr = $style ? "style=\"{$style}\"" : ""; $this->openTag('span', $attr); } $this->output .= $txt; } protected function openTag($tag, $attr = '') { // Ignore regions that are not part of the original (encapsulated) HTML content if ($this->fromhtml) { return; } $this->output .= $attr ? "<{$tag} {$attr}>" : "<{$tag}>"; $this->openedTags[$tag] = true; } protected function closeTag($tag) { if ($this->fromhtml) { return; } if ($this->openedTags[$tag]) { // Check for empty html elements if (substr($this->output, -strlen("<{$tag}>")) == "<{$tag}>") { switch ($tag) { case 'p': // Replace empty 'p' element with a line break $this->output = substr($this->output, 0, -3) . "
"; break; default: // Delete empty elements $this->output = substr($this->output, 0, -strlen("<{$tag}>")); break; } } else { $this->output .= ""; } $this->openedTags[$tag] = false; } } /** * Closes all opened tags * * @return void */ protected function closeTags() { // Close all opened tags foreach ($this->openedTags as $tag => $b) { $this->closeTag($tag); } } protected function formatControlSymbol($symbol) { if ($symbol->symbol == '\'') { $enc = $this->getSourceEncoding(); $uchar = $this->decodeUnicode($symbol->parameter, $enc); $this->write($uchar); } elseif ($symbol->symbol == '~') { $this->write(" "); // Non breaking space } elseif ($symbol->symbol == '-') { $this->write("­"); // Optional hyphen } elseif ($symbol->symbol == '_') { $this->write("‑"); // Non breaking hyphen } elseif ($symbol->symbol == '{') { $this->write("{"); // Non breaking hyphen } } protected function formatText($text) { // Convert special characters to HTML entities $txt = htmlspecialchars($text->text, ENT_NOQUOTES, 'UTF-8'); if ($this->encoding == 'HTML-ENTITIES') { $this->write($txt); } else { $this->write(mb_convert_encoding($txt, $this->encoding, 'UTF-8')); } } protected function getSourceEncoding() { if (isset($this->state->font)) { if (isset(State::$fonttbl[$this->state->font]->codepage)) { return State::$fonttbl[$this->state->font]->codepage; } if (isset(State::$fonttbl[$this->state->font]->charset)) { return State::$fonttbl[$this->state->font]->charset; } } return $this->rtfEncoding; } /** * Convert RTF charset identifier into an encoding name (for iconv) * * @param int $charset Charset identifier * * @return string|null Encoding name or NULL on unknown CodePage */ protected function getEncodingFromCharset($charset) { // maps windows character sets to iconv encoding names $map = array ( 0 => 'CP1252', // ANSI: Western Europe 1 => 'CP1252', //*Default 2 => 'CP1252', //*Symbol 3 => null, // Invalid 77 => 'MAC', //*also [MacRoman]: Macintosh 128 => 'CP932', //*or [Shift_JIS]?: Japanese 129 => 'CP949', //*also [UHC]: Korean (Hangul) 130 => 'CP1361', //*also [JOHAB]: Korean (Johab) 134 => 'CP936', //*or [GB2312]?: Simplified Chinese 136 => 'CP950', //*or [BIG5]?: Traditional Chinese 161 => 'CP1253', // Greek 162 => 'CP1254', // Turkish (latin 5) 163 => 'CP1258', // Vietnamese 177 => 'CP1255', // Hebrew 178 => 'CP1256', // Simplified Arabic 179 => 'CP1256', //*Traditional Arabic 180 => 'CP1256', //*Arabic User 181 => 'CP1255', //*Hebrew User 186 => 'CP1257', // Baltic 204 => 'CP1251', // Russian (Cyrillic) 222 => 'CP874', // Thai 238 => 'CP1250', // Eastern European (latin 2) 254 => 'CP437', //*also [IBM437][437]: PC437 255 => 'CP437', //*OEM still PC437 ); if (isset($map[$charset])) { return $map[$charset]; } } /** * Convert RTF CodePage identifier into an encoding name (for iconv) * * @param string $cpg CodePage identifier * * @return string|null Encoding name or NULL on unknown CodePage */ protected function getEncodingFromCodepage($cpg) { $map = array ( 'ansi' => 'CP1252', 'mac' => 'MAC', 'pc' => 'CP437', 'pca' => 'CP850', 437 => 'CP437', // United States IBM 708 => 'ASMO-708', // also [ISO-8859-6][ARABIC] Arabic /* Not supported by iconv 709, => '' // Arabic (ASMO 449+, BCON V4) 710, => '' // Arabic (transparent Arabic) 711, => '' // Arabic (Nafitha Enhanced) 720, => '' // Arabic (transparent ASMO) */ 819 => 'CP819', // Windows 3.1 (US and Western Europe) 850 => 'CP850', // IBM multilingual 852 => 'CP852', // Eastern European 860 => 'CP860', // Portuguese 862 => 'CP862', // Hebrew 863 => 'CP863', // French Canadian 864 => 'CP864', // Arabic 865 => 'CP865', // Norwegian 866 => 'CP866', // Soviet Union 874 => 'CP874', // Thai 932 => 'CP932', // Japanese 936 => 'CP936', // Simplified Chinese 949 => 'CP949', // Korean 950 => 'CP950', // Traditional Chinese 1250 => 'CP1250', // Windows 3.1 (Eastern European) 1251 => 'CP1251', // Windows 3.1 (Cyrillic) 1252 => 'CP1252', // Western European 1253 => 'CP1253', // Greek 1254 => 'CP1254', // Turkish 1255 => 'CP1255', // Hebrew 1256 => 'CP1256', // Arabic 1257 => 'CP1257', // Baltic 1258 => 'CP1258', // Vietnamese 1361 => 'CP1361', // Johab ); if (isset($map[$cpg])) { return $map[$cpg]; } } protected function ordUtf8($chr) { $ord0 = ord($chr); if ($ord0 >= 0 && $ord0 <= 127) { return $ord0; } $ord1 = ord($chr[1]); if ($ord0 >= 192 && $ord0 <= 223) { return ($ord0 - 192) * 64 + ($ord1 - 128); } $ord2 = ord($chr[2]); if ($ord0 >= 224 && $ord0 <= 239) { return ($ord0 - 224) * 4096 + ($ord1 - 128) * 64 + ($ord2 - 128); } $ord3 = ord($chr[3]); if ($ord0 >= 240 && $ord0 <= 247) { return ($ord0 - 240) * 262144 + ($ord1 - 128) * 4096 + ($ord2 - 128) * 64 + ($ord3 - 128); } $ord4 = ord($chr[4]); if ($ord0 >= 248 && $ord0 <= 251) { return ($ord0 - 248) * 16777216 + ($ord1 - 128) * 262144 + ($ord2 - 128) * 4096 + ($ord3 - 128) * 64 + ($ord4 - 128); } if ($ord0 >= 252 && $ord0 <= 253) { return ($ord0 - 252) * 1073741824 + ($ord1 - 128) * 16777216 + ($ord2 - 128) * 262144 + ($ord3 - 128) * 4096 + ($ord4 - 128) * 64 + (ord($chr[5]) - 128); } // trigger_error("Invalid Unicode character: {$chr}"); } } php-roundcube-rtf-html-php-2.1/src/Html/Image.php000066400000000000000000000026241416766275300217220ustar00rootroot00000000000000reset(); } /** * Resets the object to the initial state * * @return void */ public function reset() { $this->format = 'bmp'; $this->width = 0; // in xExt if wmetafile otherwise in px $this->height = 0; // in yExt if wmetafile otherwise in px $this->goalWidth = 0; // in twips $this->goalHeight = 0; // in twips $this->pcScaleX = 100; // 100% $this->pcScaleY = 100; // 100% $this->binarySize = null; // Number of bytes of the binary data $this->imageData = null; // Binary or Hexadecimal Data } /** * Generate a HTML content for the image * * @return string tag content, An empty string for unsupported/empty image */ public function printImage() { // process binary data if (isset($this->binarySize)) { // Not implemented return ''; } if (empty($this->imageData)) { return ''; } // process hexadecimal data $data = base64_encode(pack('H*', $this->imageData)); // return "format};base64,{$data}\" />"; } } php-roundcube-rtf-html-php-2.1/src/Html/State.php000066400000000000000000000106621416766275300217610ustar00rootroot00000000000000 'Black', 2 => 'Blue', 3 => 'Cyan', 4 => 'Green', 5 => 'Magenta', 6 => 'Red', 7 => 'Yellow', 8 => 'Unused', 9 => 'DarkBlue', 10 => 'DarkCyan', 11 => 'DarkGreen', 12 => 'DarkMagenta', 13 => 'DarkRed', 14 => 'DarkYellow', 15 => 'DarkGray', 16 => 'LightGray' ]; /** * Object constructor */ public function __construct() { $this->reset(); } /** * Store a font in the font table at the specified index. * * @param int $index Font number * @param Font $font Font object * * @return void */ public static function setFont($index, Font $font) { State::$fonttbl[$index] = $font; } /** * Resets the object to the initial state * * @param string|null $defaultFont Font name * * @return void */ public function reset($defaultFont = null) { $this->bold = false; $this->italic = false; $this->underline = false; $this->strike = false; $this->hidden = false; $this->fontsize = 0; $this->fontcolor = null; $this->background = null; $this->hcolor = null; $this->font = isset($defaultFont) ? $defaultFont : null; $this->htmlrtf = false; } /** * Generates css style for the state. * * @return string The css string */ public function printStyle() { $style = []; if ($this->bold) { $style[] = "font-weight:bold"; } if ($this->italic) { $style[] = "font-style:italic"; } if ($this->underline) { $style[] = "text-decoration:underline"; } // state->underline is a toggle switch variable so no need for // a dedicated state->end_underline variable // if($this->state->end_underline) {$span .= "text-decoration:none";} if ($this->strike) { $style .= "text-decoration:line-through"; } if ($this->hidden) { $style .= "display:none"; } if (isset($this->font)) { $font = self::$fonttbl[$this->font]; $style[] = $font->toStyle(); } if ($this->fontsize != 0) { $style[] = "font-size:{$this->fontsize}px"; } // Font color: if (isset($this->fontcolor)) { // Check if color is set. in particular when it's the 'auto' color if (array_key_exists($this->fontcolor, self::$colortbl) && self::$colortbl[$this->fontcolor]) { $style[] = "color:" . self::$colortbl[$this->fontcolor]; } } // Background color: if (isset($this->background)) { // Check if color is set. in particular when it's the 'auto' color if (array_key_exists($this->background, self::$colortbl) && self::$colortbl[$this->background]) { $style[] = "background-color:" . self::$colortbl[$this->background]; } } elseif (isset($this->hcolor)) { // Highlight color: if (array_key_exists($this->hcolor, self::$highlight) && self::$highlight[$this->hcolor]) { $style[] = "background-color:" . self::$highlight[$this->hcolor]; } } return empty($style) ? '' : implode(';', $style) . ';'; } /** * Check whether this State is equal to another State. * * @param State $state A state to compare with * * @return bool True if the state is identical, False otherwise */ public function equals($state) { if (!($state instanceof State)) { return false; } return $this->bold == $state->bold && $this->italic == $state->italic && $this->underline == $state->underline && $this->strike == $state->strike && $this->hidden == $state->hidden && $this->fontsize == $state->fontsize // Compare colors && $this->fontcolor == $state->fontcolor && $this->background == $state->background && $this->hcolor == $state->hcolor // Compare fonts && $this->font == $state->font; } } php-roundcube-rtf-html-php-2.1/src/Text.php000066400000000000000000000010571416766275300207170ustar00rootroot00000000000000text = $text; } /** * Returns string representation of the object for debug purposes * * @param int $level Indentation level * * @return string */ public function toString($level) { return str_repeat(" ", $level) . "TEXT {$this->text}\n"; } } php-roundcube-rtf-html-php-2.1/tests/000077500000000000000000000000001416766275300176325ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/tests/BulletsTest.php000066400000000000000000000015511416766275300226170ustar00rootroot00000000000000format($document); $this->assertEquals( '

· A

' .'

· B

' . '

· C

', $html ); } } php-roundcube-rtf-html-php-2.1/tests/EmptyStringTest.php000066400000000000000000000003521416766275300234700ustar00rootroot00000000000000assertTrue(true); } } php-roundcube-rtf-html-php-2.1/tests/ExtraParagraphTest.php000066400000000000000000000016121416766275300241140ustar00rootroot00000000000000format($document); $this->assertEquals( '

Conditions
' . 'Delivery: FCA in our warehouse in Rotterdam
' . 'Lead Time: 25 working days after confirmation, subject to prior sale
Payment: 60 days after invoice date
' . 'Quote validity: 30 days

', $html ); } } php-roundcube-rtf-html-php-2.1/tests/FontFamilyTest.php000066400000000000000000000021471416766275300232570ustar00rootroot00000000000000format($document); $this->assertEquals( '

Hello, world.

', $html ); $expected = <<assertSame($expected, (string) $document); } } php-roundcube-rtf-html-php-2.1/tests/HtmlTest.php000066400000000000000000000041441416766275300221120ustar00rootroot00000000000000format($document); $this->assertEquals( "" . " ", $html ); } public function testHtml2() { $rtf = file_get_contents("tests/rtf/html2.rtf"); $document = new Document($rtf); $formatter = new HtmlFormatter(); $html = $formatter->format($document); $expected = <<

Note the line break inside a P tag. This is a bold text

This is a normal text with a character references:  < ¨
characters that have special meaning in RTF: {}\

  1. This is a list item
EOT; $this->assertEquals($expected, $html); } public function testHtml3() { $rtf = file_get_contents("tests/rtf/html3.rtf"); $document = new Document($rtf); $formatter = new HtmlFormatter('UTF-8'); $html = $formatter->format($document); $expected = <<這是一個文本字符串
זהו מחרוזת טקסט.

This is your third encoding.... maybe?
EOT; $this->assertEquals($expected, $html); } } php-roundcube-rtf-html-php-2.1/tests/ImagesTest.php000066400000000000000000000056121416766275300224140ustar00rootroot00000000000000format($document); $this->assertEquals( '', $html ); } } php-roundcube-rtf-html-php-2.1/tests/ParseSimpleTest.php000066400000000000000000000013301416766275300234240ustar00rootroot00000000000000assertTrue(true); } public function testParseSimpleHtml() { $rtf = file_get_contents("tests/rtf/hello-world.rtf"); $document = new Document($rtf); $formatter = new HtmlFormatter(); $html = $formatter->format($document); $this->assertEquals( '

Hello, world.

', $html ); } } php-roundcube-rtf-html-php-2.1/tests/ParseTest.php000066400000000000000000000015571416766275300222650ustar00rootroot00000000000000format($document); // We only test that it does not throw an exception $this->assertTrue(true); } public function testParseException1() { if (!method_exists($this, 'expectException')) { // Skip the test on PHP <= 5.5 $this->markTestSkipped(); } $this->expectException('Exception'); $document = new Document('{\rtf1\ansi\ansicpg1252\deff0\deflang1046'); $formatter = new HtmlFormatter(); $html = $formatter->format($document); } } php-roundcube-rtf-html-php-2.1/tests/rtf/000077500000000000000000000000001416766275300204255ustar00rootroot00000000000000php-roundcube-rtf-html-php-2.1/tests/rtf/bullets.rtf000066400000000000000000000005321416766275300226140ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1036{\fonttbl{\f0\fnil\fcharset0 Calibri;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Riched20 10.0.17134}\viewkind4\uc1 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720\sa200\sl276\slmult1\f0\fs22\lang9 A\par {\pntext\f1\'B7\tab}B\par {\pntext\f1\'B7\tab}C\par }php-roundcube-rtf-html-php-2.1/tests/rtf/extra-closing-paragraph.rtf000066400000000000000000000005161416766275300256660ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0 Calibri;}}{\colortbl ;\red0\green0\blue0 ;\red0\green0\blue255 ;}\f0\cf1\fs24 {\b Conditions}\line Delivery: FCA in our warehouse in Rotterdam\line Lead Time: 25 working days after confirmation, subject to prior sale\line Payment: 60 days after invoice date\line Quote validity: 30 days}php-roundcube-rtf-html-php-2.1/tests/rtf/fonts.rtf000066400000000000000000000003071416766275300222730ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Riched20 10.0.18362}\viewkind4\uc1 \pard\sa200\sl276\slmult1\fs22\lang9 Hello, world.\par } php-roundcube-rtf-html-php-2.1/tests/rtf/hello-world.rtf000066400000000000000000000003111416766275300233650ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}} {\*\generator Riched20 10.0.17134}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs22\lang9 Hello, world.\par }php-roundcube-rtf-html-php-2.1/tests/rtf/html1.rtf000066400000000000000000000005561416766275300221750ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\fromhtml1 \fbidis \deff0{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\htmltag19 } {\*\htmltag241 } {\htmlrtf0 {\*\htmltag72} {\*\htmltag148 }\htmlrtf {\f0 \htmlrtf0 {\*\htmltag84  }\htmlrtf \'a0\htmlrtf0 {\*\htmltag156 }\htmlrtf }\htmlrtf0 \htmlrtf } php-roundcube-rtf-html-php-2.1/tests/rtf/html2.rtf000066400000000000000000000026421416766275300221740ustar00rootroot00000000000000{\rtf1\ANSI\ansicpg1251\fromhtml1 \deff0 {\fonttbl {\f0\fmodern Courier New;}{\f1\fswiss Arial;}{\f2\fswiss\fcharset0 Arial;}} {\colortbl\red0\green0\blue0;\red0\green0\blue255;} {\*\htmltag64} \uc1\pard\plain\deftab360 \f0\fs24 {\*\htmltag \par \par \tab \par \par \par } {\htmlrtf \f1 \htmlrtf0 Note the line break inside a P tag. {\*\htmltag }{\htmlrtf \b \htmlrtf0 This is a bold text{\*\htmltag }} \htmlrtf\par\htmlrtf0} \htmlrtf \par \htmlrtf0 {\*\htmltag

\par

\par} {\htmlrtf \f1 \htmlrtf0 This is a normal text with a character references: {\*\htmltag  }\htmlrtf \'a0\htmlrtf0 {\*\htmltag <}\htmlrtf <\htmlrtf0 {\*\htmltag ¨}\htmlrtf {\f2\'a8}\htmlrtf0{\*\htmltag
\par}\htmlrtf\line\htmlrtf0 characters that have special meaning in RTF: \{\}\\{\*\htmltag
\par}\htmlrtf\line\htmlrtf0\htmlrtf\par\htmlrtf0} {\*\htmltag

\par
    \par
  1. }{\htmlrtf {{\*\pn\pnlvlbody\pndec\pnstart1\pnindent360{\pntxta.}}\li360\fi-360{\pntext 1.\tab} \f1 \htmlrtf0 This is a list item}\htmlrtf\par\htmlrtf0} {\*\htmltag \par
\par \par \par }}php-roundcube-rtf-html-php-2.1/tests/rtf/html3.rtf000066400000000000000000000041501416766275300221710ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1251\fromhtml1 \fbidis \deff0{\fonttbl {\f0\fswiss Arial;}} {\colortbl\red0\green0\blue0;} \uc1\pard\plain\deftab360 \f0\fs24 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0\u36889 ?\u26159 ?\u19968 ?\u20491 ?\u25991 ?\u26412 ?\u23383 ?\u31526 ?\u20018 ? {\*\htmltag116
}\htmlrtf \line \htmlrtf0 \u1494 ?\u1492 ?\u1493 ? \u32 ? \u1502 ?\u1495 ?\u1512 ?\u1493 ?\u1494 ?\u1514 ?\u32 ? \u1496 ?\u1511 ?\u1505 ?\u1496 ?. {\*\htmltag240
} {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag116
}\htmlrtf \line \htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0 {\*\htmltag96
}\htmlrtf {\htmlrtf0 {\*\htmltag64}\htmlrtf {\htmlrtf0This is your third encoding.... maybe?{\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag72}\htmlrtf\par}\htmlrtf0 {\*\htmltag104
}\htmlrtf }\htmlrtf0 {\*\htmltag104
} {\*\htmltag0 \par }}php-roundcube-rtf-html-php-2.1/tests/rtf/image1.rtf000066400000000000000000000056211416766275300223110ustar00rootroot00000000000000{\rtf1{\pict\jpegblip FFD8FFE000104A46494600010101004800480000FFDB004300191113161310191614161C1B191E253E29252222254C373A2D3E5A505F5E595057566470907A64 6A886C56577DAA7E889499A1A2A16178B0BDAF9CBB909EA19AFFDB0043011B1C1C252125492929499A6757679A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9AFFC0001108004D006403011100021101031101FFC400190000020301000000000000 000000000000010200030405FFC4002E100002010203060601050100000000000001020003111221310413415152912261627181A132234243C1D1E1FFC40018 01010101010100000000000000000000000001020304FFC4002511010100020202030000070000000000000001021103211231415171041322324261D1FFDA00 0C03010002110311003F007C0BD23B4E8D0E05E91DA412C9D23B428597A07685D54183A476841C2BD23B42A605E91DA0428BD23B4214A2F48ED014AAF48ED2A0 155E91DA002ABC8768145655C5A0D394237C2949BC8BA1442EE141009E2663933F0C6E5A6F19B5AA4A1349C5984CE39CCE794769D7447B13E35F91373FD3396B E61701D50DFCB8CBB62E1F401F8112B037BC0060298429940308A2B7E43DA11B8E92351152E2F26DD3C562D30C0F2109F88D4CD501598EF13F16E63919E5CB1B C596F1F55DF1CA59D96E540DE0057830D3FE4EB8F24CBF56C029C54CE9B73B8FD21B1C9C7CC7E25D5F6464619A9B8976CDC3E898F9CAC0DE0298429845158F88 7B40DCDA42883600904807300DAE263396CB31F6ED8D93DAE0DB3B3D92A321E96245E793CB9F1EB2EDD27E19EE84781B2D2EF94D4B739AF26A485BD32AD53030 2D93A83600CE731CE65E16FAF54EFD11569630AA2AA13A78C58CE995E5C26ED9AFC37BEC30A1254AD4C40E777B4D4BC966E5859019513334EA8F3DE4BAE4FB86 A42D5A48956D76B150733720CD71679653759CFC6CED8F6AAC367650016BEA4709D76E171ED13684A9C73E52CBB66CB0F79514562310F684746D710A08D66CF3 1C4495B941D72B300441DC0467A7953720749CC4E79716397B8E9392FCF6BA9D65B115295AE332998ED3CF9F1673BC6EDD265E5EA81A2C56F4996A21E5FE4D63 FC44F59CD3371EFE8BBC23C3555881A752FF00B2F87F971D6B7AF6BE9AE3CB1074199B6BF22633E5B26ACD55B74CF54A956AACD9EB6FEA77C278C92267239C7F 326A1272CEDA09BDCDF6F3D975B667C02A1C02E38CAE76D45DA2A02421CBCE368956B96605945EDAF38DABB62694196F98D614A1AD91EC645946C0E86C79185E AA7894F10617B87425C6EC1B31CD0F9F29E6E5C7C2F9FC7CBB619EFD8AD5A9FC803A8EA1FDC5E1C6CDE1746F57562C0D4B740A3EE9EAD88C47503CE79F7979FF 0054F291AB2ED936B77A7501AF4FC00101D742C74BF30277C2E37FB2A5F4CB4D9372EAC7F50F3E53B6BB72B6698F6820B5C5BDE571AA16A14BF9F38D22EC4A40 26C2F1A5D5AED89D01810807585294B7E26410315C8C69A99582703712A79C9675A6B1B37B58D48ED02E1954E8E2FF00627926578B78DEFEBFE3B7D33ED15519 99FF008D4587B09DB8B1F1C7BF6C677BD3254DBAA50744501D0E669B66233E397BF54FE6DDB1D427166709D6DC26E7A71CBBA537FDCBF2B2EE33655245DAC339 596B6A192D9869DA65DEE36751D713A390C037854810D8EB2042838650A4653E7F12592B78F2658FA67DAEA108A29D2B906E40E4234972DB0229AB5D98E5737B 7299612A8235B91E70955A54606DCE34B2ADA7858E3B69136D492F65A8016B9835B76C4E8C0C030242A4012006148CA0E708C9B56CED52CC96B8F8264B12ED81 83AB61A80AF999349B406CEA105C716B6A64D2AD202F846435875935D2B739C8B5D7DF7A7EE75711DF7A7EE04DF7A7EE04DF7A7EE04DF7A7EE00DF7A7EE400D6 F4FDC281ADE9FB8086AFA7EE023D456521D030E46118F1056200384682F335AC6765C77CCF192B78DF923367A48B6BFFD9 }}php-roundcube-rtf-html-php-2.1/tests/rtf/test1.rtf000066400000000000000000000010111416766275300221730ustar00rootroot00000000000000{\rtf1\ansi\ansicpg1252\deff0\deflang1046{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}} {\colortbl ;\red0\green0\blue0;} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\cf1\f0\fs16 Blusa Alongada decote V, manga longa.\par Shape contornando o corpo, aplica\'e7\'e3o do s\'edmbolo ROLAMO\'c7A na lateral.\par Tecido de viscose e elastano com amaciamento ecol\'f3gico que utiliza o \'f3leo extra\'eddo da casca de arroz.\par Possui \'f3timo caimento, \'e9 agrad\'e1vel ao toque e resistente ao pilling.\par }