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

AbstractFontPart tmpFontDir will remain null if no user.home #549

Open
amundsor opened this issue Jun 15, 2023 · 0 comments
Open

AbstractFontPart tmpFontDir will remain null if no user.home #549

amundsor opened this issue Jun 15, 2023 · 0 comments

Comments

@amundsor
Copy link

AbstractFontPart#63 warns the user about this:
log.warn("No home dir found; consider setting property 'docx4j.openpackaging.parts.WordprocessingML.ObfuscatedFontPart.tmpFontDir'");

But when trying to convert Word -> PDF when user.home is not present, will create NullPointerException in
ObfuscatedFontPart#227.

Perhaps this is an acceptable behaviour, but should the log-message be altered or throwing exception?

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