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
Error while converting WORD to PDF if there is space in font name throws URISyntaxException
java.net.URISyntaxException: Illegal character in path at index 28: file:/tmp/1728061734807-Open Sans.ttf
at java.base/java.net.URI$Parser.fail(URI.java:2976)
at java.base/java.net.URI$Parser.checkChars(URI.java:3147)
at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3229)
at java.base/java.net.URI$Parser.parse(URI.java:3177)
at java.base/java.net.URI.<init>(URI.java:623)
at org.docx4j.openpackaging.parts.TrueTypeFontPart.extract(TrueTypeFontPart.java:163)
The text was updated successfully, but these errors were encountered:
arunvc
pushed a commit
to arunvc/docx4j
that referenced
this issue
Oct 4, 2024
Error while converting WORD to PDF if there is space in font name throws URISyntaxException
The text was updated successfully, but these errors were encountered: