Documentation:
Quick Guide:
- Start the Application
- Enter a path to a (very small) PDF file (like example.pdf)
- Click “Show”
- The first page appears after SOME time
- Move the canvas by dragging with your finger
This is a very first start and I am happy to see anything!
How is it done?
The Project is a port of the pdf-renderer from SUN which uses AWT. Too bad, AWT is not supported by Android, so the first thing to do was mapping AWT-Objects to Android-Graphic-Objects:
AWT
|
|
Android
|
Graphics2D
|
|
Canvas
|
AffineTransformation
|
|
Matrix
|
GeneralPath
|
|
Path
|
Rectangle2D
|
|
RectF
|
Point2D
|
|
PointF
|
Font
|
|
TypeFace
|
Color
|
|
int / Color
|
BufferedImage
|
|
Bitmap
|
Image
|
|
- TODO -
|
ColorSpace
|
|
- TODO -
|
BasicStroke
|
|
- TODO -
|
ImageObserver
|
|
- TODO -
|
[top]
Bugs, Feedback:
Any help is welcome, use the Help Forum or just drop a email to me:
[top]
|