vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
239 stars 91 forks source link

Cannot use in Android because of awt classes #76

Closed royale1223 closed 4 years ago

royale1223 commented 4 years ago

Since this library uses java.awt.* classes, which isn't a part of Android, it's impossible to use it inside an Android Project. Please consider removing dependency on awt classes and making the library Android complaint.

vandeseer commented 4 years ago

The problem is that the underlying library (which is Apache PDFBox) uses those dependencies. So this is unfortunately nothing that can be fixed within easytable.

krprashant94 commented 3 years ago

Please make an alternate by using PdfBox-Android or VivyTeam - pdfbox-android