Open seeeeew opened 3 months ago
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.
ups, sorry, used to be differently
When I use Mustang 2.12 CLI to convert an EN 16931 invoice to HTML, it also exports
xrechnung-viewer.css
andxrechnung-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 fromMain.java
.