Erweiterungen
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
// Zeroconf removed from project.
|
||||
// This file intentionally left without any classes to eliminate any
|
||||
// zeroconf-related beans or code.
|
||||
Reference in New Issue
Block a user