基本信息
源码名称:PDF文件拆页与文件合并Demo(C#)
源码大小:0.53M
文件格式:.zip
开发语言:C#
更新时间:2023-10-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
PDF文件拆页与文件合并Demo(C#)

.
├── PDF File Split & Merge Library
│   ├── PdfSplitterMerger ActiveX Tester
│   │   ├── Backup
│   │   │   ├── PDFOperator
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── PDFOperator.csproj
│   │   │   │   ├── PDFOperator.csproj.user
│   │   │   │   ├── PdfFile.cs
│   │   │   │   ├── PdfFileObject.cs
│   │   │   │   ├── PdfFileStreamObject.cs
│   │   │   │   ├── PdfObjectType.cs
│   │   │   │   ├── PdfSplitter.cs
│   │   │   │   └── PdfSplitterMerger.cs
│   │   │   ├── PDFOperator.sln
│   │   │   └── TestActiveX_WinAppForVB
│   │   │       ├── AssemblyInfo.vb
│   │   │       ├── Form1.resx
│   │   │       ├── Form1.vb
│   │   │       ├── TestActiveX_WinAppForVB.vbproj
│   │   │       └── TestActiveX_WinAppForVB.vbproj.user
│   │   ├── PDFOperator
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── PDFOperator.csproj
│   │   │   ├── PDFOperator.csproj.user
│   │   │   ├── PdfFile.cs
│   │   │   ├── PdfFileObject.cs
│   │   │   ├── PdfFileStreamObject.cs
│   │   │   ├── PdfObjectType.cs
│   │   │   ├── PdfSplitter.cs
│   │   │   ├── PdfSplitterMerger.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── PDFOperator.dll
│   │   │   │       ├── PDFOperator.pdb
│   │   │   │       ├── PDFOperator.tlb
│   │   │   │       └── PostBuildEvent.bat
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── PDFOperator.dll
│   │   │       │   ├── PDFOperator.pdb
│   │   │       │   ├── PDFOperator.projdata
│   │   │       │   ├── PDFOperator.tlb
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Web References.VDServerWS.Reference.cs.dll
│   │   │       │   ├── VitalDoc ActiveX.dll
│   │   │       │   ├── VitalDoc ActiveX.pdb
│   │   │       │   ├── VitalDoc ActiveX.projdata
│   │   │       │   ├── VitalDoc.dll
│   │   │       │   ├── VitalDoc.pdb
│   │   │       │   ├── VitalDoc.projdata
│   │   │       │   ├── buildinfo.inf
│   │   │       │   └── temp
│   │   │       └── Interop.ADODB.dll
│   │   ├── PDFOperator.sln
│   │   ├── PDFOperator.suo
│   │   ├── TestActiveX_WinAppForVB
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── My Project
│   │   │   ├── TestActiveX_WinAppForVB.vbproj
│   │   │   ├── TestActiveX_WinAppForVB.vbproj.user
│   │   │   ├── bin
│   │   │   │   ├── AxInterop.VSPDFViewerX.dll
│   │   │   │   ├── Interop.ADODB.dll
│   │   │   │   ├── Interop.VSPDFViewerX.dll
│   │   │   │   ├── PDFOperator.dll
│   │   │   │   ├── PDFOperator.pdb
│   │   │   │   ├── TestActiveX_WinAppForVB.exe
│   │   │   │   └── TestActiveX_WinAppForVB.pdb
│   │   │   └── obj
│   │   │       ├── AxInterop.VSPDFViewerX.dll
│   │   │       ├── Debug
│   │   │       │   ├── Interop.ADODB.dll
│   │   │       │   ├── TempPE
│   │   │       │   ├── TestActiveX_WinAppForVB.Form1.resources
│   │   │       │   ├── TestActiveX_WinAppForVB.exe
│   │   │       │   ├── TestActiveX_WinAppForVB.pdb
│   │   │       │   ├── TestActiveX_WinAppForVB.vbproj.ResolveComReference.cache
│   │   │       │   └── temp
│   │   │       ├── Interop.ADODB.dll
│   │   │       └── Interop.VSPDFViewerX.dll
│   │   ├── UpgradeLog.XML
│   │   ├── VB Tester
│   │   │   ├── Form1.frm
│   │   │   ├── MSSCCPRJ.SCC
│   │   │   ├── Project1.exe
│   │   │   ├── Project1.vbp
│   │   │   └── Project1.vbw
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── pdfSplitMergeLibrary
│       ├── AssemblyInfo.cs
│       ├── Backup
│       │   ├── AssemblyInfo.cs
│       │   ├── PdfFile.cs
│       │   ├── PdfFileObject.cs
│       │   ├── PdfFileStreamObject.cs
│       │   ├── PdfObjectType.cs
│       │   ├── PdfSplitter.cs
│       │   ├── PdfSplitterMerger.cs
│       │   ├── pdfSplitMergeLibrary.csproj
│       │   └── pdfSplitMergeLibrary.csproj.user
│       ├── GiosBox.sln
│       ├── GiosBox.suo
│       ├── GiosBoxLibrary.csproj
│       ├── GiosBoxLibrary.csproj.user
│       ├── GiosPdfSplitMergeLibrary
│       │   ├── PdfFile.cs
│       │   ├── PdfFileObject.cs
│       │   ├── PdfFileStreamObject.cs
│       │   ├── PdfObjectType.cs
│       │   └── PdfSplitterMerger.cs
│       ├── UpgradeLog.XML
│       ├── _UpgradeReport_Files
│       │   ├── UpgradeReport.css
│       │   ├── UpgradeReport.xslt
│       │   ├── UpgradeReport_Minus.gif
│       │   └── UpgradeReport_Plus.gif
│       ├── bin
│       │   └── Debug
│       │       ├── pdfSplitMergeLibrary.dll
│       │       └── pdfSplitMergeLibrary.pdb
│       ├── obj
│       │   ├── Debug
│       │   │   ├── Refactor
│       │   │   ├── TempPE
│       │   │   ├── pdfSplitMergeLibrary.dll
│       │   │   ├── pdfSplitMergeLibrary.pdb
│       │   │   ├── pdfSplitMergeLibrary.projdata
│       │   │   └── temp
│       │   └── pdfSplitMergeLibrary.csproj.FileListAbsolute.txt
│       └── pdfSplitMergeLibrary.suo
└── PDF文件拆页与文件合并Demo(C#)_PDFFileSplit_MergeLibrary.zip

32 directories, 105 files