mustangproject icon indicating copy to clipboard operation
mustangproject copied to clipboard

Additional file exports for visualizer no longer necessary?

Open seeeeew opened this issue 1 year ago • 2 comments

When I use Mustang 2.12 CLI to convert an EN 16931 invoice to HTML, it also exports xrechnung-viewer.css and xrechnung-viewer.js, but the generated HTML contains no references to these files and works fine without them. I assume these files were necessary in earlier versions, but no longer are. If that is correct, you can probably just remove lines 854-862 from Main.java.

seeeeew avatar Jul 26 '24 10:07 seeeeew

I'm using the ZUGFeRDVisualizer class inside of my app, not via CLI. But that's the same kind of use. The content of those two files, xrechnung-viewer.css and xrechnung-viewer.js, are embedded in the resulting html file and therefore not necessary as separate files to view the result.

langfr avatar Aug 05 '24 13:08 langfr

ups, sorry, used to be differently

jstaerk avatar Aug 15 '24 11:08 jstaerk