fix drawing image in rendering excel/word report in linux#146
Conversation
|
ImageSharp has a license incompatible with Report Viewer - I can't add this dependency. |
|
Hi @lkosson I want to use your library in Linux/Docker, but I understand your concern about merging this PR. Can we modify this library to make the renderer part configurable so the user can image ImageSharp or whatever? OR can we use |
|
As far as I'm concerned, you can fork and modify this library as you wish. Just keep in mind that original Report Viewer (on which this project is based) is still owned and licensed by Microsoft. |
|
@lkosson that is fine, but still it would be great for this library to handle Linux rendering well. Maybe using SkiaSharp would be good enough as it is MIT license? |
|
For this particular case, I guess the best resolution would be to just parse |
|
@lkosson You are right for this case, but i would expect to change whole |
|
The only way I can think of is to completely rewrite a renderer to output PDF using |
I fix an issue in rendering rdlc containing image in linux systems.