spip-contrib-extensions/odt2spip | 2 commits
Par bricebou, le 16 mars 2025 à 14h05min :
test: début des tests pour le Handler
Ajouté
tests/data/conversion.docx
Modifié
tests/HandlerTest.php
==============================
Par bricebou, le 16 mars 2025 à 14h05min :
feat: conversion des documents aux formats .doc, .docx, ou .html…
…en proposant diverses méthodes :
- un exécutable libreoffice sur le serveur ;
- un appel à un serveur de conversion externe ;
- la librairie PHPWord (GitHub - PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents) dont les résultats ne sont pas forcément à la hauteur (du moins pour le moment).
Ajouté
src/Converter.php
src/Converters/ApiConverter.php
src/Converters/LibreofficeConverter.php
src/Converters/PhpWordConverter.php
src/Interfaces/ConverterInterface.php
src/Utils/ConverterUtils.php
vendor/phpoffice/math/.github/dependabot.yml
vendor/phpoffice/math/.github/workflows/deploy.yml
vendor/phpoffice/math/.github/workflows/php.yml
vendor/phpoffice/math/.gitignore
vendor/phpoffice/math/.php-cs-fixer.dist.php
vendor/phpoffice/math/LICENSE
vendor/phpoffice/math/README.md
vendor/phpoffice/math/composer.json
vendor/phpoffice/math/docs/assets/mathjax.js
vendor/phpoffice/math/docs/changes/0.1.0.md
vendor/phpoffice/math/docs/changes/0.2.0.md
vendor/phpoffice/math/docs/credits.md
vendor/phpoffice/math/docs/index.md
vendor/phpoffice/math/docs/install.md
vendor/phpoffice/math/docs/usage/elements/fraction.md
vendor/phpoffice/math/docs/usage/elements/identifier.md
vendor/phpoffice/math/docs/usage/elements/numeric.md
vendor/phpoffice/math/docs/usage/elements/operator.md
vendor/phpoffice/math/docs/usage/elements/row.md
vendor/phpoffice/math/docs/usage/elements/semantics.md
vendor/phpoffice/math/docs/usage/elements/superscript.md
vendor/phpoffice/math/docs/usage/readers.md
vendor/phpoffice/math/docs/usage/writers.md
vendor/phpoffice/math/mkdocs.yml
vendor/phpoffice/math/phpstan.neon.dist
vendor/phpoffice/math/phpunit.xml.dist
vendor/phpoffice/math/roave-bc-check.yaml
vendor/phpoffice/math/src/Math/Element/AbstractElement.php
vendor/phpoffice/math/src/Math/Element/AbstractGroupElement.php
vendor/phpoffice/math/src/Math/Element/Fraction.php
vendor/phpoffice/math/src/Math/Element/Identifier.php
vendor/phpoffice/math/src/Math/Element/Numeric.php
vendor/phpoffice/math/src/Math/Element/Operator.php
vendor/phpoffice/math/src/Math/Element/Row.php
vendor/phpoffice/math/src/Math/Element/Semantics.php
vendor/phpoffice/math/src/Math/Element/Superscript.php
vendor/phpoffice/math/src/Math/Exception/InvalidInputException.php
vendor/phpoffice/math/src/Math/Exception/MathException.php
vendor/phpoffice/math/src/Math/Exception/NotImplementedException.php
vendor/phpoffice/math/src/Math/Math.php
vendor/phpoffice/math/src/Math/Reader/MathML.php
vendor/phpoffice/math/src/Math/Reader/OfficeMathML.php
vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php
vendor/phpoffice/math/src/Math/Writer/MathML.php
vendor/phpoffice/math/src/Math/Writer/OfficeMathML.php
vendor/phpoffice/math/src/Math/Writer/WriterInterface.php
vendor/phpoffice/math/tests/Math/Element/AbstractGroupElementTest.php
vendor/phpoffice/math/tests/Math/Element/FractionTest.php
vendor/phpoffice/math/tests/Math/Element/IdentifierTest.php
vendor/phpoffice/math/tests/Math/Element/NumericTest.php
vendor/phpoffice/math/tests/Math/Element/OperatorTest.php
vendor/phpoffice/math/tests/Math/Element/SemanticsTest.php
vendor/phpoffice/math/tests/Math/Element/SuperscriptTest.php
vendor/phpoffice/math/tests/Math/Reader/MathMLTest.php
vendor/phpoffice/math/tests/Math/Reader/OfficeMathMLTest.php
vendor/phpoffice/math/tests/Math/Writer/MathMLTest.php
vendor/phpoffice/math/tests/Math/Writer/OfficeMathMLTest.php
vendor/phpoffice/math/tests/Math/Writer/WriterTestCase.php
vendor/phpoffice/math/tests/resources/schema/mathml3/mathml3-common.xsd
vendor/phpoffice/math/tests/resources/schema/mathml3/mathml3-content.xsd
vendor/phpoffice/math/tests/resources/schema/mathml3/mathml3-presentation.xsd
vendor/phpoffice/math/tests/resources/schema/mathml3/mathml3-strict-content.xsd
vendor/phpoffice/math/tests/resources/schema/mathml3/mathml3.xsd
vendor/phpoffice/phpword/.github_changelog_generator
vendor/phpoffice/phpword/.php-cs-fixer.dist.php
vendor/phpoffice/phpword/CONTRIBUTING.md
vendor/phpoffice/phpword/COPYING
vendor/phpoffice/phpword/COPYING.LESSER
vendor/phpoffice/phpword/LICENSE
vendor/phpoffice/phpword/README.md
vendor/phpoffice/phpword/bootstrap.php
vendor/phpoffice/phpword/composer.json
vendor/phpoffice/phpword/mkdocs.yml
vendor/phpoffice/phpword/phpstan-baseline.neon
vendor/phpoffice/phpword/phpword.ini.dist
vendor/phpoffice/phpword/src/PhpWord/Collection/AbstractCollection.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Bookmarks.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Charts.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Comments.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Endnotes.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Footnotes.php
vendor/phpoffice/phpword/src/PhpWord/Collection/Titles.php
vendor/phpoffice/phpword/src/PhpWord/ComplexType/FootnoteProperties.php
vendor/phpoffice/phpword/src/PhpWord/ComplexType/ProofState.php
vendor/phpoffice/phpword/src/PhpWord/ComplexType/TblWidth.php
vendor/phpoffice/phpword/src/PhpWord/ComplexType/TrackChangesView.php
vendor/phpoffice/phpword/src/PhpWord/Element/AbstractContainer.php
vendor/phpoffice/phpword/src/PhpWord/Element/AbstractElement.php
vendor/phpoffice/phpword/src/PhpWord/Element/Bookmark.php
vendor/phpoffice/phpword/src/PhpWord/Element/Cell.php
vendor/phpoffice/phpword/src/PhpWord/Element/Chart.php
vendor/phpoffice/phpword/src/PhpWord/Element/CheckBox.php
vendor/phpoffice/phpword/src/PhpWord/Element/Comment.php
vendor/phpoffice/phpword/src/PhpWord/Element/Endnote.php
vendor/phpoffice/phpword/src/PhpWord/Element/Field.php
vendor/phpoffice/phpword/src/PhpWord/Element/Footer.php
vendor/phpoffice/phpword/src/PhpWord/Element/Footnote.php
vendor/phpoffice/phpword/src/PhpWord/Element/FormField.php
vendor/phpoffice/phpword/src/PhpWord/Element/Formula.php
vendor/phpoffice/phpword/src/PhpWord/Element/Header.php
vendor/phpoffice/phpword/src/PhpWord/Element/Image.php
vendor/phpoffice/phpword/src/PhpWord/Element/Line.php
vendor/phpoffice/phpword/src/PhpWord/Element/Link.php
vendor/phpoffice/phpword/src/PhpWord/Element/ListItem.php
vendor/phpoffice/phpword/src/PhpWord/Element/ListItemRun.php
vendor/phpoffice/phpword/src/PhpWord/Element/OLEObject.php
vendor/phpoffice/phpword/src/PhpWord/Element/PageBreak.php
vendor/phpoffice/phpword/src/PhpWord/Element/PreserveText.php
vendor/phpoffice/phpword/src/PhpWord/Element/Row.php
vendor/phpoffice/phpword/src/PhpWord/Element/SDT.php
vendor/phpoffice/phpword/src/PhpWord/Element/Section.php
vendor/phpoffice/phpword/src/PhpWord/Element/Shape.php
vendor/phpoffice/phpword/src/PhpWord/Element/TOC.php
vendor/phpoffice/phpword/src/PhpWord/Element/Table.php
vendor/phpoffice/phpword/src/PhpWord/Element/Text.php
vendor/phpoffice/phpword/src/PhpWord/Element/TextBox.php
vendor/phpoffice/phpword/src/PhpWord/Element/TextBreak.php
vendor/phpoffice/phpword/src/PhpWord/Element/TextRun.php
vendor/phpoffice/phpword/src/PhpWord/Element/Title.php
vendor/phpoffice/phpword/src/PhpWord/Element/TrackChange.php
vendor/phpoffice/phpword/src/PhpWord/Escaper/AbstractEscaper.php
vendor/phpoffice/phpword/src/PhpWord/Escaper/EscaperInterface.php
vendor/phpoffice/phpword/src/PhpWord/Escaper/RegExp.php
vendor/phpoffice/phpword/src/PhpWord/Escaper/Rtf.php
vendor/phpoffice/phpword/src/PhpWord/Escaper/Xml.php
vendor/phpoffice/phpword/src/PhpWord/Exception/CopyFileException.php
vendor/phpoffice/phpword/src/PhpWord/Exception/CreateTemporaryFileException.php
vendor/phpoffice/phpword/src/PhpWord/Exception/Exception.php
vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidImageException.php
vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidObjectException.php
vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidStyleException.php
vendor/phpoffice/phpword/src/PhpWord/Exception/UnsupportedImageTypeException.php
vendor/phpoffice/phpword/src/PhpWord/IOFactory.php
vendor/phpoffice/phpword/src/PhpWord/Media.php
vendor/phpoffice/phpword/src/PhpWord/Metadata/Compatibility.php
vendor/phpoffice/phpword/src/PhpWord/Metadata/DocInfo.php
vendor/phpoffice/phpword/src/PhpWord/Metadata/Protection.php
vendor/phpoffice/phpword/src/PhpWord/Metadata/Settings.php
vendor/phpoffice/phpword/src/PhpWord/PhpWord.php
vendor/phpoffice/phpword/src/PhpWord/Reader/AbstractReader.php
vendor/phpoffice/phpword/src/PhpWord/Reader/HTML.php
vendor/phpoffice/phpword/src/PhpWord/Reader/MsDoc.php
vendor/phpoffice/phpword/src/PhpWord/Reader/ODText.php
vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/Content.php
vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/Meta.php
vendor/phpoffice/phpword/src/PhpWord/Reader/RTF.php
vendor/phpoffice/phpword/src/PhpWord/Reader/RTF/Document.php
vendor/phpoffice/phpword/src/PhpWord/Reader/ReaderInterface.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Comments.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsApp.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsCore.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsCustom.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Document.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Endnotes.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Footnotes.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Numbering.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Settings.php
vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Styles.php
vendor/phpoffice/phpword/src/PhpWord/Settings.php
vendor/phpoffice/phpword/src/PhpWord/Shared/AbstractEnum.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Converter.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Css.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Drawing.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Html.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Microsoft/PasswordEncoder.php
vendor/phpoffice/phpword/src/PhpWord/Shared/OLERead.php
vendor/phpoffice/phpword/src/PhpWord/Shared/PCLZip/pclzip.lib.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Text.php
vendor/phpoffice/phpword/src/PhpWord/Shared/Validate.php
vendor/phpoffice/phpword/src/PhpWord/Shared/XMLReader.php
vendor/phpoffice/phpword/src/PhpWord/Shared/XMLWriter.php
vendor/phpoffice/phpword/src/PhpWord/Shared/ZipArchive.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/Border.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/DocProtect.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/Jc.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/JcTable.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/LineSpacingRule.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/NumberFormat.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/TblWidth.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/TextAlignment.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/VerticalJc.php
vendor/phpoffice/phpword/src/PhpWord/SimpleType/Zoom.php
vendor/phpoffice/phpword/src/PhpWord/Style.php
vendor/phpoffice/phpword/src/PhpWord/Style/AbstractStyle.php
vendor/phpoffice/phpword/src/PhpWord/Style/Border.php
vendor/phpoffice/phpword/src/PhpWord/Style/Cell.php
vendor/phpoffice/phpword/src/PhpWord/Style/Chart.php
vendor/phpoffice/phpword/src/PhpWord/Style/Extrusion.php
vendor/phpoffice/phpword/src/PhpWord/Style/Fill.php
vendor/phpoffice/phpword/src/PhpWord/Style/Font.php
vendor/phpoffice/phpword/src/PhpWord/Style/Frame.php
vendor/phpoffice/phpword/src/PhpWord/Style/Image.php
vendor/phpoffice/phpword/src/PhpWord/Style/Indentation.php
vendor/phpoffice/phpword/src/PhpWord/Style/Language.php
vendor/phpoffice/phpword/src/PhpWord/Style/Line.php
vendor/phpoffice/phpword/src/PhpWord/Style/LineNumbering.php
vendor/phpoffice/phpword/src/PhpWord/Style/ListItem.php
vendor/phpoffice/phpword/src/PhpWord/Style/Numbering.php
vendor/phpoffice/phpword/src/PhpWord/Style/NumberingLevel.php
vendor/phpoffice/phpword/src/PhpWord/Style/Outline.php
vendor/phpoffice/phpword/src/PhpWord/Style/Paper.php
vendor/phpoffice/phpword/src/PhpWord/Style/Paragraph.php
vendor/phpoffice/phpword/src/PhpWord/Style/Row.php
vendor/phpoffice/phpword/src/PhpWord/Style/Section.php
vendor/phpoffice/phpword/src/PhpWord/Style/Shading.php
vendor/phpoffice/phpword/src/PhpWord/Style/Shadow.php
vendor/phpoffice/phpword/src/PhpWord/Style/Shape.php
vendor/phpoffice/phpword/src/PhpWord/Style/Spacing.php
vendor/phpoffice/phpword/src/PhpWord/Style/TOC.php
vendor/phpoffice/phpword/src/PhpWord/Style/Tab.php
vendor/phpoffice/phpword/src/PhpWord/Style/Table.php
vendor/phpoffice/phpword/src/PhpWord/Style/TablePosition.php
vendor/phpoffice/phpword/src/PhpWord/Style/TextBox.php
vendor/phpoffice/phpword/src/PhpWord/TemplateProcessor.php
vendor/phpoffice/phpword/src/PhpWord/Writer/AbstractWriter.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/AbstractElement.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Bookmark.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Container.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Endnote.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Footnote.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Link.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/ListItem.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/ListItemRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/PageBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Text.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/TextBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/TextRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Title.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/Body.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/Head.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/AbstractStyle.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Font.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Generic.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Paragraph.php
vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/AbstractElement.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Container.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Field.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Formula.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Link.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/PageBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Text.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/TextBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/TextRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Title.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Content.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Manifest.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Meta.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Mimetype.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Styles.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/AbstractStyle.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Font.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Paragraph.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Section.php
vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/PDF.php
vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/AbstractRenderer.php
vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/DomPDF.php
vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/MPDF.php
vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/TCPDF.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/AbstractElement.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Container.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Field.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Link.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/ListItem.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/PageBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Text.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/TextBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/TextRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Title.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/Document.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/Header.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/AbstractStyle.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Border.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Font.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Indentation.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Paragraph.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Section.php
vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Tab.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/AbstractElement.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Bookmark.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Chart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/CheckBox.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Container.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Endnote.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Field.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Footnote.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/FormField.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Formula.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Line.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Link.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ListItem.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ListItemRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/OLEObject.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/PageBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/PreserveText.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/SDT.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Shape.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TOC.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TableAlignment.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Text.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextBox.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextBreak.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextRun.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Title.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/AbstractPart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Chart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Comments.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/ContentTypes.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsApp.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsCore.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsCustom.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Document.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Endnotes.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/FontTable.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Footer.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Footnotes.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Header.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Numbering.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Rels.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/RelsDocument.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/RelsPart.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Styles.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Theme.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/WebSettings.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/AbstractStyle.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Cell.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Extrusion.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Fill.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Font.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Frame.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Image.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Indentation.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Line.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/LineNumbering.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/MarginBorder.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Outline.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Paragraph.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Row.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Section.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shading.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shadow.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shape.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Spacing.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Tab.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Table.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/TablePosition.php
vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/TextBox.php
vendor/phpoffice/phpword/src/PhpWord/Writer/WriterInterface.php
vendor/phpoffice/phpword/src/PhpWord/resources/doc.png
vendor/phpoffice/phpword/src/PhpWord/resources/ppt.png
vendor/phpoffice/phpword/src/PhpWord/resources/xls.png
Modifié
.gitignore
action/api_convert_to.php
composer.json
composer.lock
src/Handler.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/composer/installed.php