摘要:
Install-Package DocumentFormat.OpenXml; Install-Package System.Drawing.Common; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.ExtendedProp 阅读全文
摘要:
install-package DocumentFormat.OpenXml; //c# using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordpr 阅读全文
摘要:
private ICommand saveAsJPGSCommand; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async (o 阅读全文
摘要:
Install-Package System.Drawing.Common; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async 阅读全文
摘要:
using System.Collections.ObjectModel; using System.ComponentModel; using System.Drawing; using System.IO; using System.Runtime.CompilerServices; using 阅读全文
摘要:
Install-Package itextsharp; Install-Package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using System.Collections.ObjectMo 阅读全文
摘要:
install-package iTextSharp --version 5.5.13.4; install-package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using Org.Boun 阅读全文