kylecorry31 / andromeda

A collection of Android libraries for simplifying development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add PDF generator utilities

kylecorry31 opened this issue · comments

  • Add pages
  • Add content to pages
  • Add text
  • Add image
  • Add geospatial metadata
  • Add viewport (might not be needed / geospatial can handle that)

Ex.

val objects = pdf(
 page(500, 800, image(bitmap), text("Something")),
 page(500, 800, text("Hello World"))
)