timrs2998 / pdf-builder

PDF builder written in Kotlin with a statically typed DSL
https://timrs2998.github.io/pdf-builder/
GNU General Public License v3.0
57 stars 16 forks source link

Java.Awt #22

Open cleawrence opened 4 years ago

cleawrence commented 4 years ago

Hi, i downloaded the lib but cant not find java.awt. I m on android studio.

timrs2998 commented 4 years ago

The project is built for the JVM, and Android VM is slightly different. Android does not have the java.awt package, which is required by the Apache pdfbox dependency.

From the dependency perspective, you could try a few things:

The best solution would likely be for pdf-builder to support Android by using another PDF library than pdfbox.