Upsdate 20240729

This commit is contained in:
Stefan Hutter
2024-07-29 15:00:22 +02:00
parent c3cacbec3c
commit dc2918e024
121 changed files with 329689 additions and 53 deletions

View File

@@ -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
View 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.

Binary file not shown.

Binary file not shown.

View File

@@ -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.

View File

@@ -1 +1 @@
f7a0d1e479b50e97763571e98aaf09286d88dddad88a1fd50eabb9c1322103a9
1c11ea396991d2f91158c62545706ef656b9225530fc8004c9551556402f4cc5