Skip to content

Add .docx export support #1152

@Miguel7373

Description

@Miguel7373

Description of feature or bug
We need to add support for exporting documents in .docx format by integrating the docx gem into the project.

The export flow should reuse as much of the existing .odt export logic as possible. Shared behavior should be extracted into a dedicated helper/service class to keep the implementation clean, maintainable, and DRY.

In addition, users should be able to choose between available export formats directly in the frontend.

TODO

  • Add and configure the docx gem
  • Keep the exprot logic between the .odt and .docx as DRY as possible.
  • Ensure .odt export still works after refactor
  • Add new frontend export button / format selector
  • Tests 🐛
  • Update Readme.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions