updated to silent print

This commit is contained in:
2025-09-24 21:42:22 +03:00
parent b49a22832d
commit 198563aaba
26 changed files with 693 additions and 1520 deletions

View File

@@ -0,0 +1,16 @@
# Windows Print Service Configuration
# Configure the Windows Print Service connection for cross-platform printing
# Default Windows Print Service URL
# Change this to the IP address of your Windows machine if running on different systems
# Examples:
# Same machine: http://localhost:8765
# Different machine: http://192.168.1.100:8765
# Domain name: http://printserver.company.local:8765
WINDOWS_PRINT_SERVICE_URL = "http://192.168.1.XXX:8765" # ← REPLACE XXX WITH YOUR WINDOWS IP
# Print service connection timeout (seconds)
PRINT_SERVICE_TIMEOUT = 30
# Enable print service connection (set to False to always use PDF fallback)
PRINT_SERVICE_ENABLED = True