Conversation
cd7b43f to
d4b0754
Compare
|
Hi @danielgindi . I've tried your packages from Nuget.org (https://www.nuget.org/packages/Portable.itextsharp and https://www.nuget.org/packages/Portable.itextsharp.xmlworker) and found out that converting HTML to PDF using |
I did not try the helper specifically, but found out that when using in .NET Core env, I needed to register the used codepages with the system encoding, as it only had just about utf8 out of the box, so iText could not load fonts. It might be related. |
|
Could you please share relevant code sample? If you meant using |
Exactly what I meant... |
|
So the issue was in I've double checked other calls of Feel free to include this fix into your PR/republish packages. Thanks for quick response and help! |
d4b0754 to
b5b2a4c
Compare
|
@andreycha Fixing, rebasing on 5.5.13.3, and releasing :-) |
b5b2a4c to
1bbd338
Compare
I know that iText 5 is EOL, but for people who are trying to migrate to newer technologies, it becomes very complex do it all at once.
Allowing itextsharp to compile for .NET Standard removes this obstacle from the way.