PdfiumViewer
PdfiumViewer copied to clipboard
PDF viewer based on Google's PDFium port to .Net Core.
Severity Code Description Project File Line Suppression State Error Could not install package 'PdfiumViewer.WPF 1.0.6'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the...
This is handled with a new enum and a new property on the base ScrollPanel class.
Currently the frame will be redrawn every time the user tries to zoom above 500%. This PR prevents that behaviour by checking if the `Zoom` value actually changed.
Allows dragging the page when pressing and holding the middle mouse button.
## Reduce rendering overhead Removed dependency on System.Drawing.Image and render directly to a WPF ImageSource. This also fixes the memory leak and all calls to `GC.Collect()` have been removed. ##...
How to: Use PDF Facade API to Clear Page Content; tks for example : https://docs.devexpress.com/WindowsForms/403467/controls-and-libraries/pdf-viewer/examples/pdf-facade-api/how-to-clear-page-content?v=24.1
Update .NET to 8 since 6 and 7 will be EOL this year anyway. Update NuGet packages. Clean up non Fody warnings. Remove Fody. Updated the pull request comment due...
Support actual screen DPI
The links aren't working.. They are not clickable...
I think selecting and copying text is an essential feature of a PDF viewer. I had tried another C# Pdfium control that was deprecated in 2017, but most web search...