Fernando Zanutto

Results 4 comments of Fernando Zanutto

Would it be `PdfGenerator.getBuilder().setPageSize(PdfGenerator.PageSize.A4)` ?

I added these settings inside the android block of the root build.gradle.kts ``` buildFeatures { compose = true } composeOptions { kotlinCompilerExtensionVersion = "1.5.1" } ``` Besides this dependencies for...

Did you add the JitPack repository to your build file? Should be something like this in the build.gradle of the root of your project: ``` allprojects { repositories { ......