weimingtom / PdfiumViewerMod

My WPF mod of PdfiumViewer
4 stars 0 forks source link

PdfiumViewerWPFSimple slow pdf rendering #1

Open Doaxan opened 7 years ago

Doaxan commented 7 years ago

PdfiumViewerWPFSimple have slow pdf rendering. Is it possible to reduce the rendering time like in PdfiumViewerWinFormSimple?

weimingtom commented 7 years ago

I have made the wpf onrender() spend less time (for example, do less things), but the performance was not good as well. I think some codes are written bad, but I can't find the solution. If it is used in Microsoft Surface Pro (tablet mode), this problem is more serious.Someones say WPF onrender is slow, maybe it's one of the reasons.

nicholaseen commented 6 months ago

how to print?can you help me ?

weimingtom commented 6 months ago

No print function, you can search https://github.com/pvginkel/PdfiumViewer source code with 'PrintPreviewDialog'.

weimingtom commented 3 months ago

MuPDF.NET may be yet another way to print or view pdf files (I don't know details and if it is open source) https://artifex.com/developers/ https://www.nuget.org/packages/MuPDF.NET

how to print?can you help me ?

weimingtom commented 3 months ago

how to print?can you help me ?

MuPDF.NET may be yet another way to print or view pdf files (I don't know details and if it is open source) https://artifex.com/developers/ https://www.nuget.org/packages/MuPDF.NET