-
Notifications
You must be signed in to change notification settings - Fork 661
Description
Android support wiki article:
https://github.com/LibrePDF/OpenPDF/wiki/Android-support
So let's list the tasks required for Android support:
-Classes like awt.Color, Point, Dimensiom can be easily replaced.
-Classes like PdfGraphics2D need to be rewritten from scratch, since they use so much awt logic.
-All the rendering logic is done with awt and needs to be rewritten, retested etc.
There is also: https://github.com/witwall/appengine-awt
https://github.com/bedatadriven/appengine-export
- Could we use this?
The original issue submission here:
Hi, thank you for your great work.
Just learnt how to use your library with a sample Java application
Then I used some classes I made thanks to your library in an Android environment but disocovered your library is using only AWT without no android.graphics packages suppport.
Any suggestion on how could I move on?