You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating tables in Docx using HTML Table. Table contains with SVG Base 64 image as Src.
eg: <img src='data:image/svg+xml;base64,PHN2ZyB4bWx….>
While calling the XHTMLImportterImpl.convert() on the HTML Table string i am getting error -
[main] WARN org.docx4j.openpackaging.parts.WordprocessingML.BinaryPartAbstractImage - The file format is not supported. No ImagePreloader found for file:
Its working fine for PNG and JPEG Images. Can someone please help me here.
Artifact - docx4j-ImportXHTML
Version - 11.4.8
The text was updated successfully, but these errors were encountered:
I am creating tables in Docx using HTML Table. Table contains with SVG Base 64 image as Src.
eg:
<img src='data:image/svg+xml;base64,PHN2ZyB4bWx….>
While calling the XHTMLImportterImpl.convert() on the HTML Table string i am getting error -
[main] WARN org.docx4j.openpackaging.parts.WordprocessingML.BinaryPartAbstractImage - The file format is not supported. No ImagePreloader found for file:
Its working fine for PNG and JPEG Images. Can someone please help me here.
Artifact - docx4j-ImportXHTML
Version - 11.4.8
The text was updated successfully, but these errors were encountered: