Erweiterungen

This commit is contained in:
2025-09-19 21:54:12 +02:00
parent 067700fad1
commit 17b7cc132c
4 changed files with 3 additions and 10 deletions

View File

@@ -13,11 +13,6 @@ import java.util.List;
@Service
public class SystemInvoiceService {
public byte[] generateInvoicePdf(SystemInvoiceData systemInvoiceData) throws Exception {
// Generate PDF using HTML to PDF conversion
return generateInvoicePdfFromHtml();
}
public byte[] generateInvoicePdfFromHtml() throws Exception {
// Read the HTML template
String htmlContent = readHtmlTemplate();

View File

@@ -1,3 +0,0 @@
// Zeroconf removed from project.
// This file intentionally left without any classes to eliminate any
// zeroconf-related beans or code.