Hello,
I have simple WPF application I created in MS Visual Studio 2017 as a test to convert XLSX to PDF.
This example works fine if my Desktop resolution is 100%. But In case if I chane Desktop resolution to 200% (because I have 4K monitor), output PDF file looks poor.
In attached ZIP file you can see source XLS file, PDF files I created with 200% resolution and 100% resolution. My test project is also an attachment.
So, my question is: what should I do to let my WPF applications work with any Desktop resolution value? Because the same code works well if I put it into Windows Forms Application I creave in the sane VS.
aspose cells resolution issue.zip (2.0 MB)
Mikhael