Skip to content
#

openxml

Here are 85 public repositories matching this topic...

evgeny-burmakov
evgeny-burmakov commented Mar 21, 2022

First tab in paragraph is ignorred during conversion OpenXml Word file into HTML by WmlToHtmlConverter.ConvertToHtml().
As result layout is corrupted and words are overlaped each other.

OpenXml:

<w:p w14:paraId="1ED11E10" w14:textId="54EA0B67" w:rsidR="008635E7" w:rsidRDefault="008F0094">
      <w:r>
        <w:t>BlaBlaBlaBlaBla</w:t>
      </w:r>
      <w:r>
        <w:tab />
help wanted good first issue Word

WordDocumentGenerator is an utility to generate Word documents from templates using Visual Studio 2017, .NET Framework 4.7 and DocumentFormat.OpenXml 2.8.1. WordDocumentGenerator helps generate Word documents both non-refresh-able as well as refresh-able based on predefined templates using minimum code changes. Content controls are used as placeholders for document generation.

  • Updated Dec 3, 2018
  • C#

Improve this page

Add a description, image, and links to the openxml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openxml topic, visit your repo's landing page and select "manage topics."

Learn more