vitalii-vov / Maui.PDFView

This repository contains a control for .NET MAUI and allows you to display PDF in View
MIT License
27 stars 4 forks source link

Support for Url #4

Closed vikashhd closed 4 months ago

vikashhd commented 4 months ago

Hi Dev, Is library supporting url also just local path only. If not then is there any plan to provide view pdf from URL ?

vitalii-vov commented 4 months ago

Please, see example https://github.com/vitalii-vov/Maui.PDFView/blob/master/Example/Business/Services/RepositoryService.cs The library only works with local paths. You can write your own repository that can handle any type of URL and turn it into a local path.