diff --git a/Endpoint-groups.md b/Endpoint-groups.md index a1a29817..1e8e755e 100644 --- a/Endpoint-groups.md +++ b/Endpoint-groups.md @@ -22,7 +22,6 @@ | pdf-to-text | | ✔️ | | | ✔️ | | | ✔️ | | | | | pdf-to-word | | ✔️ | | | ✔️ | | | ✔️ | | | | | pdf-to-xml | | ✔️ | | | ✔️ | | | ✔️ | | | | -| xlsx-to-pdf | | ✔️ | | | ✔️ | | | ✔️ | | | | | add-password | | | ✔️ | | | | | | | ✔️ | | | add-watermark | | | ✔️ | | | | | | | ✔️ | | | cert-sign | | | ✔️ | | | | | | | ✔️ | | diff --git a/Version-groups.md b/Version-groups.md index c6322eb4..93c5b4b0 100644 --- a/Version-groups.md +++ b/Version-groups.md @@ -63,7 +63,6 @@ remove-annotations | ✔️ | ✔️ remove-cert-sign | ✔️ | ✔️ remove-image-pdf | ✔️ | ✔️ file-to-pdf | | ✔️ -xlsx-to-pdf | | ✔️ html-to-pdf | | ✔️ url-to-pdf | | ✔️ repair | | ✔️ diff --git a/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java b/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java index 45b658e8..f13b3676 100644 --- a/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java +++ b/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java @@ -117,7 +117,6 @@ public class EndpointConfiguration { addEndpointToGroup("Convert", "img-to-pdf"); addEndpointToGroup("Convert", "pdf-to-pdfa"); addEndpointToGroup("Convert", "file-to-pdf"); - addEndpointToGroup("Convert", "xlsx-to-pdf"); addEndpointToGroup("Convert", "pdf-to-word"); addEndpointToGroup("Convert", "pdf-to-presentation"); addEndpointToGroup("Convert", "pdf-to-text"); @@ -163,7 +162,6 @@ public class EndpointConfiguration { addEndpointToGroup("CLI", "repair"); addEndpointToGroup("CLI", "pdf-to-pdfa"); addEndpointToGroup("CLI", "file-to-pdf"); - addEndpointToGroup("CLI", "xlsx-to-pdf"); addEndpointToGroup("CLI", "pdf-to-word"); addEndpointToGroup("CLI", "pdf-to-presentation"); addEndpointToGroup("CLI", "pdf-to-html"); @@ -189,10 +187,9 @@ public class EndpointConfiguration { addEndpointToGroup("OpenCV", "extract-image-scans"); // LibreOffice - addEndpointToGroup("LibreOffice", "repair"); + addEndpointToGroup("LibreOffice", "repair"); // Ghostscript addEndpointToGroup("LibreOffice", "file-to-pdf"); addEndpointToGroup("Unoconv", "file-to-pdf"); - addEndpointToGroup("LibreOffice", "xlsx-to-pdf"); addEndpointToGroup("LibreOffice", "pdf-to-word"); addEndpointToGroup("LibreOffice", "pdf-to-presentation"); addEndpointToGroup("LibreOffice", "pdf-to-rtf");