文件名称:多个pdf电子发票文件合并.rar
文件大小:14.08MB
文件格式:RAR
更新时间:2024-10-29 09:24:39
c#
最近打印电子发票时,由于公司打印机都是A4纸,打印一张发票用一张A4,太浪费了。 想到找一个合并多张发票打印在一张A4的小工具,网上找到的要么需要授权,要么到处弹广告。 作为程序员,那就自己弄一个吧。 于是实现了如下功能: 1.选择需要打印的多张发票pdf文件,合并成一个pdf文件。 2.用pdf阅读器工具打开pdf文件,打印时选择4合1打印,横版。刚好把4张发票打印到一张A4上。 引用了第三方库,免费版只能合并10页:Spire.Pdf.dll
【文件预览】:
Form1.Designer.cs
Program.cs
pdf文件合并.csproj
obj
----Release()
--------pdf文件合并.Form1.resources(180B)
--------DesignTimeResolveAssemblyReferencesInput.cache(7KB)
--------电子发票合并打印小程序.exe(13KB)
--------TempPE()
--------pdf文件合并.csproj.CopyComplete(0B)
--------pdf文件合并.csproj.FileListAbsolute.txt(1KB)
--------pdf文件合并.Properties.Resources.resources(180B)
--------电子发票合并打印小程序.pdb(38KB)
--------.NETFramework,Version=v4.0.AssemblyAttributes.cs(208B)
--------pdf文件合并.csproj.GenerateResource.cache(1012B)
--------pdf文件合并.csproj.CoreCompileInputs.cache(42B)
----Debug()
--------pdf文件合并.Form1.resources(180B)
--------DesignTimeResolveAssemblyReferencesInput.cache(7KB)
--------电子发票合并打印小程序.exe(117KB)
--------TempPE()
--------pdf文件合并.csproj.CopyComplete(0B)
--------pdf文件合并.csproj.FileListAbsolute.txt(1KB)
--------pdf文件合并.Properties.Resources.resources(102KB)
--------电子发票合并打印小程序.pdb(38KB)
--------.NETFramework,Version=v4.0.AssemblyAttributes.cs(208B)
--------pdf文件合并.csproj.GenerateResource.cache(1KB)
--------pdf文件合并.csproj.CoreCompileInputs.cache(42B)
--------DesignTimeResolveAssemblyReferences.cache(273B)
bin
----Release()
----Debug()
--------output()
--------一页A4打印4张发票设置(wps).png(96KB)
--------Spire.Pdf.dll(18.58MB)
--------电子发票合并打印小程序.exe(117KB)
--------Spire.License.dll(138KB)
Form1.cs
Resources
----支付宝红包码.jpg(102KB)
Form1.resx
pdf文件合并.sln
Properties
----AssemblyInfo.cs(1KB)
----Settings.Designer.cs(1KB)
----Resources.resx(6KB)
----Settings.settings(249B)
----Resources.Designer.cs(3KB)
DLL
----PDF_NET4.0()
--------Spire.Pdf.dll(18.58MB)
--------Spire.License.xml(5KB)
--------Spire.License.dll(138KB)
--------Spire.Pdf.xml(2.87MB)