---
title: "Output | DOCX to HTML Configuration"
description: "How to configure the output of a DOCX to HTML converter."
head:
  - - meta
    - name: "author"
      content: "mbrt-yeah"
  - - meta
    - name: "keywords"
      content: "documentation, mutaforma, docx, html, converter, configuration, output"
---

<script setup lang="ts">
    import OutputPage from "../../../../_pages/configuration/x-to-html/OutputPage.vue";
</script>

<OutputPage />