Upsdate 20240729
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
<Reference Include="NLog.Database, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NLog.Database.5.3.2\lib\net46\NLog.Database.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OfficePrinter">
|
||||
<HintPath>..\OfficePrinter\bin\Debug\OfficePrinter.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SkiaSharp.2.88.6\lib\net462\SkiaSharp.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -118,6 +121,7 @@
|
||||
<Compile Include="Klassen\SyncFPDF.cs" />
|
||||
<Compile Include="Klassen\SyndFExcel.cs" />
|
||||
<Compile Include="Klassen\SynFWord.cs" />
|
||||
<Compile Include="Print.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
21
DOCGEN/Print.cs
Normal file
21
DOCGEN/Print.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using OfficePrinter;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Policy;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using OfficePrinter;
|
||||
|
||||
namespace DOCGEN
|
||||
{
|
||||
public class print
|
||||
{
|
||||
public Boolean printWord()
|
||||
{
|
||||
OfficePrinter.OnDocOffice onDocOffice = new OfficePrinter.OnDocOffice();
|
||||
onDocOffice.PrintWordToPDF(@"X:\docdemo\0FNH8OFO.docx", @"X:\docdemo\0FNH8OFO.docx.pdf");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
DOCGEN/bin/Debug/OfficePrinter.dll
Normal file
BIN
DOCGEN/bin/Debug/OfficePrinter.dll
Normal file
Binary file not shown.
BIN
DOCGEN/bin/Debug/OfficePrinter.pdb
Normal file
BIN
DOCGEN/bin/Debug/OfficePrinter.pdb
Normal file
Binary file not shown.
@@ -130,3 +130,5 @@ E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DocGen.csproj.CoreCompileInput
|
||||
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DocGen.csproj.Up2Date
|
||||
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DOCGEN.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DOCGEN.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\OfficePrinter.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\OfficePrinter.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
f7a0d1e479b50e97763571e98aaf09286d88dddad88a1fd50eabb9c1322103a9
|
||||
1c11ea396991d2f91158c62545706ef656b9225530fc8004c9551556402f4cc5
|
||||
|
||||
Reference in New Issue
Block a user