Pdf: first iteration of pdf renderer
This commit is contained in:
parent
483cedf66c
commit
3030799649
6 changed files with 342 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ object MimeTypes {
|
|||
const val Any: String = "*/*"
|
||||
const val OctetStream = "application/octet-stream"
|
||||
const val Apk = "application/vnd.android.package-archive"
|
||||
const val Pdf = "application/pdf"
|
||||
|
||||
const val Images = "image/*"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue