2023年5月10日

VS修改NuGet包默认存放位置

摘要: 1、问题描述 默认情况下,NuGet下载的包存放在系统盘(C盘中,一般在路径C:\Users\用户.nuget\packages下),这样一来,时间长了下载的包越多,C盘占用的控件也就越多。 那么有没有办法将默认的下载位置修改掉呢?答案肯定是可以的。 2、修改默认存放位置的目的 目的很简单,当然是给 阅读全文

posted @ 2023-05-10 10:44 糯米白白 阅读(775) 评论(0) 推荐(0) 编辑

C# .Net Core 合并PDF文件

摘要: 使用 PdfSharpCore nuget包 代码实现 using Microsoft.AspNetCore.Razor.TagHelpers; using PdfSharpCore.Pdf; using PdfSharpCore.Pdf.IO; using System; using System 阅读全文

posted @ 2023-05-10 10:34 糯米白白 阅读(449) 评论(0) 推荐(0) 编辑

C# PDFSharp No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.

摘要: 在.Net Core框架使用PdfSharp插件时出现问题 需要装Core版的PdfSharp PdfSharpCore 阅读全文

posted @ 2023-05-10 10:28 糯米白白 阅读(329) 评论(0) 推荐(0) 编辑

导航