Pdf: first iteration of pdf renderer

This commit is contained in:
ganfra 2023-05-31 23:20:49 +02:00
parent 483cedf66c
commit 3030799649
6 changed files with 342 additions and 0 deletions

View file

@ -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/*"