update 20250406
This commit is contained in:
+3
-1
@@ -180,12 +180,14 @@ namespace ZZPDFTest
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void button4_Click(object sender, EventArgs e)
|
||||
{
|
||||
Model.serienbrief sb;
|
||||
clsVersandstrasse vs = new clsVersandstrasse();
|
||||
string tempdir = @"h:\tssettings\edoka";
|
||||
string connectionstring = "data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29";
|
||||
string pdfdokument = vs.Prepare_PDF("OFFEDK0082025002491692",tempdir,connectionstring);
|
||||
string pdfdokument = vs.Prepare_PDF("OFFEDK0082025002493849", @"h:\tssettings\edoka\", connectionstring, "", "", Application.StartupPath);
|
||||
var stream = new MemoryStream(Convert.FromBase64String(pdfdokument));
|
||||
pdfViewerControl1.Load(stream);
|
||||
}
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Model, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Model\bin\Debug\Model.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Compression.Base, Version=28.2462.11.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Compression.Base.28.2.11\lib\net462\Syncfusion.Compression.Base.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Table1>
|
||||
<ID>1</ID>
|
||||
<ImageName>PP_A_Post_Fenster.png</ImageName>
|
||||
<Width>120</Width>
|
||||
<Height>50</Height>
|
||||
</Table1>
|
||||
<Table1>
|
||||
<ID>2</ID>
|
||||
<ImageName>PP_B_Post_Fenster.png</ImageName>
|
||||
<Width>120</Width>
|
||||
<Height>50</Height>
|
||||
</Table1>
|
||||
<Table1>
|
||||
<ID>3</ID>
|
||||
<ImageName>tkb_logo_4c_u.jpg</ImageName>
|
||||
<Width>120</Width>
|
||||
<Height>50</Height>
|
||||
</Table1>
|
||||
<Table1>
|
||||
<ID>4</ID>
|
||||
<ImageName>tkb_logo_ohne_claim_4c_c.jpg</ImageName>
|
||||
<Width>120</Width>
|
||||
<Height>50</Height>
|
||||
</Table1>
|
||||
<Table1>
|
||||
<ID>5</ID>
|
||||
<ImageName>tkb_logo_ohne_claim_sw.jpg</ImageName>
|
||||
<Width>120</Width>
|
||||
<Height>50</Height>
|
||||
</Table1>
|
||||
|
||||
</NewDataSet>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
4c9b590c745079594eaadac96de4579c6bc6144fb8a84b3b65a3ff05a197aecf
|
||||
658a60c61ce73e081cd590f0c1ea1391c53e1a05d06021b2c2b73f1c63226c4a
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user