Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converting WORD to PDF #596

Open
arunvc opened this issue Oct 4, 2024 · 0 comments
Open

converting WORD to PDF #596

arunvc opened this issue Oct 4, 2024 · 0 comments

Comments

@arunvc
Copy link

arunvc commented Oct 4, 2024

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)

arunvc pushed a commit to arunvc/docx4j that referenced this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant