Is your feature request related to a problem? Please describe.
PDFKeeper does not currently support High DPI displays, which causes the UI to appear blurry when display scaling is set above 100%.
Describe the solution you'd like
Add proper High DPI support so the application renders clearly and scales as expected on modern displays.
Notes
This needs to be implemented after upgrading from .NET Framework to .NET 8+ since DPI is better supported.
Is your feature request related to a problem? Please describe.
PDFKeeper does not currently support High DPI displays, which causes the UI to appear blurry when display scaling is set above 100%.
Describe the solution you'd like
Add proper High DPI support so the application renders clearly and scales as expected on modern displays.
Notes
This needs to be implemented after upgrading from .NET Framework to .NET 8+ since DPI is better supported.