Native build fail with quarkus-awt and pdfbox #4720
-
|
We want to create image from pdf file and for that we are planning to use Quarkus and want to deploy as AWS lambda. All things are working as expected if I build application as non native with below command. Now to improve performance, I want to build native image. I am using below command to build native image. This native build command is giving below error: My build.gradle. My application.yml We also tried after adding build logs after adding 'io.quarkus:quarkus-awt'` Can anyone help here to build native with pdfbox or any alternative to create image from pdf using quarkus? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @dilipdhankecha2530 I would suggest opening an issue at quarkusio/quarkus instead. |
Beta Was this translation helpful? Give feedback.
Hi @dilipdhankecha2530 I would suggest opening an issue at quarkusio/quarkus instead.