wordinator icon indicating copy to clipboard operation
wordinator copied to clipboard

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).

Results 54 wordinator issues
Sort by recently updated
recently updated
newest added

When testing the change made for #70 , images are now successfully constrained to the detailed size however I've noticed that tables now seem to be suffering from a lack...

At present, images appear to need to be stored at the same location/server from which the Wordinator is running from, i.e. src="file:/Users/ekimber/workspace/wordinator/src/test/resources/html/images/picture-of-something.jpg" when they are referenced. It is not possible...

From what I see Wordinator cant implement math transformations. I couldn't find any other information about (SWPX) online. Would it be possible to implement math transforations, how hard it would...

The last section in a multi-section document results in an extra blank page. The solution is to put the section definition for the last section directly within the body, not...

Implement within Wordinator a function that compares the input SWPX to the generated DOCX to verify: * All content in runs is reflected correctly in the result DOCX (i.e., a...

enhancement

Hello, Eliot: Our customer has prioritized another functionality that I would like to consult you on: comments. I saw in the release notes that this is something that was targeted...

enhancement

**What I did:** Created test.html: ``` text ``` Run `java.exe -jar wordinator_1.0.3/wordinator.jar -i test.html -o out -x wordinator_1.0.3/html2docx/html2docx.xsl -t wordinator_1.0.3\src\test\resources\docx\Test_Template.dotx` Open html and docx files **What I expected to happen:**...

What I did: java.exe -jar ../Tools/wordinator_1.0.3/wordinator.jar -i wordinator_1.0.3\src\test\resources\simplewp\simplewpml-test-02.swpx -o out -t wordinator_1.0.3\docx\Test_Template.dotx What I expected to happen: - docx created with styles from Test_Template.dotx What actually happened: - All heading...

A common problem (at least for me) while trying to use wordinator is styles being ignored and dropping to the default style (Body text/Normal) for the document when converting from...

1.0.3 includes a zipped jar file which can be used without requiring a java compiler. 1.0.4 ommits this Please could 1.0.4 (or above) include a compiled .jar file?