LibreOffice-val dokumentum konvertálása PDF-re most jó

This commit is contained in:
2025-04-02 16:51:11 +02:00
parent 90637b3848
commit 001c59a669
8 changed files with 170 additions and 27 deletions
@@ -23,6 +23,6 @@ namespace WorkFlowCheck.BL.Services.Interfaces
Task<CheckListRowDTO> UpdateCheckListRowAsync(CheckListRowDTO checkListRowDTO);
byte[] CreatePDF(int checkListHeaderId);
Task<byte[]> CreatePDF(int checkListHeaderId);
}
}