基本信息
源码名称:C# 文档处理-pdf加水印程序
源码大小:940.26M
文件格式:.zip
开发语言:C#
更新时间:2023-04-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# 文档处理-pdf加水印程序

.
├── c# 文档处理.zip
└── pdf加水印程序
    ├── LICENSE
    ├── PDFHelper
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── PDFHelper.cs
    │   ├── PDFHelper.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Aspose.PDF.dll
    │   │   │   ├── Aspose.PDF.xml
    │   │   │   ├── JsonSubTypes.dll
    │   │   │   ├── Microsoft.mshtml.dll
    │   │   │   ├── Newtonsoft.Json.dll
    │   │   │   ├── Newtonsoft.Json.xml
    │   │   │   ├── PDFHelper.exe
    │   │   │   ├── PDFHelper.exe.config
    │   │   │   ├── PDFHelper.pdb
    │   │   │   ├── RestSharp.dll
    │   │   │   ├── RestSharp.xml
    │   │   │   ├── Spire.License.dll
    │   │   │   ├── Spire.License.xml
    │   │   │   ├── Spire.Pdf.dll
    │   │   │   ├── Spire.Pdf.xml
    │   │   │   ├── WT-2304-004.pdf
    │   │   │   ├── itextsharp.dll
    │   │   │   ├── itextsharp.pdfa.dll
    │   │   │   └── itextsharp.xml
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── PDFHelper.Form1.resources
    │   │       ├── PDFHelper.Properties.Resources.resources
    │   │       ├── PDFHelper.csproj.AssemblyReference.cache
    │   │       ├── PDFHelper.csproj.CopyComplete
    │   │       ├── PDFHelper.csproj.CoreCompileInputs.cache
    │   │       ├── PDFHelper.csproj.FileListAbsolute.txt
    │   │       ├── PDFHelper.csproj.GenerateResource.cache
    │   │       ├── PDFHelper.exe
    │   │       ├── PDFHelper.pdb
    │   │       └── TempPE
    │   └── packages.config
    ├── PDFHelper.sln
    ├── README.md
    ├── Setup1
    │   ├── Debug
    │   │   ├── Setup1.msi
    │   │   ├── setup.exe
    │   │   └── 文档处理程序.msi
    │   ├── Release
    │   └── Setup1.vdproj
    └── packages
        ├── Aspose.PDF.22.6.0
        │   ├── Aspose.PDF.22.6.0.nupkg
        │   ├── images
        │   │   └── aspose_pdf-for-net.png
        │   ├── lib
        │   │   ├── net3.5
        │   │   │   ├── Aspose.PDF.dll
        │   │   │   └── Aspose.PDF.xml
        │   │   ├── net3.5-client
        │   │   │   ├── Aspose.PDF.dll
        │   │   │   └── Aspose.PDF.xml
        │   │   ├── net4.0
        │   │   │   ├── Aspose.PDF.dll
        │   │   │   └── Aspose.PDF.xml
        │   │   ├── net4.0-client
        │   │   │   ├── Aspose.PDF.dll
        │   │   │   └── Aspose.PDF.xml
        │   │   ├── net5.0
        │   │   │   └── Aspose.PDF.dll
        │   │   ├── net6.0
        │   │   │   └── Aspose.PDF.dll
        │   │   ├── netstandard2.0
        │   │   │   └── Aspose.PDF.dll
        │   │   └── netstandard2.1
        │   │       └── Aspose.PDF.dll
        │   └── license
        │       ├── End User License Agreement.html
        │       ├── aspose_end-user-license-agreement.txt
        │       └── thirdpartylicenses-Aspose.PDF for .NET.txt
        ├── JsonSubTypes.1.2.0
        │   ├── JsonSubTypes.1.2.0.nupkg
        │   └── lib
        │       ├── net35
        │       │   └── JsonSubTypes.dll
        │       ├── net40
        │       │   └── JsonSubTypes.dll
        │       ├── net45
        │       │   └── JsonSubTypes.dll
        │       ├── net46
        │       │   └── JsonSubTypes.dll
        │       ├── net47
        │       │   └── JsonSubTypes.dll
        │       ├── netstandard1.3
        │       │   └── JsonSubTypes.dll
        │       ├── netstandard1.4
        │       │   └── JsonSubTypes.dll
        │       ├── netstandard1.5
        │       │   └── JsonSubTypes.dll
        │       └── netstandard1.6
        │           └── JsonSubTypes.dll
        ├── Microsoft.Office.Interop.Word.12.0.0
        │   ├── Microsoft.Office.Interop.Word.12.0.0.nupkg
        │   └── lib
        │       └── net11
        │           └── Microsoft.Office.Interop.Word.dll
        ├── Newtonsoft.Json.10.0.3
        │   ├── LICENSE.md
        │   ├── Newtonsoft.Json.10.0.3.nupkg
        │   ├── lib
        │   │   ├── net20
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net35
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net40
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net45
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── netstandard1.0
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── netstandard1.3
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── portable-net40 sl5 win8 wp8 wpa81
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   └── portable-net45 win8 wp8 wpa81
        │   │       ├── Newtonsoft.Json.dll
        │   │       └── Newtonsoft.Json.xml
        │   └── tools
        │       └── install.ps1
        ├── RestSharp.105.1.0
        │   ├── RestSharp.105.1.0.nupkg
        │   ├── lib
        │   │   ├── net35
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net35-client
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net4
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net4-client
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net45
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net45-client
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net451
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net451-client
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net452
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── net452-client
        │   │   │   ├── RestSharp.dll
        │   │   │   └── RestSharp.xml
        │   │   ├── sl4
        │   │   │   ├── RestSharp.Silverlight.dll
        │   │   │   └── RestSharp.Silverlight.xml
        │   │   └── windowsphone8
        │   │       ├── RestSharp.WindowsPhone.dll
        │   │       └── RestSharp.WindowsPhone.xml
        │   └── readme.txt
        ├── Spire.PDF.5.1.4
        │   ├── Spire.PDF.5.1.4.nupkg
        │   ├── lib
        │   │   ├── net20
        │   │   │   ├── Spire.License.dll
        │   │   │   ├── Spire.License.xml
        │   │   │   ├── Spire.Pdf.XML
        │   │   │   └── Spire.Pdf.dll
        │   │   ├── net40
        │   │   │   ├── Spire.License.dll
        │   │   │   ├── Spire.License.xml
        │   │   │   ├── Spire.Pdf.XML
        │   │   │   └── Spire.Pdf.dll
        │   │   ├── net46
        │   │   │   ├── Spire.License.dll
        │   │   │   ├── Spire.License.xml
        │   │   │   ├── Spire.Pdf.dll
        │   │   │   └── Spire.Pdf.xml
        │   │   └── netstandard2.0
        │   │       ├── Spire.License.dll
        │   │       ├── Spire.License.xml
        │   │       ├── Spire.Pdf.dll
        │   │       └── Spire.Pdf.xml
        │   └── license.txt
        ├── iTextSharp.5.5.13.1
        │   ├── LICENSE.md
        │   ├── gnu-agpl-v3.0.md
        │   ├── iTextSharp.5.5.13.1.nupkg
        │   ├── lib
        │   │   ├── iTextSharp.xml
        │   │   └── itextsharp.dll
        │   └── notice.txt
        └── itextsharp.pdfa.5.5.13.1
            ├── LICENSE.md
            ├── gnu-agpl-v3.0.md
            ├── itextsharp.pdfa.5.5.13.1.nupkg
            └── lib
                └── itextsharp.pdfa.dll

74 directories, 153 files