update 20250721
This commit is contained in:
@@ -32,6 +32,7 @@ namespace DOCGEN
|
||||
public edoka_dms.clsConnectionProvider conn_edoka = new edoka_dms.clsConnectionProvider();
|
||||
private static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();
|
||||
public string DokumentID = "";
|
||||
private string startupdir = "";
|
||||
public string connectionstring = "";
|
||||
public clsDocData DocData = new clsDocData();
|
||||
DB db = new DB();
|
||||
@@ -155,6 +156,7 @@ namespace DOCGEN
|
||||
System.Drawing.Image barcode = sfword.Get_Barcodeimage(dd);
|
||||
|
||||
var stream = new MemoryStream(Convert.FromBase64String(pdfdoc));
|
||||
|
||||
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(stream);
|
||||
PdfBitmap image = new PdfBitmap(barcode);
|
||||
for (int i = 0; i < loadedDocument.Pages.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user