A .netstandaard wrapper for the weasyprint PDF printer. This package is standalone and does not required you to install any software on your server. It runs on windows and linux.
BSD 3-Clause "New" or "Revised" License
25
stars
7
forks
source link
PDF Size after dotnet upgrade (or initial install?) #47
Ive tried it with the Example Project in your repository (dotnet 6) and it works. Pdf with a 5 MB Image has a total Size of 3.35 mb.
When using the exact same code in dotnet 7, the pdf file has 30 MB. When I change the dotnet version in your project from 6 to 7, the file size also increases. When I go back to dotnet version 6, the file stays this big. I'm totally confused what is going on . Do you have any idea?
When using the exact same code in dotnet 7, the pdf file has 30 MB. When I change the dotnet version in your project from 6 to 7, the file size also increases. When I go back to dotnet version 6, the file stays this big. I'm totally confused what is going on . Do you have any idea?
Originally posted by @germinator1512 in https://github.com/berthertogen/weasyprint.wrapped/issues/42#issuecomment-1438178499