.Net Core 遇到 「'windows-1252' is not a supported encoding name.」

最近用 iTextSharp 拆分 Pdf 文檔windows

加水印的時候遇到錯誤:ide

'windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
Parameter name: namecode


須要在 NuGet 裏添加 System.Text.Encoding.CodePagesorm

image


而後在程序裏註冊下就能夠了blog

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);


iTextSharp 仍是很好用的圖片

就是不能 Pdf 轉圖片或生成縮略圖…文檔

相關文章
相關標籤/搜索