上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 133 下一页
摘要: Install-Package DocumentFormat.OpenXml; private static void SetRunProperties(RunProperties runProperties, int fontSize, bool isBold, bool isItalic, bo 阅读全文
posted @ 2025-09-03 17:26 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; Install-Package System.Drawing.Common; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.ExtendedProp 阅读全文
posted @ 2025-09-03 11:36 FredGrit 阅读(42) 评论(0) 推荐(0)
摘要: install-package DocumentFormat.OpenXml; //c# using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordpr 阅读全文
posted @ 2025-09-02 19:23 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: private ICommand saveAsJPGSCommand; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async (o 阅读全文
posted @ 2025-09-01 19:49 FredGrit 阅读(10) 评论(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 阅读(10) 评论(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 阅读(14) 评论(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 阅读(12) 评论(0) 推荐(0)
摘要: private ICommand exportASJPGCommand; public ICommand ExportASJPGCommand { get { if (exportASJPGCommand==null) { exportASJPGCommand=new DelCommand(Expo 阅读全文
posted @ 2025-08-27 11:34 FredGrit 阅读(11) 评论(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 阅读(22) 评论(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 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 133 下一页