You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Add option for picking PDFs on all supported platforms. I realize we could use a FilePickerFileType for all possible filetypes (or maybe a parser), but PDFs is such a common format that i think it justifies the addition.
API Changes
To make it simpler for developers to pick PDFs we add FilePickerFileType.Pdf to the FilePicker API for all supported platforms.
Summary
Add option for picking PDFs on all supported platforms. I realize we could use a FilePickerFileType for all possible filetypes (or maybe a parser), but PDFs is such a common format that i think it justifies the addition.
API Changes
To make it simpler for developers to pick PDFs we add
FilePickerFileType.Pdfto the FilePicker API for all supported platforms.Intended Use Case
Picking PDFs