Built test page for testing tray output for debugging in main app.
This commit is contained in:
@@ -130,8 +130,8 @@ public class Worker : BackgroundService
|
||||
// Process/transform content
|
||||
var processedContent = _documentProcessor.ProcessDocument(content, config);
|
||||
|
||||
// Print to Windows queue
|
||||
await Task.Run(() => _printerService.Print(processedContent, config, job.OriginalFilename), cancellationToken);
|
||||
// Print to Windows queue (pass order number for transformations)
|
||||
await Task.Run(() => _printerService.Print(processedContent, config, job.OriginalFilename, job.OrderNumber), cancellationToken);
|
||||
|
||||
// Post-process (archive or delete)
|
||||
_documentProcessor.PostProcess(job, config);
|
||||
|
||||
Reference in New Issue
Block a user