• 大小: 0.24M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: pdf  打印  d  发票  

资源简介

可一次性打印全部*屏蔽的关键字*,不限定格式

需安装 axAcroPDF com组件,需安装adobe reader 

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

using System.IO;
using System.Drawing.Printing;
using System.Diagnostics;
using System.Collections.Specialized;

namespace InvoicePrinter
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        string path = ““;
        private int nodecount = 0;

        private void label1_Click(object sender EventArgs e)
        {

        }

        #region //NO effect
        /*  private void checkBox1_CheckedChanged(object sender EventArgs e)
        {
            if (checkBox1.C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-04 20:44  .vs\
     目录           0  2018-07-04 20:44  .vs\InvoicePrinter\
     目录           0  2018-07-04 20:51  .vs\InvoicePrinter\v15\
     文件       34816  2018-07-04 21:24  .vs\InvoicePrinter\v15\.suo
     目录           0  2018-07-04 20:44  .vs\InvoicePrinter\v15\Server\
     目录           0  2018-07-04 20:44  .vs\InvoicePrinter\v15\Server\sqlite3\
     文件           0  2018-07-04 20:44  .vs\InvoicePrinter\v15\Server\sqlite3\db.lock
     文件        4096  2018-07-04 20:44  .vs\InvoicePrinter\v15\Server\sqlite3\storage.ide
     文件       32768  2018-07-04 20:44  .vs\InvoicePrinter\v15\Server\sqlite3\storage.ide-shm
     文件      889952  2018-07-04 21:12  .vs\InvoicePrinter\v15\Server\sqlite3\storage.ide-wal
     文件         187  2018-06-13 13:40  App.config
     文件        6266  2018-06-14 13:27  Form1.Designer.cs
     文件        4842  2018-06-14 13:27  Form1.cs
     文件        6475  2018-06-14 13:27  Form1.resx
     文件        3555  2018-07-04 21:12  InvoicePrinter.csproj
     文件         228  2018-07-04 21:11  InvoicePrinter.csproj.user
     文件        1126  2018-07-04 20:51  InvoicePrinter.sln
     文件         456  2018-07-04 20:48  Program.cs
     目录           0  2018-07-04 21:24  Properties\
     目录           0  2018-07-04 20:47  bin\
     目录           0  2018-07-04 20:48  bin\Debug\
     文件        9216  2018-06-14 10:26  bin\Debug\AxInterop.AcroPDFLib.dll
     文件       12800  2018-06-14 10:26  bin\Debug\Interop.AcroPDFLib.dll
     文件       10240  2018-07-04 21:12  bin\Debug\InvoicePrinter.exe
     文件         187  2018-06-13 13:40  bin\Debug\InvoicePrinter.exe.config
     文件       19968  2018-07-04 21:12  bin\Debug\InvoicePrinter.pdb
     文件       24224  2018-07-04 11:55  bin\Debug\InvoicePrinter.vshost.exe
     文件         187  2018-06-13 13:40  bin\Debug\InvoicePrinter.vshost.exe.config
     文件         490  2013-06-18 20:28  bin\Debug\InvoicePrinter.vshost.exe.manifest
     文件          37  2018-06-14 13:17  bin\Debug\Invoicepath.txt
     目录           0  2018-07-04 20:48  bin\Debug\xx\
............此处省略32个文件信息

评论

共有 条评论