Skip to content

issues Search Results · repo:kannan-ar/MariGold.OpenXHTML language:C#

Filter by

17 results
 (72 ms)

17 results

inkannan-ar/MariGold.OpenXHTML (press backspace or delete to remove)

Conversion works amazing, except for letters like Č or Ć which are assigned Calibri font, while the rest of the content is in Times New Roman.
  • Illusive7Man
  • 1
  • Opened 
    on Jul 27, 2022
  • #20

1) I want to change direction to RTL, is it possible ? 2) Is there any setting to change page size ?
  • afsharsalar
  • Opened 
    on Dec 12, 2021
  • #19

I use this code to convert the html into openXML: var html is the table as string var filename is the filename as string WordDocument doc = new WordDocument(filename); doc.Process(new HtmlParser(html)); ...
  • Aless55
  • 2
  • Opened 
    on Nov 25, 2021
  • #18

HTML to word conversion - Used CSS page-break-before: always; but it is not reflecting in output word document. and there is not much documentation available for this kind of issue. How page breaks ...
  • dkrvl
  • 1
  • Opened 
    on May 28, 2021
  • #16

div 111111 /div div 222222 /div == additional blank paragraph div 111111 /div div 222222 /div == good
  • Bobsoftru
  • 2
  • Opened 
    on Feb 23, 2021
  • #15

Hello. I m trying to validate the following HTML style type= text/css table.sample { border:1px; /*border-collapse:collapse;*/ } table.sample th { border-top:1px solid #000000; border-left:1px solid ...
  • maharada2
  • 1
  • Opened 
    on Jan 17, 2021
  • #14

When I have a html file with nested ul/li tag and I convert them to DocX all the bullets at the same level. They are not nested anymore. How to fix that ?
  • Christian1980
  • 1
  • Opened 
    on Feb 24, 2020
  • #13

I m outputting a word document and applying styles to the h1, h2, h3, p and table elements. I m also trying to set the img / width using css and it doesnt seem to translate into the word document. I always ...
  • alexanderkenney
  • 4
  • Opened 
    on Jan 21, 2020
  • #12

Steps to reproduce: 1. Use html containing an img with src = base64 image as attached base64 img.txt 2. Generate doc and it doesn t render the img
  • martinolivares
  • 1
  • Opened 
    on Nov 23, 2019
  • #11

When convert from HTML to DOCX, if there is any hr (not close the like hr/ ) tag then rest of the part of HTML are not converted.
  • najrul-islam
  • 1
  • Opened 
    on Aug 6, 2019
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub