UI for html/url

This commit is contained in:
Anthony Stirling
2023-07-22 17:27:08 +01:00
parent 4367ae7934
commit 2fd8c643af
5 changed files with 190 additions and 118 deletions

View File

@@ -24,7 +24,7 @@ import stirling.software.SPDF.utils.WebResponseUtils;
public class ConvertHtmlToPDF {
@PostMapping(consumes = "multipart/form-data", value = "/convert-to-pdf")
@PostMapping(consumes = "multipart/form-data", value = "/html-to-pdf")
@Operation(
summary = "Convert an HTML or ZIP (containing HTML and CSS) to PDF",
description = "This endpoint takes an HTML or ZIP file input and converts it to a PDF format."