dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.11k stars 97 forks source link

Is this also possible with PDF? #76

Closed haemi closed 4 years ago

haemi commented 4 years ago

When I try to load a pdf I always get the placeholder image... is it somehow possible to load pdfs from remote as well?

dmytro-anokhin commented 4 years ago

No, even though PDF can store images, it's not an image format. You can write your ImageDecoder and replace the current one if you really need to.