随笔分类 -  office

摘要:https://www.cnblogs.com/rumeng/p/3785775.html 阅读全文
posted @ 2022-04-12 22:46 Bridgebug 阅读(37) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using Spire.Pdf; using Spire.Pdf.AutomaticFields; usin 阅读全文
posted @ 2022-04-12 22:46 Bridgebug 阅读(699) 评论(0) 推荐(0)
摘要:void PrintPanel() { int paperWidth = 178; int paperHeight = 52; var printDocument = new System.Drawing.Printing.PrintDocument(); //指定打印机 //printDocume 阅读全文
posted @ 2020-03-18 09:27 Bridgebug 阅读(332) 评论(0) 推荐(0)
摘要:百度网盘三方dll ps:. net framework 4.0 client profile 下不行 using Spire.Pdf; using Spire.Pdf.Graphics; using System.Diagnostics; PdfDocument doc = new PdfDocu 阅读全文
posted @ 2019-02-12 14:53 Bridgebug 阅读(572) 评论(0) 推荐(0)