摘要: 实例一: JsonSerializerSettings jsonSettings = new JsonSerializerSettings { DateFormatString = "yyyy-MM-dd HH:mm:ss.fff", }; Model model = new Model { Cre 阅读全文
posted @ 2023-04-03 17:29 Tammytan 阅读(1297) 评论(0) 推荐(0) 编辑
摘要: 一.下面是一个示例代码,该代码使用iTextSharp将多个PDF文件合并为一个: public static void MergePDFs(string[] pdfPaths, string outputPath) { using (FileStream stream = new FileStre 阅读全文
posted @ 2023-04-03 11:08 Tammytan 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个新的WinForms或WPF应用程序,具体取决于您的需要。 2.将Telerik Reporting组件添加到您的应用程序中。您可以通过NuGet包管理器来完成此操作。 3.在您的应用程序中添加多个报表文件。您可以使用Telerik Report Designer创建报表并将其添加到您的 阅读全文
posted @ 2023-04-03 10:57 Tammytan 阅读(241) 评论(0) 推荐(1) 编辑