上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 137 下一页
摘要: install-package DocumentFormat.OpenXml; //c# using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordpr 阅读全文
posted @ 2025-09-02 19:23 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: private ICommand saveAsJPGSCommand; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async (o 阅读全文
posted @ 2025-09-01 19:49 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: Install-Package System.Drawing.Common; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async 阅读全文
posted @ 2025-08-30 21:15 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: using System.Collections.ObjectModel; using System.ComponentModel; using System.Drawing; using System.IO; using System.Runtime.CompilerServices; using 阅读全文
posted @ 2025-08-30 21:02 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package itextsharp; Install-Package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using System.Collections.ObjectMo 阅读全文
posted @ 2025-08-27 17:32 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: private ICommand exportASJPGCommand; public ICommand ExportASJPGCommand { get { if (exportASJPGCommand==null) { exportASJPGCommand=new DelCommand(Expo 阅读全文
posted @ 2025-08-27 11:34 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: install-package iTextSharp --version 5.5.13.4; install-package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using Org.Boun 阅读全文
posted @ 2025-08-26 18:03 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: Install-Package itext -Version 9.2.0; Install-Package itext7.bouncy-castle-adapter; //xaml <Window x:Class="WpfApp59.MainWindow" xmlns="http://schemas 阅读全文
posted @ 2025-08-26 14:34 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp57.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2025-08-25 16:47 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: install-package iTextSharp.LGPLv2.Core; using iTextSharp.text; using iTextSharp.text.pdf; using System.Diagnostics; using Document = iTextSharp.text.D 阅读全文
posted @ 2025-08-24 14:38 FredGrit 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 137 下一页