empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 588 forks source link

Switch to .NET native DeflateStream for huge performance improvements #93

Open Alexx999 opened 5 years ago

Alexx999 commented 5 years ago

In the case with PDF that contains images the performance improvements are quite dramatic. We ended up exporting them as vector graphics anyway but I guess it might be worthwhile for you.

mk148a commented 4 years ago

Hello Alex, We have asp net framework 4.6.1 project. We use html to pdf export process. That Pull Request is what kind of performance enhancement does it provide? Also we can use it with .net native with our project? @Alexx999