PowerToys/src/settings-ui/Microsoft.PowerToys.Settings.UI.Library/ViewModels
R. de Veen 4177708e49
Enable PDF files in preview pane (#9088)
## Summary of the Pull Request
This PR enables user to preview PDF files in the Explorer preview pane
and in Outlook. 

**What is this about:**
Windows does not support out of the box experience for previewing PDF
files in the preview pane. Users need to install third-party software
like Adobe Acrobat reader. The PdfPreviewHandler module enbales the user
to preview PDF files.

**How does someone test / validate:** 
Run the installer, open Explorer and select a PDF file, enable the
preview pane. Maybe need to remove third-party PDF software.

## Quality Checklist

- [X] **Linked issue:** #3548
- [ ] **Communication:** I've discussed this with core contributors in the issue. 
- [X] **Tests:** Added/updated and all pass
- [X] **Installer:** Added/updated and all pass
- [X] **Localization:** All end user facing strings can be localized
- [ ] **Docs:** Added/ updated
- [x] **Binaries:** Any new files are added to WXS / YML
   - [ ] No new binaries
   - [x] YML for signing
   - [x] WXS for installer
2021-08-26 16:43:26 -05:00
..
Commands common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
AwakeViewModel.cs Fixes for PowerToys Awake (#12215) 2021-07-13 18:39:46 +01:00
ColorPickerViewModel.cs [ColorPicker] Order colors with up/down buttons. (#10392) 2021-03-24 19:36:25 +03:00
FancyZonesViewModel.cs [FancyZones] Move FancyZones out of the runner process (#11818) 2021-06-23 13:48:54 +01:00
GeneralViewModel.cs [Settings] New UX (#12470) 2021-08-23 19:48:52 +02:00
ImageResizerViewModel.cs Added localization to default sizes (#8928) 2021-01-14 14:14:29 +02:00
KeyboardManagerViewModel.cs [KBM] move interop methods to dedicated class (#10958) 2021-04-27 01:14:59 +02:00
PluginAdditionalOptionViewModel.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
PowerLauncherPluginViewModel.cs [Settings] New UX (#12470) 2021-08-23 19:48:52 +02:00
PowerLauncherViewModel.cs [Settings] New UX (#12470) 2021-08-23 19:48:52 +02:00
PowerPreviewViewModel.cs Enable PDF files in preview pane (#9088) 2021-08-26 16:43:26 -05:00
PowerRenameViewModel.cs Added localization to default sizes (#8928) 2021-01-14 14:14:29 +02:00
ShortcutGuideViewModel.cs [Settings] New UX (#12470) 2021-08-23 19:48:52 +02:00
VideoConferenceViewModel.cs [VCM] Fix issues on certain systems (#12481) 2021-07-23 16:59:22 +03:00