When calling soffice --convert-to pdf I receive the following warning:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.sun.star.lib.util.NativeLibraryLoader in an unnamed module (file:/usr/lib64/libreoffice/program/classes/libreoffice.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
This sounds like something that should be addressed on the backend, but I’m not sure where to reach out and let devs know.
Thanks for pointing me in the right direction!