Odfdo

Latest version: v3.13.9

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

3.11.0

- New script `odfdo-to-md` to export text document in markdown format to stdout (experimental, do not export images links neither tables).
- Fix `VarTime` initialization: class can now be initialized without mandatory time argument.

Added

- Add script `odfdo-to-md`.

Changed

- `odfdo-folder` script now writes XML files with the "pretty" option by default.

Fixed

- Fix `VarTime` initialization.

3.10.1

The HTML documentation in `/doc` (mostly auto generated) contains now all recipes, sorted by relevance.

Changed

- Improvement of documentation.

3.10.0

- Fix a bug of `Paragraph.set_span()` when using an offset argument of zero (the Span was not created). Added 3 methods related to searching strings in paragraphs: `search_first()`, `search_all()` and `text_at()`. These methods permit to search some string with regex in a paragraph and get their position, `text_at()` returns the text content at a given position.
- Fix the "pretty" option of `Document.save()`. "pretty" is now the default for odfdo-folder.

Added a new recipe showing several methods to change the style of a paragraph or words in a pragraph with the use of `Paragraph.style = style.name` and `Paragraph.set_span()`.

Added

- Added `Element.search_first()`, `Element.search_all()` , `Element.text_at()`.
- Added `change_paragraph_styles_or_spans.py` recipe (issue 21).

Changed

- `odfdo-folder` script now writes XML files with the "pretty" option by default.

Fixed

- Fix `Paragraph.set_span()` when using an offset argument of zero (issue 21).
- Fix the "pretty" option of `Document.save()` (issue 28).

3.9.4

Fix a performance bug on huge .ods tables when number of rows is a large (several thousand).
See issue 46 for a table of about ~83k. Table.traverse() on such a table is expected to be ~2 sec.

Changed

- Rewrite the method Table.traverse().

Fixed

- Fix the performance bug on huge .ods tables (issue 46).

3.9.3

Add support for Python 3.13 final in test suite.

Added

- Add support for Python3.13 in tox.ini

3.9.2

Add support for Python 3.13.0.rc3 in test suite.

Added

- Add support for Python3.13.0.rc3 in tox.ini, add requirement for lxml version 5.3 or higher for Python 3.13.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.