.net core 缺少
需要在 NuGet 里添加 System.Text.Encoding.CodePages
然后再startup添加注册 或者使用时注册
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
.net core 中 图片转pdf 报错'windows-1252' is not a supported encoding name
2023-10-17 13:45:16
.net core 缺少
需要在 NuGet 里添加 System.Text.Encoding.CodePages
然后再startup添加注册 或者使用时注册
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
.net core 中 图片转pdf 报错'windows-1252' is not a supported encoding name