From 9ab4d9f585766a1c3e0a644dfe42fdcb927140f0 Mon Sep 17 00:00:00 2001
From: Felix Kaspar
Date: Sun, 22 Oct 2023 16:43:42 +0200
Subject: [PATCH] Reset
---
.gitattributes | 5 -
.github/FUNDING.yml | 13 -
.github/dependabot.yml | 11 -
.github/pull_request_template.md | 4 -
.github/workflows/codeql.yml | 55 -
.github/workflows/pull_request_template.md | 3 -
.github/workflows/push-docker.yml | 142 -
.github/workflows/releaseArtifacts.yml | 55 -
.github/workflows/swagger.yml | 37 -
.gitignore | 122 -
.idea/.gitignore | 8 -
CNAME | 1 -
Dockerfile | 45 -
Dockerfile-lite | 54 -
Dockerfile-ultra-lite | 34 -
DockerfileBase | 37 -
Endpoint-groups.md | 46 -
HowToAddNewLanguage.md | 38 -
HowToUseOCR.md | 76 -
Jenkinsfile | 33 -
LICENSE | 674 -
LocalRunGuide.md | 213 -
README.md | 268 -
Version-groups.md | 59 -
build.gradle | 140 -
chart/stirling-pdf/Chart.yaml | 15 -
chart/stirling-pdf/templates/NOTES.txt | 30 -
chart/stirling-pdf/templates/_helpers.tpl | 129 -
chart/stirling-pdf/templates/deployment.yaml | 129 -
chart/stirling-pdf/templates/ingress.yaml | 85 -
chart/stirling-pdf/templates/pv.yaml | 16 -
chart/stirling-pdf/templates/pvc.yaml | 27 -
chart/stirling-pdf/templates/service.yaml | 48 -
.../templates/serviceaccount.yaml | 13 -
.../templates/servicemonitor.yaml | 31 -
chart/stirling-pdf/values.yaml | 239 -
docs/stirling-pdf.png | Bin 54271 -> 0 bytes
docs/stirling-transparent.svg | 298 -
docs/stirling.png | Bin 54271 -> 0 bytes
docs/stirling.svg | 310 -
gradle/wrapper/gradle-wrapper.jar | Bin 60756 -> 0 bytes
gradle/wrapper/gradle-wrapper.properties | 5 -
gradlew | 240 -
gradlew.bat | 91 -
images/DemoGif.gif | Bin 1437000 -> 0 bytes
images/login-dark.png | Bin 30145 -> 0 bytes
images/login-light.png | Bin 30803 -> 0 bytes
images/settings.png | Bin 12328 -> 0 bytes
images/stirling-home-light.png | Bin 121383 -> 0 bytes
images/stirling-home.png | Bin 134058 -> 0 bytes
lauch4jConfig.xml | 36 -
scripts/PropSync.java | 80 -
scripts/detect-blank-pages.py | 47 -
scripts/init.sh | 40 -
scripts/split_photos.py | 116 -
settings.gradle | 1 -
.../software/SPDF/LibreOfficeListener.java | 96 -
.../software/SPDF/SPdfApplication.java | 82 -
.../software/SPDF/config/AppConfig.java | 55 -
.../stirling/software/SPDF/config/Beans.java | 65 -
.../SPDF/config/CleanUrlInterceptor.java | 68 -
.../SPDF/config/ConfigInitializer.java | 129 -
.../SPDF/config/EndpointConfiguration.java | 228 -
.../SPDF/config/EndpointInterceptor.java | 26 -
.../software/SPDF/config/MetricsConfig.java | 24 -
.../software/SPDF/config/MetricsFilter.java | 48 -
.../software/SPDF/config/OpenApiConfig.java | 27 -
.../config/StartupApplicationListener.java | 20 -
.../software/SPDF/config/WebMvcConfig.java | 27 -
.../config/YamlPropertySourceFactory.java | 23 -
.../CustomAuthenticationFailureHandler.java | 26 -
.../security/CustomUserDetailsService.java | 45 -
.../config/security/FirstLoginFilter.java | 53 -
.../config/security/InitialSecuritySetup.java | 85 -
.../security/SecurityConfiguration.java | 106 -
.../security/UserAuthenticationFilter.java | 113 -
.../security/UserBasedRateLimitingFilter.java | 125 -
.../SPDF/config/security/UserService.java | 191 -
.../SPDF/controller/api/CropController.java | 86 -
.../SPDF/controller/api/MergeController.java | 115 -
.../api/MultiPageLayoutController.java | 124 -
.../api/RearrangePagesPDFController.java | 219 -
.../controller/api/RotationController.java | 52 -
.../controller/api/ScalePagesController.java | 110 -
.../controller/api/SplitPDFController.java | 109 -
.../api/ToSinglePageController.java | 86 -
.../SPDF/controller/api/UserController.java | 234 -
.../api/converters/ConvertEpubToPdf.java | 130 -
.../api/converters/ConvertHtmlToPDF.java | 52 -
.../converters/ConvertImgPDFController.java | 103 -
.../api/converters/ConvertMarkdownToPdf.java | 54 -
.../converters/ConvertOfficeController.java | 78 -
.../api/converters/ConvertPDFToOffice.java | 72 -
.../api/converters/ConvertPDFToPDFA.java | 67 -
.../api/converters/ConvertWebsiteToPDF.java | 76 -
.../api/filters/FilterController.java | 196 -
.../api/misc/AutoRenameController.java | 128 -
.../api/misc/AutoSplitPdfController.java | 144 -
.../api/misc/BlankPageController.java | 122 -
.../api/misc/CompressController.java | 242 -
.../api/misc/ExtractImageScansController.java | 153 -
.../api/misc/ExtractImagesController.java | 119 -
.../api/misc/FakeScanControllerWIP.java | 150 -
.../api/misc/MetadataController.java | 153 -
.../controller/api/misc/OCRController.java | 189 -
.../api/misc/OverlayImageController.java | 50 -
.../api/misc/PageNumbersController.java | 135 -
.../controller/api/misc/RepairController.java | 68 -
.../controller/api/misc/ShowJavascript.java | 61 -
.../api/pipeline/PipelineController.java | 524 -
.../api/security/CertSignController.java | 258 -
.../controller/api/security/GetInfoOnPDF.java | 807 -
.../api/security/PasswordController.java | 89 -
.../api/security/RedactController.java | 123 -
.../api/security/SanitizeController.java | 167 -
.../api/security/WatermarkController.java | 191 -
.../controller/web/AccountWebController.java | 135 -
.../web/ConverterWebController.java | 109 -
.../controller/web/GeneralWebController.java | 268 -
.../controller/web/HomeWebController.java | 52 -
.../controller/web/MetricsController.java | 265 -
.../controller/web/OtherWebController.java | 147 -
.../controller/web/SecurityWebController.java | 68 -
.../SPDF/model/ApiKeyAuthenticationToken.java | 49 -
.../SPDF/model/ApplicationProperties.java | 335 -
.../software/SPDF/model/Authority.java | 64 -
.../stirling/software/SPDF/model/PDFText.java | 42 -
.../software/SPDF/model/PersistentLogin.java | 61 -
.../software/SPDF/model/PipelineConfig.java | 51 -
.../SPDF/model/PipelineOperation.java | 32 -
.../stirling/software/SPDF/model/Role.java | 50 -
.../software/SPDF/model/SortTypes.java | 4 -
.../stirling/software/SPDF/model/User.java | 134 -
.../software/SPDF/model/api/GeneralFile.java | 17 -
.../SPDF/model/api/HandleDataRequest.java | 20 -
.../software/SPDF/model/api/ImageFile.java | 16 -
.../SPDF/model/api/MultiplePDFFiles.java | 15 -
.../SPDF/model/api/PDFComparison.java | 16 -
.../SPDF/model/api/PDFComparisonAndCount.java | 15 -
.../software/SPDF/model/api/PDFFile.java | 13 -
.../model/api/PDFWithImageFormatRequest.java | 14 -
.../SPDF/model/api/PDFWithPageNums.java | 39 -
.../SPDF/model/api/PDFWithPageSize.java | 16 -
.../api/converters/ConvertToImageRequest.java | 23 -
.../api/converters/ConvertToPdfRequest.java | 27 -
.../converters/PdfToPresentationRequest.java | 14 -
.../api/converters/PdfToTextOrRTFRequest.java | 14 -
.../api/converters/PdfToWordRequest.java | 14 -
.../model/api/converters/UrlToPdfRequest.java | 13 -
.../model/api/filter/ContainsTextRequest.java | 14 -
.../model/api/filter/FileSizeRequest.java | 16 -
.../model/api/filter/PageRotationRequest.java | 15 -
.../model/api/filter/PageSizeRequest.java | 16 -
.../SPDF/model/api/general/CropPdfForm.java | 24 -
.../general/MergeMultiplePagesRequest.java | 18 -
.../model/api/general/MergePdfsRequest.java | 22 -
.../api/general/RearrangePagesRequest.java | 23 -
.../model/api/general/RotatePDFRequest.java | 14 -
.../model/api/general/ScalePagesRequest.java | 15 -
.../model/api/misc/AddPageNumbersRequest.java | 26 -
.../model/api/misc/AutoSplitPdfRequest.java | 14 -
.../model/api/misc/ExtractHeaderRequest.java | 14 -
.../api/misc/ExtractImageScansRequest.java | 29 -
.../SPDF/model/api/misc/MetadataRequest.java | 46 -
.../model/api/misc/OptimizePdfRequest.java | 18 -
.../model/api/misc/OverlayImageRequest.java | 25 -
.../api/misc/ProcessPdfWithOcrRequest.java | 37 -
.../api/misc/RemoveBlankPagesRequest.java | 17 -
.../api/security/AddPasswordRequest.java | 44 -
.../api/security/AddWatermarkRequest.java | 44 -
.../api/security/PDFPasswordRequest.java | 14 -
.../model/api/security/RedactPdfRequest.java | 29 -
.../api/security/SanitizePdfRequest.java | 26 -
.../api/security/SignPDFWithCertRequest.java | 43 -
.../software/SPDF/pdf/ImageFinder.java | 130 -
.../software/SPDF/pdf/TextFinder.java | 90 -
.../SPDF/repository/AuthorityRepository.java | 12 -
.../repository/JPATokenRepositoryImpl.java | 53 -
.../repository/PersistentLoginRepository.java | 8 -
.../SPDF/repository/UserRepository.java | 13 -
.../software/SPDF/utils/ErrorUtils.java | 32 -
.../software/SPDF/utils/FileToPdf.java | 95 -
.../software/SPDF/utils/GeneralUtils.java | 157 -
.../SPDF/utils/ImageProcessingUtils.java | 25 -
.../SPDF/utils/PDFManipulationUtils.java | 5 -
.../software/SPDF/utils/PDFToFile.java | 99 -
.../software/SPDF/utils/PdfUtils.java | 377 -
.../software/SPDF/utils/ProcessExecutor.java | 135 -
.../software/SPDF/utils/PropertyConfigs.java | 49 -
.../software/SPDF/utils/WebResponseUtils.java | 64 -
src/main/resources/application.properties | 47 -
src/main/resources/log4j.properties | 8 -
src/main/resources/messages.properties | 11 -
src/main/resources/messages_ar_AR.properties | 820 -
src/main/resources/messages_bg_BG.properties | 817 -
src/main/resources/messages_ca_CA.properties | 820 -
src/main/resources/messages_de_DE.properties | 820 -
src/main/resources/messages_el_GR.properties | 817 -
src/main/resources/messages_en_GB.properties | 817 -
src/main/resources/messages_en_US.properties | 820 -
src/main/resources/messages_es_ES.properties | 820 -
src/main/resources/messages_eu_ES.properties | 820 -
src/main/resources/messages_fr_FR.properties | 817 -
src/main/resources/messages_it_IT.properties | 820 -
src/main/resources/messages_ja_JP.properties | 820 -
src/main/resources/messages_ko_KR.properties | 820 -
src/main/resources/messages_nl_NL.properties | 820 -
src/main/resources/messages_pl_PL.properties | 820 -
src/main/resources/messages_pt_BR.properties | 820 -
src/main/resources/messages_ro_RO.properties | 820 -
src/main/resources/messages_ru_RU.properties | 820 -
src/main/resources/messages_sv_SE.properties | 820 -
src/main/resources/messages_zh_CN.properties | 810 -
src/main/resources/settings.yml.template | 23 -
.../static/android-chrome-192x192.png | Bin 20882 -> 0 bytes
.../static/android-chrome-512x512.png | Bin 85906 -> 0 bytes
.../static/apple-touch-icon-114x114.png | Bin 8410 -> 0 bytes
.../static/apple-touch-icon-120x120.png | Bin 8532 -> 0 bytes
.../static/apple-touch-icon-144x144.png | Bin 11054 -> 0 bytes
.../static/apple-touch-icon-152x152.png | Bin 11691 -> 0 bytes
.../static/apple-touch-icon-180x180.png | Bin 14520 -> 0 bytes
.../static/apple-touch-icon-57x57.png | Bin 3667 -> 0 bytes
.../static/apple-touch-icon-60x60.png | Bin 3922 -> 0 bytes
.../static/apple-touch-icon-72x72.png | Bin 4783 -> 0 bytes
.../static/apple-touch-icon-76x76.png | Bin 5107 -> 0 bytes
.../resources/static/apple-touch-icon.png | Bin 14520 -> 0 bytes
src/main/resources/static/browserconfig.xml | 9 -
.../resources/static/css/bootstrap-icons.css | 2018 -
.../resources/static/css/bootstrap.min.css | 7 -
src/main/resources/static/css/dark-mode.css | 116 -
src/main/resources/static/css/dragdrop.css | 78 -
src/main/resources/static/css/errorBanner.css | 94 -
src/main/resources/static/css/fileSelect.css | 10 -
.../static/css/fonts/bootstrap-icons.woff | Bin 97548 -> 0 bytes
.../static/css/fonts/bootstrap-icons.woff2 | Bin 73508 -> 0 bytes
src/main/resources/static/css/game.css | 49 -
src/main/resources/static/css/general.css | 94 -
src/main/resources/static/css/home.css | 86 -
.../resources/static/css/imageHighlighter.css | 40 -
src/main/resources/static/css/light-mode.css | 24 -
src/main/resources/static/css/merge.css | 29 -
src/main/resources/static/css/navbar.css | 80 -
src/main/resources/static/css/pdfActions.css | 87 -
src/main/resources/static/css/prism.css | 3 -
.../resources/static/css/rainbow-mode.css | 37 -
.../resources/static/css/tab-container.css | 26 -
src/main/resources/static/favicon-16x16.png | Bin 1473 -> 0 bytes
src/main/resources/static/favicon-32x32.png | Bin 2544 -> 0 bytes
src/main/resources/static/favicon.ico | Bin 15086 -> 0 bytes
src/main/resources/static/favicon.png | Bin 54271 -> 0 bytes
src/main/resources/static/favicon.svg | 298 -
.../files/Auto Splitter Divider (minimal).pdf | Bin 58131 -> 0 bytes
...o Splitter Divider (with instructions).pdf | Bin 65359 -> 0 bytes
.../static/fonts/DancingScript-Regular.woff2 | Bin 34284 -> 0 bytes
src/main/resources/static/fonts/Estonia.woff2 | Bin 122464 -> 0 bytes
.../static/fonts/IndieFlower-Regular.woff2 | Bin 25540 -> 0 bytes
src/main/resources/static/fonts/Meiryo.ttf | Bin 7012504 -> 0 bytes
.../static/fonts/NotoSans-Regular.ttf | Bin 556216 -> 0 bytes
.../static/fonts/NotoSansArabic-Regular.ttf | Bin 177004 -> 0 bytes
.../static/fonts/NotoSansJP-Regular.ttf | Bin 5732824 -> 0 bytes
.../static/fonts/NotoSansSC-Regular.ttf | Bin 6464 -> 0 bytes
src/main/resources/static/fonts/SimSun.ttf | Bin 10499104 -> 0 bytes
.../resources/static/fonts/Tangerine.woff2 | Bin 24916 -> 0 bytes
src/main/resources/static/fonts/malgun.ttf | Bin 4337296 -> 0 bytes
.../fonts/static/NotoSansArabic-Regular.ttf | Bin 177004 -> 0 bytes
.../fonts/static/NotoSansJP-Regular.ttf | Bin 5732824 -> 0 bytes
src/main/resources/static/images/Files.svg | 10 -
.../static/images/add-page-numbers.svg | 3 -
.../static/images/adjust-contrast.svg | 4 -
.../static/images/arrow-clockwise.svg | 4 -
.../static/images/arrow-left-right.svg | 3 -
.../static/images/arrow-right-short.svg | 3 -
src/main/resources/static/images/award.svg | 4 -
.../resources/static/images/blank-file.svg | 3 -
.../resources/static/images/card-list.svg | 4 -
.../static/images/clipboard-data.svg | 5 -
.../resources/static/images/clipboard.svg | 4 -
src/main/resources/static/images/crop.svg | 3 -
src/main/resources/static/images/discord.svg | 3 -
src/main/resources/static/images/docker.svg | 6 -
src/main/resources/static/images/droplet.svg | 4 -
.../resources/static/images/eraser-fill.svg | 3 -
src/main/resources/static/images/extract.svg | 3 -
.../resources/static/images/eye-slash.svg | 5 -
src/main/resources/static/images/eye.svg | 4 -
.../static/images/file-earmark-pdf.svg | 4 -
.../static/images/file-earmark-ppt.svg | 4 -
.../static/images/file-earmark-richtext.svg | 4 -
.../static/images/file-earmark-word.svg | 4 -
.../static/images/file-earmark-x.svg | 4 -
src/main/resources/static/images/file-pdf.svg | 4 -
src/main/resources/static/images/file-zip.svg | 4 -
src/main/resources/static/images/file.svg | 3 -
.../resources/static/images/filetype-html.svg | 3 -
.../resources/static/images/filetype-txt.svg | 3 -
.../resources/static/images/filetype-xml.svg | 3 -
src/main/resources/static/images/flags/bg.svg | 7 -
src/main/resources/static/images/flags/cn.svg | 11 -
src/main/resources/static/images/flags/de.svg | 5 -
.../resources/static/images/flags/es-ct.svg | 4 -
src/main/resources/static/images/flags/es.svg | 544 -
src/main/resources/static/images/flags/eu.svg | 5 -
src/main/resources/static/images/flags/fr.svg | 5 -
src/main/resources/static/images/flags/gb.svg | 7 -
src/main/resources/static/images/flags/gr.svg | 16 -
src/main/resources/static/images/flags/it.svg | 7 -
src/main/resources/static/images/flags/jp.svg | 11 -
src/main/resources/static/images/flags/kr.svg | 24 -
src/main/resources/static/images/flags/nl.svg | 5 -
src/main/resources/static/images/flags/pl.svg | 6 -
.../resources/static/images/flags/pt_br.svg | 100 -
src/main/resources/static/images/flags/ro.svg | 149 -
src/main/resources/static/images/flags/ru.svg | 7 -
src/main/resources/static/images/flags/sa.svg | 26 -
src/main/resources/static/images/flags/se.svg | 4 -
src/main/resources/static/images/flags/us.svg | 26 -
src/main/resources/static/images/flatten.svg | 41 -
src/main/resources/static/images/fonts.svg | 3 -
src/main/resources/static/images/gear.svg | 4 -
src/main/resources/static/images/github.svg | 17 -
src/main/resources/static/images/html.svg | 3 -
src/main/resources/static/images/image.svg | 4 -
src/main/resources/static/images/images.svg | 4 -
src/main/resources/static/images/info.svg | 4 -
src/main/resources/static/images/js.svg | 3 -
.../resources/static/images/layout-split.svg | 3 -
src/main/resources/static/images/lock.svg | 3 -
src/main/resources/static/images/markdown.svg | 3 -
.../resources/static/images/page-layout.svg | 3 -
src/main/resources/static/images/pipeline.svg | 3 -
src/main/resources/static/images/sanitize.svg | 1 -
.../resources/static/images/scale-pages.svg | 3 -
src/main/resources/static/images/scales.svg | 94 -
src/main/resources/static/images/scanner.svg | 13 -
src/main/resources/static/images/search.svg | 3 -
.../resources/static/images/shield-check.svg | 4 -
.../resources/static/images/shield-lock.svg | 4 -
src/main/resources/static/images/sign.svg | 4 -
.../resources/static/images/single-page.svg | 4 -
.../static/images/sort-numeric-down.svg | 5 -
.../resources/static/images/star-fill.svg | 3 -
src/main/resources/static/images/star.svg | 3 -
.../static/images/suit-heart-fill.svg | 3 -
src/main/resources/static/images/tools.svg | 3 -
src/main/resources/static/images/trash.svg | 4 -
src/main/resources/static/images/union.svg | 5 -
src/main/resources/static/images/unlock.svg | 3 -
src/main/resources/static/images/url.svg | 4 -
src/main/resources/static/images/wrench.svg | 3 -
src/main/resources/static/js/darkmode.js | 90 -
src/main/resources/static/js/downloader.js | 242 -
.../resources/static/js/draggable-utils.js | 282 -
src/main/resources/static/js/errorBanner.js | 50 -
src/main/resources/static/js/favourites.js | 45 -
src/main/resources/static/js/fileInput.js | 104 -
src/main/resources/static/js/game.js | 283 -
src/main/resources/static/js/githubVersion.js | 41 -
src/main/resources/static/js/homecard.js | 78 -
.../resources/static/js/languageSelection.js | 69 -
.../static/js/local-pdf-input-download.js | 47 -
src/main/resources/static/js/merge.js | 113 -
.../static/js/multitool/DragDropManager.js | 127 -
.../static/js/multitool/ImageHighlighter.js | 46 -
.../static/js/multitool/PdfActionsManager.js | 178 -
.../static/js/multitool/PdfContainer.js | 301 -
.../static/js/multitool/fileInput.js | 69 -
.../static/js/multitool/horizontalScroll.js | 35 -
src/main/resources/static/js/pipeline.js | 494 -
src/main/resources/static/js/search.js | 75 -
src/main/resources/static/js/settings.js | 42 -
src/main/resources/static/js/tab-container.js | 39 -
.../static/js/thirdParty/bootstrap.min.js | 7 -
.../static/js/thirdParty/interact.min.js | 3 -
.../static/js/thirdParty/jquery.min.js | 2 -
.../static/js/thirdParty/jszip.min.js | 13 -
.../static/js/thirdParty/pdf-lib.min.js | 16 -
.../static/js/thirdParty/popper.min.js | 6 -
.../resources/static/js/thirdParty/prism.js | 5 -
.../js/thirdParty/signature_pad.umd.min.js | 6 -
src/main/resources/static/manifest.json | 20 -
src/main/resources/static/moon.svg | 3 -
src/main/resources/static/mstile-150x150.png | Bin 12941 -> 0 bytes
src/main/resources/static/pdfjs/pdf.js | 15821 ----
src/main/resources/static/pdfjs/pdf.js.map | 1 -
src/main/resources/static/pdfjs/pdf.worker.js | 64477 ----------------
.../resources/static/pdfjs/pdf.worker.js.map | 1 -
src/main/resources/static/rainbow.svg | 3 -
.../resources/static/safari-pinned-tab.svg | 41 -
src/main/resources/static/site.webmanifest | 19 -
src/main/resources/static/sun.svg | 3 -
src/main/resources/templates/about.html | 22 -
src/main/resources/templates/account.html | 326 -
src/main/resources/templates/addUsers.html | 83 -
.../resources/templates/auto-split-pdf.html | 44 -
.../resources/templates/change-creds.html | 90 -
.../templates/convert/file-to-pdf.html | 37 -
.../templates/convert/html-to-pdf.html | 30 -
.../templates/convert/img-to-pdf.html | 92 -
.../templates/convert/markdown-to-pdf.html | 30 -
.../templates/convert/pdf-to-html.html | 29 -
.../templates/convert/pdf-to-img.html | 62 -
.../templates/convert/pdf-to-pdfa.html | 32 -
.../convert/pdf-to-presentation.html | 38 -
.../templates/convert/pdf-to-text.html | 34 -
.../templates/convert/pdf-to-word.html | 41 -
.../templates/convert/pdf-to-xml.html | 29 -
.../templates/convert/url-to-pdf.html | 29 -
src/main/resources/templates/crop.html | 147 -
src/main/resources/templates/error.html | 131 -
.../resources/templates/extract-page.html | 33 -
.../resources/templates/fragments/card.html | 12 -
.../resources/templates/fragments/common.html | 139 -
.../templates/fragments/errorBanner.html | 87 -
.../fragments/errorBannerPerPage.html | 58 -
.../resources/templates/fragments/footer.html | 9 -
.../templates/fragments/languages.html | 62 -
.../resources/templates/fragments/navbar.html | 312 -
.../templates/fragments/navbarEntry.html | 6 -
src/main/resources/templates/home.html | 104 -
src/main/resources/templates/login.html | 313 -
src/main/resources/templates/merge-pdfs.html | 40 -
.../resources/templates/misc/add-image.html | 141 -
.../templates/misc/add-page-numbers.html | 154 -
.../templates/misc/adjust-contrast.html | 310 -
.../resources/templates/misc/auto-crop.html | 31 -
.../resources/templates/misc/auto-rename.html | 30 -
.../templates/misc/change-metadata.html | 261 -
.../resources/templates/misc/compare.html | 190 -
.../templates/misc/compress-pdf.html | 50 -
.../templates/misc/extract-image-scans.html | 54 -
.../templates/misc/extract-images.html | 36 -
.../resources/templates/misc/flatten.html | 57 -
.../resources/templates/misc/ocr-pdf.html | 106 -
.../templates/misc/remove-blanks.html | 39 -
src/main/resources/templates/misc/repair.html | 29 -
.../templates/misc/show-javascript.html | 100 -
.../templates/multi-page-layout.html | 43 -
src/main/resources/templates/multi-tool.html | 213 -
.../resources/templates/pdf-organizer.html | 57 -
.../templates/pdf-to-single-page.html | 28 -
src/main/resources/templates/pipeline.html | 126 -
.../resources/templates/remove-pages.html | 32 -
src/main/resources/templates/rotate-pdf.html | 132 -
src/main/resources/templates/scale-pages.html | 47 -
.../templates/security/add-password.html | 86 -
.../templates/security/add-watermark.html | 144 -
.../templates/security/auto-redact.html | 84 -
.../templates/security/cert-sign.html | 135 -
.../security/change-permissions.html | 71 -
.../templates/security/get-info-on-pdf.html | 165 -
.../templates/security/remove-password.html | 37 -
.../templates/security/remove-watermark.html | 36 -
.../templates/security/sanitize-pdf.html | 53 -
src/main/resources/templates/sign.html | 333 -
src/main/resources/templates/split-pdfs.html | 43 -
455 files changed, 126050 deletions(-)
delete mode 100644 .gitattributes
delete mode 100644 .github/FUNDING.yml
delete mode 100644 .github/dependabot.yml
delete mode 100644 .github/pull_request_template.md
delete mode 100644 .github/workflows/codeql.yml
delete mode 100644 .github/workflows/pull_request_template.md
delete mode 100644 .github/workflows/push-docker.yml
delete mode 100644 .github/workflows/releaseArtifacts.yml
delete mode 100644 .github/workflows/swagger.yml
delete mode 100644 .gitignore
delete mode 100644 .idea/.gitignore
delete mode 100644 CNAME
delete mode 100644 Dockerfile
delete mode 100644 Dockerfile-lite
delete mode 100644 Dockerfile-ultra-lite
delete mode 100644 DockerfileBase
delete mode 100644 Endpoint-groups.md
delete mode 100644 HowToAddNewLanguage.md
delete mode 100644 HowToUseOCR.md
delete mode 100644 Jenkinsfile
delete mode 100644 LICENSE
delete mode 100644 LocalRunGuide.md
delete mode 100644 README.md
delete mode 100644 Version-groups.md
delete mode 100644 build.gradle
delete mode 100644 chart/stirling-pdf/Chart.yaml
delete mode 100644 chart/stirling-pdf/templates/NOTES.txt
delete mode 100644 chart/stirling-pdf/templates/_helpers.tpl
delete mode 100644 chart/stirling-pdf/templates/deployment.yaml
delete mode 100644 chart/stirling-pdf/templates/ingress.yaml
delete mode 100644 chart/stirling-pdf/templates/pv.yaml
delete mode 100644 chart/stirling-pdf/templates/pvc.yaml
delete mode 100644 chart/stirling-pdf/templates/service.yaml
delete mode 100644 chart/stirling-pdf/templates/serviceaccount.yaml
delete mode 100644 chart/stirling-pdf/templates/servicemonitor.yaml
delete mode 100644 chart/stirling-pdf/values.yaml
delete mode 100644 docs/stirling-pdf.png
delete mode 100644 docs/stirling-transparent.svg
delete mode 100644 docs/stirling.png
delete mode 100644 docs/stirling.svg
delete mode 100644 gradle/wrapper/gradle-wrapper.jar
delete mode 100644 gradle/wrapper/gradle-wrapper.properties
delete mode 100644 gradlew
delete mode 100644 gradlew.bat
delete mode 100644 images/DemoGif.gif
delete mode 100644 images/login-dark.png
delete mode 100644 images/login-light.png
delete mode 100644 images/settings.png
delete mode 100644 images/stirling-home-light.png
delete mode 100644 images/stirling-home.png
delete mode 100644 lauch4jConfig.xml
delete mode 100644 scripts/PropSync.java
delete mode 100644 scripts/detect-blank-pages.py
delete mode 100644 scripts/init.sh
delete mode 100644 scripts/split_photos.py
delete mode 100644 settings.gradle
delete mode 100644 src/main/java/stirling/software/SPDF/LibreOfficeListener.java
delete mode 100644 src/main/java/stirling/software/SPDF/SPdfApplication.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/AppConfig.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/Beans.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/CleanUrlInterceptor.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/ConfigInitializer.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/EndpointInterceptor.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/MetricsConfig.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/MetricsFilter.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/OpenApiConfig.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/StartupApplicationListener.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/WebMvcConfig.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/YamlPropertySourceFactory.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/CustomAuthenticationFailureHandler.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/CustomUserDetailsService.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/FirstLoginFilter.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/InitialSecuritySetup.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/SecurityConfiguration.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/UserAuthenticationFilter.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/UserBasedRateLimitingFilter.java
delete mode 100644 src/main/java/stirling/software/SPDF/config/security/UserService.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/CropController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/MergeController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/MultiPageLayoutController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/RearrangePagesPDFController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/RotationController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/ScalePagesController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/SplitPDFController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/ToSinglePageController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/UserController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertEpubToPdf.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertHtmlToPDF.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertImgPDFController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertMarkdownToPdf.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertOfficeController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertPDFToOffice.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertPDFToPDFA.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/converters/ConvertWebsiteToPDF.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/filters/FilterController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/AutoRenameController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/AutoSplitPdfController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/BlankPageController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/CompressController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/ExtractImageScansController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/ExtractImagesController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/FakeScanControllerWIP.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/MetadataController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/OCRController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/OverlayImageController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/PageNumbersController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/RepairController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/misc/ShowJavascript.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/pipeline/PipelineController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/CertSignController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/GetInfoOnPDF.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/PasswordController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/RedactController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/SanitizeController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/api/security/WatermarkController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/AccountWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/ConverterWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/HomeWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/MetricsController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/controller/web/SecurityWebController.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/ApiKeyAuthenticationToken.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/ApplicationProperties.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/Authority.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/PDFText.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/PersistentLogin.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/PipelineConfig.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/PipelineOperation.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/Role.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/SortTypes.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/User.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/GeneralFile.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/HandleDataRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/ImageFile.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/MultiplePDFFiles.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFComparison.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFComparisonAndCount.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFFile.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFWithImageFormatRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFWithPageNums.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/PDFWithPageSize.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/ConvertToImageRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/ConvertToPdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/PdfToPresentationRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/PdfToTextOrRTFRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/PdfToWordRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/converters/UrlToPdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/filter/ContainsTextRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/filter/FileSizeRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/filter/PageRotationRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/filter/PageSizeRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/CropPdfForm.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/MergeMultiplePagesRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/MergePdfsRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/RearrangePagesRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/RotatePDFRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/general/ScalePagesRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/AddPageNumbersRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/AutoSplitPdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/ExtractHeaderRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/ExtractImageScansRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/MetadataRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/OptimizePdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/OverlayImageRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/ProcessPdfWithOcrRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/misc/RemoveBlankPagesRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/AddPasswordRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/AddWatermarkRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/PDFPasswordRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/RedactPdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/SanitizePdfRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/model/api/security/SignPDFWithCertRequest.java
delete mode 100644 src/main/java/stirling/software/SPDF/pdf/ImageFinder.java
delete mode 100644 src/main/java/stirling/software/SPDF/pdf/TextFinder.java
delete mode 100644 src/main/java/stirling/software/SPDF/repository/AuthorityRepository.java
delete mode 100644 src/main/java/stirling/software/SPDF/repository/JPATokenRepositoryImpl.java
delete mode 100644 src/main/java/stirling/software/SPDF/repository/PersistentLoginRepository.java
delete mode 100644 src/main/java/stirling/software/SPDF/repository/UserRepository.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/ErrorUtils.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/FileToPdf.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/GeneralUtils.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/ImageProcessingUtils.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/PDFManipulationUtils.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/PDFToFile.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/PdfUtils.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/ProcessExecutor.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/PropertyConfigs.java
delete mode 100644 src/main/java/stirling/software/SPDF/utils/WebResponseUtils.java
delete mode 100644 src/main/resources/application.properties
delete mode 100644 src/main/resources/log4j.properties
delete mode 100644 src/main/resources/messages.properties
delete mode 100644 src/main/resources/messages_ar_AR.properties
delete mode 100644 src/main/resources/messages_bg_BG.properties
delete mode 100644 src/main/resources/messages_ca_CA.properties
delete mode 100644 src/main/resources/messages_de_DE.properties
delete mode 100644 src/main/resources/messages_el_GR.properties
delete mode 100644 src/main/resources/messages_en_GB.properties
delete mode 100644 src/main/resources/messages_en_US.properties
delete mode 100644 src/main/resources/messages_es_ES.properties
delete mode 100644 src/main/resources/messages_eu_ES.properties
delete mode 100644 src/main/resources/messages_fr_FR.properties
delete mode 100644 src/main/resources/messages_it_IT.properties
delete mode 100644 src/main/resources/messages_ja_JP.properties
delete mode 100644 src/main/resources/messages_ko_KR.properties
delete mode 100644 src/main/resources/messages_nl_NL.properties
delete mode 100644 src/main/resources/messages_pl_PL.properties
delete mode 100644 src/main/resources/messages_pt_BR.properties
delete mode 100644 src/main/resources/messages_ro_RO.properties
delete mode 100644 src/main/resources/messages_ru_RU.properties
delete mode 100644 src/main/resources/messages_sv_SE.properties
delete mode 100644 src/main/resources/messages_zh_CN.properties
delete mode 100644 src/main/resources/settings.yml.template
delete mode 100644 src/main/resources/static/android-chrome-192x192.png
delete mode 100644 src/main/resources/static/android-chrome-512x512.png
delete mode 100644 src/main/resources/static/apple-touch-icon-114x114.png
delete mode 100644 src/main/resources/static/apple-touch-icon-120x120.png
delete mode 100644 src/main/resources/static/apple-touch-icon-144x144.png
delete mode 100644 src/main/resources/static/apple-touch-icon-152x152.png
delete mode 100644 src/main/resources/static/apple-touch-icon-180x180.png
delete mode 100644 src/main/resources/static/apple-touch-icon-57x57.png
delete mode 100644 src/main/resources/static/apple-touch-icon-60x60.png
delete mode 100644 src/main/resources/static/apple-touch-icon-72x72.png
delete mode 100644 src/main/resources/static/apple-touch-icon-76x76.png
delete mode 100644 src/main/resources/static/apple-touch-icon.png
delete mode 100644 src/main/resources/static/browserconfig.xml
delete mode 100644 src/main/resources/static/css/bootstrap-icons.css
delete mode 100644 src/main/resources/static/css/bootstrap.min.css
delete mode 100644 src/main/resources/static/css/dark-mode.css
delete mode 100644 src/main/resources/static/css/dragdrop.css
delete mode 100644 src/main/resources/static/css/errorBanner.css
delete mode 100644 src/main/resources/static/css/fileSelect.css
delete mode 100644 src/main/resources/static/css/fonts/bootstrap-icons.woff
delete mode 100644 src/main/resources/static/css/fonts/bootstrap-icons.woff2
delete mode 100644 src/main/resources/static/css/game.css
delete mode 100644 src/main/resources/static/css/general.css
delete mode 100644 src/main/resources/static/css/home.css
delete mode 100644 src/main/resources/static/css/imageHighlighter.css
delete mode 100644 src/main/resources/static/css/light-mode.css
delete mode 100644 src/main/resources/static/css/merge.css
delete mode 100644 src/main/resources/static/css/navbar.css
delete mode 100644 src/main/resources/static/css/pdfActions.css
delete mode 100644 src/main/resources/static/css/prism.css
delete mode 100644 src/main/resources/static/css/rainbow-mode.css
delete mode 100644 src/main/resources/static/css/tab-container.css
delete mode 100644 src/main/resources/static/favicon-16x16.png
delete mode 100644 src/main/resources/static/favicon-32x32.png
delete mode 100644 src/main/resources/static/favicon.ico
delete mode 100644 src/main/resources/static/favicon.png
delete mode 100644 src/main/resources/static/favicon.svg
delete mode 100644 src/main/resources/static/files/Auto Splitter Divider (minimal).pdf
delete mode 100644 src/main/resources/static/files/Auto Splitter Divider (with instructions).pdf
delete mode 100644 src/main/resources/static/fonts/DancingScript-Regular.woff2
delete mode 100644 src/main/resources/static/fonts/Estonia.woff2
delete mode 100644 src/main/resources/static/fonts/IndieFlower-Regular.woff2
delete mode 100644 src/main/resources/static/fonts/Meiryo.ttf
delete mode 100644 src/main/resources/static/fonts/NotoSans-Regular.ttf
delete mode 100644 src/main/resources/static/fonts/NotoSansArabic-Regular.ttf
delete mode 100644 src/main/resources/static/fonts/NotoSansJP-Regular.ttf
delete mode 100644 src/main/resources/static/fonts/NotoSansSC-Regular.ttf
delete mode 100644 src/main/resources/static/fonts/SimSun.ttf
delete mode 100644 src/main/resources/static/fonts/Tangerine.woff2
delete mode 100644 src/main/resources/static/fonts/malgun.ttf
delete mode 100644 src/main/resources/static/fonts/static/NotoSansArabic-Regular.ttf
delete mode 100644 src/main/resources/static/fonts/static/NotoSansJP-Regular.ttf
delete mode 100644 src/main/resources/static/images/Files.svg
delete mode 100644 src/main/resources/static/images/add-page-numbers.svg
delete mode 100644 src/main/resources/static/images/adjust-contrast.svg
delete mode 100644 src/main/resources/static/images/arrow-clockwise.svg
delete mode 100644 src/main/resources/static/images/arrow-left-right.svg
delete mode 100644 src/main/resources/static/images/arrow-right-short.svg
delete mode 100644 src/main/resources/static/images/award.svg
delete mode 100644 src/main/resources/static/images/blank-file.svg
delete mode 100644 src/main/resources/static/images/card-list.svg
delete mode 100644 src/main/resources/static/images/clipboard-data.svg
delete mode 100644 src/main/resources/static/images/clipboard.svg
delete mode 100644 src/main/resources/static/images/crop.svg
delete mode 100644 src/main/resources/static/images/discord.svg
delete mode 100644 src/main/resources/static/images/docker.svg
delete mode 100644 src/main/resources/static/images/droplet.svg
delete mode 100644 src/main/resources/static/images/eraser-fill.svg
delete mode 100644 src/main/resources/static/images/extract.svg
delete mode 100644 src/main/resources/static/images/eye-slash.svg
delete mode 100644 src/main/resources/static/images/eye.svg
delete mode 100644 src/main/resources/static/images/file-earmark-pdf.svg
delete mode 100644 src/main/resources/static/images/file-earmark-ppt.svg
delete mode 100644 src/main/resources/static/images/file-earmark-richtext.svg
delete mode 100644 src/main/resources/static/images/file-earmark-word.svg
delete mode 100644 src/main/resources/static/images/file-earmark-x.svg
delete mode 100644 src/main/resources/static/images/file-pdf.svg
delete mode 100644 src/main/resources/static/images/file-zip.svg
delete mode 100644 src/main/resources/static/images/file.svg
delete mode 100644 src/main/resources/static/images/filetype-html.svg
delete mode 100644 src/main/resources/static/images/filetype-txt.svg
delete mode 100644 src/main/resources/static/images/filetype-xml.svg
delete mode 100644 src/main/resources/static/images/flags/bg.svg
delete mode 100644 src/main/resources/static/images/flags/cn.svg
delete mode 100644 src/main/resources/static/images/flags/de.svg
delete mode 100644 src/main/resources/static/images/flags/es-ct.svg
delete mode 100644 src/main/resources/static/images/flags/es.svg
delete mode 100644 src/main/resources/static/images/flags/eu.svg
delete mode 100644 src/main/resources/static/images/flags/fr.svg
delete mode 100644 src/main/resources/static/images/flags/gb.svg
delete mode 100644 src/main/resources/static/images/flags/gr.svg
delete mode 100644 src/main/resources/static/images/flags/it.svg
delete mode 100644 src/main/resources/static/images/flags/jp.svg
delete mode 100755 src/main/resources/static/images/flags/kr.svg
delete mode 100644 src/main/resources/static/images/flags/nl.svg
delete mode 100644 src/main/resources/static/images/flags/pl.svg
delete mode 100644 src/main/resources/static/images/flags/pt_br.svg
delete mode 100644 src/main/resources/static/images/flags/ro.svg
delete mode 100644 src/main/resources/static/images/flags/ru.svg
delete mode 100644 src/main/resources/static/images/flags/sa.svg
delete mode 100644 src/main/resources/static/images/flags/se.svg
delete mode 100644 src/main/resources/static/images/flags/us.svg
delete mode 100644 src/main/resources/static/images/flatten.svg
delete mode 100644 src/main/resources/static/images/fonts.svg
delete mode 100644 src/main/resources/static/images/gear.svg
delete mode 100644 src/main/resources/static/images/github.svg
delete mode 100644 src/main/resources/static/images/html.svg
delete mode 100644 src/main/resources/static/images/image.svg
delete mode 100644 src/main/resources/static/images/images.svg
delete mode 100644 src/main/resources/static/images/info.svg
delete mode 100644 src/main/resources/static/images/js.svg
delete mode 100644 src/main/resources/static/images/layout-split.svg
delete mode 100644 src/main/resources/static/images/lock.svg
delete mode 100644 src/main/resources/static/images/markdown.svg
delete mode 100644 src/main/resources/static/images/page-layout.svg
delete mode 100644 src/main/resources/static/images/pipeline.svg
delete mode 100644 src/main/resources/static/images/sanitize.svg
delete mode 100644 src/main/resources/static/images/scale-pages.svg
delete mode 100644 src/main/resources/static/images/scales.svg
delete mode 100644 src/main/resources/static/images/scanner.svg
delete mode 100644 src/main/resources/static/images/search.svg
delete mode 100644 src/main/resources/static/images/shield-check.svg
delete mode 100644 src/main/resources/static/images/shield-lock.svg
delete mode 100644 src/main/resources/static/images/sign.svg
delete mode 100644 src/main/resources/static/images/single-page.svg
delete mode 100644 src/main/resources/static/images/sort-numeric-down.svg
delete mode 100644 src/main/resources/static/images/star-fill.svg
delete mode 100644 src/main/resources/static/images/star.svg
delete mode 100644 src/main/resources/static/images/suit-heart-fill.svg
delete mode 100644 src/main/resources/static/images/tools.svg
delete mode 100644 src/main/resources/static/images/trash.svg
delete mode 100644 src/main/resources/static/images/union.svg
delete mode 100644 src/main/resources/static/images/unlock.svg
delete mode 100644 src/main/resources/static/images/url.svg
delete mode 100644 src/main/resources/static/images/wrench.svg
delete mode 100644 src/main/resources/static/js/darkmode.js
delete mode 100644 src/main/resources/static/js/downloader.js
delete mode 100644 src/main/resources/static/js/draggable-utils.js
delete mode 100644 src/main/resources/static/js/errorBanner.js
delete mode 100644 src/main/resources/static/js/favourites.js
delete mode 100644 src/main/resources/static/js/fileInput.js
delete mode 100644 src/main/resources/static/js/game.js
delete mode 100644 src/main/resources/static/js/githubVersion.js
delete mode 100644 src/main/resources/static/js/homecard.js
delete mode 100644 src/main/resources/static/js/languageSelection.js
delete mode 100644 src/main/resources/static/js/local-pdf-input-download.js
delete mode 100644 src/main/resources/static/js/merge.js
delete mode 100644 src/main/resources/static/js/multitool/DragDropManager.js
delete mode 100644 src/main/resources/static/js/multitool/ImageHighlighter.js
delete mode 100644 src/main/resources/static/js/multitool/PdfActionsManager.js
delete mode 100644 src/main/resources/static/js/multitool/PdfContainer.js
delete mode 100644 src/main/resources/static/js/multitool/fileInput.js
delete mode 100644 src/main/resources/static/js/multitool/horizontalScroll.js
delete mode 100644 src/main/resources/static/js/pipeline.js
delete mode 100644 src/main/resources/static/js/search.js
delete mode 100644 src/main/resources/static/js/settings.js
delete mode 100644 src/main/resources/static/js/tab-container.js
delete mode 100644 src/main/resources/static/js/thirdParty/bootstrap.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/interact.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/jquery.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/jszip.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/pdf-lib.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/popper.min.js
delete mode 100644 src/main/resources/static/js/thirdParty/prism.js
delete mode 100644 src/main/resources/static/js/thirdParty/signature_pad.umd.min.js
delete mode 100644 src/main/resources/static/manifest.json
delete mode 100644 src/main/resources/static/moon.svg
delete mode 100644 src/main/resources/static/mstile-150x150.png
delete mode 100644 src/main/resources/static/pdfjs/pdf.js
delete mode 100644 src/main/resources/static/pdfjs/pdf.js.map
delete mode 100644 src/main/resources/static/pdfjs/pdf.worker.js
delete mode 100644 src/main/resources/static/pdfjs/pdf.worker.js.map
delete mode 100644 src/main/resources/static/rainbow.svg
delete mode 100644 src/main/resources/static/safari-pinned-tab.svg
delete mode 100644 src/main/resources/static/site.webmanifest
delete mode 100644 src/main/resources/static/sun.svg
delete mode 100644 src/main/resources/templates/about.html
delete mode 100644 src/main/resources/templates/account.html
delete mode 100644 src/main/resources/templates/addUsers.html
delete mode 100644 src/main/resources/templates/auto-split-pdf.html
delete mode 100644 src/main/resources/templates/change-creds.html
delete mode 100644 src/main/resources/templates/convert/file-to-pdf.html
delete mode 100644 src/main/resources/templates/convert/html-to-pdf.html
delete mode 100644 src/main/resources/templates/convert/img-to-pdf.html
delete mode 100644 src/main/resources/templates/convert/markdown-to-pdf.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-html.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-img.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-pdfa.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-presentation.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-text.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-word.html
delete mode 100644 src/main/resources/templates/convert/pdf-to-xml.html
delete mode 100644 src/main/resources/templates/convert/url-to-pdf.html
delete mode 100644 src/main/resources/templates/crop.html
delete mode 100644 src/main/resources/templates/error.html
delete mode 100644 src/main/resources/templates/extract-page.html
delete mode 100644 src/main/resources/templates/fragments/card.html
delete mode 100644 src/main/resources/templates/fragments/common.html
delete mode 100644 src/main/resources/templates/fragments/errorBanner.html
delete mode 100644 src/main/resources/templates/fragments/errorBannerPerPage.html
delete mode 100644 src/main/resources/templates/fragments/footer.html
delete mode 100644 src/main/resources/templates/fragments/languages.html
delete mode 100644 src/main/resources/templates/fragments/navbar.html
delete mode 100644 src/main/resources/templates/fragments/navbarEntry.html
delete mode 100644 src/main/resources/templates/home.html
delete mode 100644 src/main/resources/templates/login.html
delete mode 100644 src/main/resources/templates/merge-pdfs.html
delete mode 100644 src/main/resources/templates/misc/add-image.html
delete mode 100644 src/main/resources/templates/misc/add-page-numbers.html
delete mode 100644 src/main/resources/templates/misc/adjust-contrast.html
delete mode 100644 src/main/resources/templates/misc/auto-crop.html
delete mode 100644 src/main/resources/templates/misc/auto-rename.html
delete mode 100644 src/main/resources/templates/misc/change-metadata.html
delete mode 100644 src/main/resources/templates/misc/compare.html
delete mode 100644 src/main/resources/templates/misc/compress-pdf.html
delete mode 100644 src/main/resources/templates/misc/extract-image-scans.html
delete mode 100644 src/main/resources/templates/misc/extract-images.html
delete mode 100644 src/main/resources/templates/misc/flatten.html
delete mode 100644 src/main/resources/templates/misc/ocr-pdf.html
delete mode 100644 src/main/resources/templates/misc/remove-blanks.html
delete mode 100644 src/main/resources/templates/misc/repair.html
delete mode 100644 src/main/resources/templates/misc/show-javascript.html
delete mode 100644 src/main/resources/templates/multi-page-layout.html
delete mode 100644 src/main/resources/templates/multi-tool.html
delete mode 100644 src/main/resources/templates/pdf-organizer.html
delete mode 100644 src/main/resources/templates/pdf-to-single-page.html
delete mode 100644 src/main/resources/templates/pipeline.html
delete mode 100644 src/main/resources/templates/remove-pages.html
delete mode 100644 src/main/resources/templates/rotate-pdf.html
delete mode 100644 src/main/resources/templates/scale-pages.html
delete mode 100644 src/main/resources/templates/security/add-password.html
delete mode 100644 src/main/resources/templates/security/add-watermark.html
delete mode 100644 src/main/resources/templates/security/auto-redact.html
delete mode 100644 src/main/resources/templates/security/cert-sign.html
delete mode 100644 src/main/resources/templates/security/change-permissions.html
delete mode 100644 src/main/resources/templates/security/get-info-on-pdf.html
delete mode 100644 src/main/resources/templates/security/remove-password.html
delete mode 100644 src/main/resources/templates/security/remove-watermark.html
delete mode 100644 src/main/resources/templates/security/sanitize-pdf.html
delete mode 100644 src/main/resources/templates/sign.html
delete mode 100644 src/main/resources/templates/split-pdfs.html
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index a51c0517..00000000
--- a/.gitattributes
+++ /dev/null
@@ -1,5 +0,0 @@
-# Ignore all JavaScript files in a directory
-src/main/resources/static/pdfjs/* linguist-vendored
-src/main/resources/static/css/bootstrap-icons.css linguist-vendored
-src/main/resources/static/css/bootstrap.min.css linguist-vendored
-src/main/resources/static/css/fonts/* linguist-vendored
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 30a5ce23..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# These are supported funding model platforms
-
-github: Frooodle # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: # Replace with a single Ko-fi username
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
-custom: ['https://paypal.me/froodleplex?country.x=GB&locale.x=en_GB'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index a35c2aa1..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# To get started with Dependabot version updates, you'll need to specify which
-# package ecosystems to update and where the package manifests are located.
-# Please see the documentation for all configuration options:
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
-
-version: 2
-updates:
- - package-ecosystem: "gradle" # See documentation for possible values
- directory: "/" # Location of package manifests
- schedule:
- interval: "weekly"
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index e73caa3f..00000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# License Agreement for Contributions
-By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the future under MPL 2.0 (Mozilla Public License Version 2.0) license.
-
-(This does not change the general open-source nature of Stirling-PDF, simply moving from one license to another license)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
deleted file mode 100644
index 55500892..00000000
--- a/.github/workflows/codeql.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-# For most projects, this workflow file will not need changing; you simply need
-# to commit it to your repository.
-#
-# You may wish to alter this file to override the set of languages analyzed,
-# or to provide custom queries or build logic.
-#
-# ******** NOTE ********
-# We have attempted to detect the languages in your repository. Please check
-# the `language` matrix defined below to confirm you have the correct set of
-
-name: "Build repo"
-
-on:
- push:
- branches: [ "main" ]
- pull_request:
- # The branches below must be a subset of the branches above
- branches: [ "main" ]
- schedule:
- - cron: '15 12 * * 1'
-
-jobs:
- analyze:
- name: Analyze
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- security-events: write
-
- strategy:
- fail-fast: false
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v3
-
- - name: Set up JDK 17
- uses: actions/setup-java@v3
- with:
- java-version: '17'
- distribution: 'temurin'
-
- # - name: Initialize CodeQL
- # uses: github/codeql-action/init@v2
- # with:
- # languages: java
-
- - uses: gradle/gradle-build-action@v2.4.2
- with:
- gradle-version: 7.6
- arguments: assemble --no-build-cache
-
- #- name: Perform CodeQL analysis
- # uses: github/codeql-action/analyze@v2
diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md
deleted file mode 100644
index bc8f5d04..00000000
--- a/.github/workflows/pull_request_template.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# License Agreement for Contributions
-By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the future under MPL 2.0 (Mozilla Public License Version 2.0) license.
-(This does not change the open-source nature of Stirling-PDF, simply moving from one license to another license)
diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml
deleted file mode 100644
index 50d03bcc..00000000
--- a/.github/workflows/push-docker.yml
+++ /dev/null
@@ -1,142 +0,0 @@
-name: Push Docker Image with VersionNumber
-
-on:
- workflow_dispatch:
- push:
- branches:
- - master
- - main
-jobs:
- push:
- runs-on: ubuntu-latest
- steps:
-
- - uses: actions/checkout@v3.5.2
-
- - name: Set up JDK 17
- uses: actions/setup-java@v3.11.0
- with:
- java-version: '17'
- distribution: 'temurin'
-
-
- - uses: gradle/gradle-build-action@v2.4.2
- env:
- DOCKER_ENABLE_SECURITY: false
- with:
- gradle-version: 7.6
- arguments: clean build
-
- - name: Make Gradle wrapper executable
- run: chmod +x gradlew
-
- - name: Get version number
- id: versionNumber
- run: echo "::set-output name=versionNumber::$(./gradlew printVersion --quiet | tail -1)"
-
- - name: Login to Docker Hub
- uses: docker/login-action@v2.1.0
- with:
- username: ${{ secrets.DOCKER_HUB_USERNAME }}
- password: ${{ secrets.DOCKER_HUB_API }}
-
- - name: Login to GitHub Container Registry
- uses: docker/login-action@v2.1.0
- with:
- registry: ghcr.io
- username: ${{ github.actor }}
- password: ${{ github.token }}
-
- - name: Convert repository owner to lowercase
- id: repoowner
- run: echo "::set-output name=lowercase::$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}')"
-
- - name: Generate tags
- id: meta
- uses: docker/metadata-action@v4.4.0
- with:
- images: |
- ${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
- ghcr.io/${{ steps.repoowner.outputs.lowercase }}/s-pdf
- tags: |
- type=raw,value=${{ steps.versionNumber.outputs.versionNumber }},enable=${{ github.ref == 'refs/heads/master' }}
- type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
- type=raw,value=alpha,enable=${{ github.ref == 'refs/heads/main' }}
-
- - name: Set up QEMU
- uses: docker/setup-qemu-action@v2.1.0
-
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v2.5.0
-
- - name: Build and push main Dockerfile
- uses: docker/build-push-action@v4.0.0
- with:
- context: .
- dockerfile: ./Dockerfile
- push: true
- cache-from: type=gha
- cache-to: type=gha,mode=max
- tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
- build-args:
- VERSION_TAG=${{ steps.versionNumber.outputs.versionNumber }}
- platforms: linux/amd64,linux/arm64/v8
-
-
-
- - name: Generate tags ultra-lite
- id: meta2
- uses: docker/metadata-action@v4.4.0
- if: github.ref != 'refs/heads/main'
- with:
- images: |
- ${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
- ghcr.io/${{ steps.repoowner.outputs.lowercase }}/s-pdf
- tags: |
- type=raw,value=${{ steps.versionNumber.outputs.versionNumber }}-ultra-lite,enable=${{ github.ref == 'refs/heads/master' }}
- type=raw,value=latest-ultra-lite,enable=${{ github.ref == 'refs/heads/master' }}
-
-
- - name: Build and push Dockerfile-ultra-lite
- uses: docker/build-push-action@v4.0.0
- if: github.ref != 'refs/heads/main'
- with:
- context: .
- file: ./Dockerfile-ultra-lite
- push: true
- cache-from: type=gha
- cache-to: type=gha,mode=max
- tags: ${{ steps.meta2.outputs.tags }}
- labels: ${{ steps.meta2.outputs.labels }}
- build-args:
- VERSION_TAG=${{ steps.versionNumber.outputs.versionNumber }}
- platforms: linux/amd64,linux/arm64/v8
-
-
-
- - name: Generate tags lite
- id: meta3
- uses: docker/metadata-action@v4.4.0
- if: github.ref != 'refs/heads/main'
- with:
- images: |
- ${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
- ghcr.io/${{ steps.repoowner.outputs.lowercase }}/s-pdf
- tags: |
- type=raw,value=${{ steps.versionNumber.outputs.versionNumber }}-lite,enable=${{ github.ref == 'refs/heads/master' }}
- type=raw,value=latest-lite,enable=${{ github.ref == 'refs/heads/master' }}
-
-
- - name: Build and push Dockerfile-lite
- uses: docker/build-push-action@v4.0.0
- if: github.ref != 'refs/heads/main'
- with:
- context: .
- file: ./Dockerfile-lite
- push: true
- cache-from: type=gha
- cache-to: type=gha,mode=max
- tags: ${{ steps.meta3.outputs.tags }}
- labels: ${{ steps.meta3.outputs.labels }}
- platforms: linux/amd64,linux/arm64/v8
diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml
deleted file mode 100644
index f57aacd4..00000000
--- a/.github/workflows/releaseArtifacts.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-name: Release Artifacts
-
-on:
- release:
- types: [created]
-
-jobs:
- push:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- enable_security: [true, false]
- include:
- - enable_security: true
- file_suffix: '-with-login'
- - enable_security: false
- file_suffix: ''
- steps:
- - uses: actions/checkout@v3.5.2
-
- - name: Set up JDK 17
- uses: actions/setup-java@v3.11.0
- with:
- java-version: '17'
- distribution: 'temurin'
-
- - name: Grant execute permission for gradlew
- run: chmod +x gradlew
-
- - name: Generate jar (With Security=${{ matrix.enable_security }})
- run: ./gradlew clean createExe
- env:
- DOCKER_ENABLE_SECURITY: ${{ matrix.enable_security }}
-
- - name: Upload binaries to release
- uses: svenstaro/upload-release-action@v2
- with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: ./build/launch4j/Stirling-PDF.exe
- asset_name: Stirling-PDF${{ matrix.file_suffix }}.exe
- tag: ${{ github.ref }}
- overwrite: true
-
- - name: Get version number
- id: versionNumber
- run: echo "::set-output name=versionNumber::$(./gradlew printVersion --quiet | tail -1)"
-
- - name: Upload jar binaries to release
- uses: svenstaro/upload-release-action@v2
- with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: ./build/libs/Stirling-PDF-${{ steps.versionNumber.outputs.versionNumber }}.jar
- asset_name: Stirling-PDF${{ matrix.file_suffix }}.jar
- tag: ${{ github.ref }}
- overwrite: true
diff --git a/.github/workflows/swagger.yml b/.github/workflows/swagger.yml
deleted file mode 100644
index c1e6774e..00000000
--- a/.github/workflows/swagger.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: Update Swagger
-
-on:
- workflow_dispatch:
- push:
- branches:
- - master
-jobs:
- push:
-
- runs-on: ubuntu-latest
- steps:
-
- - uses: actions/checkout@v3.5.2
-
- - name: Set up JDK 17
- uses: actions/setup-java@v3.11.0
- with:
- java-version: '17'
- distribution: 'temurin'
-
- - name: Grant execute permission for gradlew
- run: chmod +x gradlew
-
- - name: Generate Swagger documentation
- run: ./gradlew generateOpenApiDocs
-
- - name: Upload Swagger Documentation to SwaggerHub
- run: ./gradlew swaggerhubUpload
- env:
- SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }}
-
- - name: Set API version as published and default on SwaggerHub
- run: |
- curl -X PUT -H "Authorization: ${SWAGGERHUB_API_KEY}" "https://api.swaggerhub.com/apis/Frooodle/Stirling-PDF/${{ steps.versionNumber.outputs.versionNumber }}/settings/lifecycle" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"published\":true,\"default\":true}"
- env:
- SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ff9a3bc5..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-### Eclipse ###
-.metadata
-bin/
-tmp/
-*.tmp
-*.bak
-*.swp
-*~.nib
-local.properties
-.settings/
-.loadpath
-.recommenders
-.classpath
-.project
-version.properties
-pipeline/
-
-#### Stirling-PDF Files ###
-customFiles/
-configs/
-watchedFolders/
-
-
-# Gradle
-.gradle
-.lock
-
-# External tool builders
-.externalToolBuilders/
-
-# Locally stored "Eclipse launch configurations"
-*.launch
-
-# PyDev specific (Python IDE for Eclipse)
-*.pydevproject
-
-# CDT-specific (C/C++ Development Tooling)
-.cproject
-
-# CDT- autotools
-.autotools
-
-# Java annotation processor (APT)
-.factorypath
-
-# PDT-specific (PHP Development Tools)
-.buildpath
-
-# sbteclipse plugin
-.target
-
-# Tern plugin
-.tern-project
-
-# TeXlipse plugin
-.texlipse
-
-# STS (Spring Tool Suite)
-.springBeans
-
-# Code Recommenders
-.recommenders/
-
-# Annotation Processing
-.apt_generated/
-.apt_generated_test/
-
-# Scala IDE specific (Scala & Java development for Eclipse)
-.cache-main
-.scala_dependencies
-.worksheet
-
-# Uncomment this line if you wish to ignore the project description file.
-# Typically, this file would be tracked if it contains build/dependency configurations:
-#.project
-
-### Eclipse Patch ###
-# Spring Boot Tooling
-.sts4-cache/
-
-### Git ###
-# Created by git for backups. To disable backups in Git:
-# $ git config --global mergetool.keepBackup false
-*.orig
-
-# Created by git when using merge tools for conflicts
-*.BACKUP.*
-*.BASE.*
-*.LOCAL.*
-*.REMOTE.*
-*_BACKUP_*.txt
-*_BASE_*.txt
-*_LOCAL_*.txt
-*_REMOTE_*.txt
-
-### Java ###
-# Compiled class file
-*.class
-
-# Log file
-*.log
-
-# BlueJ files
-*.ctxt
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
-# Package Files #
-*.jar
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
-*.db
-/build
-
-/.vscode
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b81..00000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 736e5893..00000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-stirlingtools.com
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index e4bd868c..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Use the base image
-FROM frooodle/stirling-pdf-base:beta4
-
-ARG VERSION_TAG
-
-# Set Environment Variables
-ENV DOCKER_ENABLE_SECURITY=false \
- HOME=/home/stirlingpdfuser \
- VERSION_TAG=$VERSION_TAG
-# PUID=1000 \
-# PGID=1000 \
-# UMASK=022 \
-
-
-# Create user and group
-##RUN groupadd -g $PGID stirlingpdfgroup && \
-## useradd -u $PUID -g stirlingpdfgroup -s /bin/sh stirlingpdfuser && \
-## mkdir -p $HOME && chown stirlingpdfuser:stirlingpdfgroup $HOME
-
-# Set up necessary directories and permissions
-RUN mkdir -p /scripts /usr/share/fonts/opentype/noto /usr/share/tesseract-ocr /configs /customFiles
-##&& \
-## chown -R stirlingpdfuser:stirlingpdfgroup /scripts /usr/share/fonts/opentype/noto /usr/share/tesseract-ocr /configs /customFiles && \
-## chown -R stirlingpdfuser:stirlingpdfgroup /usr/share/tesseract-ocr-original
-
-# Copy necessary files
-COPY ./scripts/* /scripts/
-COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/
-COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/
-COPY build/libs/*.jar app.jar
-
-# Set font cache and permissions
-RUN fc-cache -f -v && chmod +x /scripts/init.sh
-
-##&& \
-## chown stirlingpdfuser:stirlingpdfgroup /app.jar && \
-## chmod +x /scripts/init.sh
-
-# Expose necessary ports
-EXPOSE 8080
-
-# Set user and run command
-##USER stirlingpdfuser
-ENTRYPOINT ["/scripts/init.sh"]
-CMD ["java", "-jar", "/app.jar"]
diff --git a/Dockerfile-lite b/Dockerfile-lite
deleted file mode 100644
index f41a8a8f..00000000
--- a/Dockerfile-lite
+++ /dev/null
@@ -1,54 +0,0 @@
-# Build jbig2enc in a separate stage
-FROM bellsoft/liberica-openjdk-debian:17
-RUN apt-get update && \
- apt-get install -y --no-install-recommends \
- libreoffice-core-nogui \
- libreoffice-common \
- libreoffice-writer-nogui \
- libreoffice-calc-nogui \
- libreoffice-impress-nogui \
- unoconv && \
- rm -rf /var/lib/apt/lists/*
-
-
-# Set Environment Variables
-ENV DOCKER_ENABLE_SECURITY=false \
- HOME=/home/stirlingpdfuser \
- VERSION_TAG=$VERSION_TAG
-# PUID=1000 \
-# PGID=1000 \
-# UMASK=022 \
-
-# Create user and group
-#RUN groupadd -g $PGID stirlingpdfgroup && \
-# useradd -u $PUID -g stirlingpdfgroup -s /bin/sh stirlingpdfuser && \
-# mkdir -p $HOME && chown stirlingpdfuser:stirlingpdfgroup $HOME
-
-# Set up necessary directories and permissions
-RUN mkdir -p /scripts /usr/share/fonts/opentype/noto /configs /customFiles
-
-# chown -R stirlingpdfuser:stirlingpdfgroup /usr/share/fonts/opentype/noto /configs /customFiles
-
-# Copy necessary files
-COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/
-COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/
-COPY build/libs/*.jar app.jar
-
-# Set font cache and permissions
-RUN fc-cache -f -v
-# chown stirlingpdfuser:stirlingpdfgroup /app.jar
-
-
-
-
-# Expose the application port
-EXPOSE 8080
-
-# Set environment variables
-ENV ENDPOINTS_GROUPS_TO_REMOVE=Python,OpenCV,OCRmyPDF
-ENV DOCKER_ENABLE_SECURITY=false
-
-# Run the application
-#USER stirlingpdfuser
-
-CMD ["java", "-jar", "/app.jar"]
diff --git a/Dockerfile-ultra-lite b/Dockerfile-ultra-lite
deleted file mode 100644
index 84798820..00000000
--- a/Dockerfile-ultra-lite
+++ /dev/null
@@ -1,34 +0,0 @@
-# Build jbig2enc in a separate stage
-FROM bellsoft/liberica-openjdk-alpine:17
-
-# Set Environment Variables
-ENV PUID=1000 \
- PGID=1000 \
- UMASK=022 \
- DOCKER_ENABLE_SECURITY=false \
- HOME=/home/stirlingpdfuser \
- VERSION_TAG=$VERSION_TAG
-
-# Create user and group using Alpine's addgroup and adduser
-RUN addgroup -g $PGID stirlingpdfgroup && \
- adduser -u $PUID -G stirlingpdfgroup -s /bin/sh -D stirlingpdfuser && \
- mkdir -p $HOME && chown stirlingpdfuser:stirlingpdfgroup $HOME
-
-# Set up necessary directories and permissions
-RUN mkdir -p /scripts /configs /customFiles && \
- chown -R stirlingpdfuser:stirlingpdfgroup /scripts /configs /customFiles
-
-COPY build/libs/*.jar app.jar
-
-# Set font cache and permissions
-RUN chown stirlingpdfuser:stirlingpdfgroup /app.jar
-
-# Expose the application port
-EXPOSE 8080
-
-# Set environment variables
-ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI
-ENV DOCKER_ENABLE_SECURITY=false
-
-# Run the application
-CMD ["java", "-jar", "/app.jar"]
diff --git a/DockerfileBase b/DockerfileBase
deleted file mode 100644
index d1c2df74..00000000
--- a/DockerfileBase
+++ /dev/null
@@ -1,37 +0,0 @@
-# Main stage
-FROM bellsoft/liberica-openjdk-debian:17 AS base
-RUN apt-get update && \
- apt-get install -y --no-install-recommends \
- libreoffice-core-nogui \
- libreoffice-common \
- libreoffice-writer-nogui \
- libreoffice-calc-nogui \
- libreoffice-impress-nogui \
- python3-uno \
- python3-pip \
- unoconv \
- pngquant \
- unpaper \
- ocrmypdf && \
- rm -rf /var/lib/apt/lists/* && \
- mkdir /usr/share/tesseract-ocr-original && \
- cp -r /usr/share/tesseract-ocr/* /usr/share/tesseract-ocr-original && \
- rm -rf /usr/share/tesseract-ocr
-
-# Python packages stage
-FROM base AS python-packages
-RUN apt-get update && \
- apt-get install -y --no-install-recommends \
- build-essential \
- libffi-dev \
- libssl-dev \
- zlib1g-dev \
- libjpeg-dev && \
- pip install --upgrade pip && \
- pip install --no-cache-dir \
- opencv-python-headless WeasyPrint && \
- rm -rf /var/lib/apt/lists/*
-
-# Final stage: Copy necessary files from the previous stage
-FROM base
-COPY --from=python-packages /usr/local /usr/local
\ No newline at end of file
diff --git a/Endpoint-groups.md b/Endpoint-groups.md
deleted file mode 100644
index 9c7f3ae6..00000000
--- a/Endpoint-groups.md
+++ /dev/null
@@ -1,46 +0,0 @@
-| Operation | PageOps | Convert | Security | Other | CLI | Python | OpenCV | LibreOffice | OCRmyPDF | Java | Javascript |
-|---------------------|---------|---------|----------|-------|------|--------|--------|-------------|----------|----------|------------|
-| adjust-contrast | ✔️ | | | | | | | | | | ✔️ |
-| auto-split-pdf | ✔️ | | | | | | | | | ✔️ | |
-| crop | ✔️ | | | | | | | | | ✔️ | |
-| extract-page | ✔️ | | | | | | | | | ✔️ | |
-| merge-pdfs | ✔️ | | | | | | | | | ✔️ | |
-| multi-page-layout | ✔️ | | | | | | | | | ✔️ | |
-| pdf-organizer | ✔️ | | | | | | | | | ✔️ | ✔️ |
-| pdf-to-single-page | ✔️ | | | | | | | | | ✔️ | |
-| remove-pages | ✔️ | | | | | | | | | ✔️ | |
-| rotate-pdf | ✔️ | | | | | | | | | ✔️ | |
-| scale-pages | ✔️ | | | | | | | | | ✔️ | |
-| split-pdfs | ✔️ | | | | | | | | | ✔️ | |
-| file-to-pdf | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| img-to-pdf | | ✔️ | | | | | | | | ✔️ | |
-| pdf-to-html | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| pdf-to-img | | ✔️ | | | | | | | | ✔️ | |
-| pdf-to-pdfa | | ✔️ | | | ✔️ | | | | ✔️ | | |
-| pdf-to-markdown | | ✔️ | | | | | | | | ✔️ | |
-| pdf-to-presentation | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| pdf-to-text | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| pdf-to-word | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| pdf-to-xml | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| xlsx-to-pdf | | ✔️ | | | ✔️ | | | ✔️ | | | |
-| add-password | | | ✔️ | | | | | | | ✔️ | |
-| add-watermark | | | ✔️ | | | | | | | ✔️ | |
-| cert-sign | | | ✔️ | | | | | | | ✔️ | |
-| change-permissions | | | ✔️ | | | | | | | ✔️ | |
-| remove-password | | | ✔️ | | | | | | | ✔️ | |
-| sanitize-pdf | | | ✔️ | | | | | | | ✔️ | |
-| add-image | | | | ✔️ | | | | | | ✔️ | |
-| add-page-numbers | | | | ✔️ | | | | | | ✔️ | |
-| auto-rename | | | | ✔️ | | | | | | ✔️ | |
-| change-metadata | | | | ✔️ | | | | | | ✔️ | |
-| compare | | | | ✔️ | | | | | | | ✔️ |
-| compress-pdf | | | | ✔️ | ✔️ | | | | ✔️ | | |
-| extract-image-scans | | | | ✔️ | ✔️ | ✔️ | ✔️ | | | | |
-| extract-images | | | | ✔️ | | | | | | ✔️ | |
-| flatten | | | | ✔️ | | | | | | | ✔️ |
-| get-info-on-pdf | | | | ✔️ | | | | | | ✔️ | |
-| ocr-pdf | | | | ✔️ | ✔️ | | | | ✔️ | | |
-| remove-blanks | | | | ✔️ | ✔️ | ✔️ | ✔️ | | | | |
-| repair | | | | ✔️ | ✔️ | | | ✔️ | | | |
-| show-javascript | | | | ✔️ | | | | | | | ✔️ |
-| sign | | | | ✔️ | | | | | | | ✔️ |
\ No newline at end of file
diff --git a/HowToAddNewLanguage.md b/HowToAddNewLanguage.md
deleted file mode 100644
index b6a7fa4a..00000000
--- a/HowToAddNewLanguage.md
+++ /dev/null
@@ -1,38 +0,0 @@
-
Stirling-PDF
-
-
-
-# How to add new languages to Stirling-PDF
-
-Fork Stirling-PDF and make a new branch out of Main
-
-Then add reference to the language in the navbar by adding a new language entry to the dropdown
-
-https://github.com/Frooodle/Stirling-PDF/blob/main/src/main/resources/templates/fragments/languages.html
-and add a flag svg file to
-https://github.com/Frooodle/Stirling-PDF/tree/main/src/main/resources/static/images/flags
-Any SVG flags are fine, i got most of mine from [here](https://flagicons.lipis.dev/)
-If your language isnt represented by a flag just find whichever closely matches it, such as for Arabic i chose Saudi Arabia
-
-
-For example to add Polish you would add
-```
-
-
Polski
-
-```
-The data-language-code is the code used to reference the file in the next step.
-
-Start by copying the existing english property file
-
-[https://github.com/Frooodle/Stirling-PDF/blob/main/src/main/resources/messages_en_GB.properties](https://github.com/Frooodle/Stirling-PDF/blob/main/src/main/resources/messages_en_GB.properties)
-
-Copy and rename it to messages_{your data-language-code here}.properties, in the polish example you would set the name to messages_pl_PL.properties
-
-
-Then simply translate all property entries within that file and make a PR into main for others to use!
-
-If you do not have a java IDE i am happy to verify the changes worked once you raise PR (but wont be able to verify the translations themselves)
-
-
-
diff --git a/HowToUseOCR.md b/HowToUseOCR.md
deleted file mode 100644
index 37e33b5c..00000000
--- a/HowToUseOCR.md
+++ /dev/null
@@ -1,76 +0,0 @@
-# OCR Language Packs and Setup
-
-This document provides instructions on how to add additional language packs for the OCR tab in Stirling-PDF, both inside and outside of Docker.
-
-## How does the OCR Work
-Stirling-PDF uses [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) which in turn uses tesseract for its text recognition.
-All credit goes to them for this awesome work!
-
-## Language Packs
-
-Tesseract OCR supports a variety of languages. You can find additional language packs in the Tesseract GitHub repositories:
-
-- [tessdata_fast](https://github.com/tesseract-ocr/tessdata_fast): These language packs are smaller and faster to load, but may provide lower recognition accuracy.
-- [tessdata](https://github.com/tesseract-ocr/tessdata): These language packs are larger and provide better recognition accuracy, but may take longer to load.
-
-Depending on your requirements, you can choose the appropriate language pack for your use case. By default Stirling-PDF uses the tessdata_fast eng but this can be replaced.
-
-### Installing Language Packs
-
-1. Download the desired language pack(s) by selecting the `.traineddata` file(s) for the language(s) you need.
-2. Place the `.traineddata` files in the Tesseract tessdata directory: `/usr/share/tesseract-ocr/4.00/tessdata` (Debian) or `/usr/share/tesseract/tessdata` (Fedora)
-
-# DO NOT REMOVE EXISTING ENG.TRAINEDDATA, ITS REQUIRED.
-
-#### Docker
-
-If you are using Docker, you need to expose the Tesseract tessdata directory as a volume in order to use the additional language packs.
-#### Docker Compose
-Modify your `docker-compose.yml` file to include the following volume configuration:
-
-
-```yaml
-services:
- your_service_name:
- image: your_docker_image_name
- volumes:
- - /location/of/trainingData:/usr/share/tesseract-ocr/4.00/tessdata
-```
-
-
-#### Docker run
-Add the following to your existing docker run command
-```bash
--v /location/of/trainingData:/usr/share/tesseract-ocr/4.00/tessdata
-```
-
-#### Non-Docker
-If you are not using Docker, you need to install the OCR components, including the ocrmypdf app.
-You can see [OCRmyPDF install guide](https://ocrmypdf.readthedocs.io/en/latest/installation.html)
-
-Debian based systems, install languages with this command:
-
-```bash
-sudo apt update &&\
-# All languages
-# sudo apt install -y 'tesseract-ocr-*'
-
-# Find languages:
-apt search tesseract-ocr-
-
-# View installed languages:
-dpkg-query -W tesseract-ocr- | sed 's/tesseract-ocr-//g'
-```
-
-Fedora:
-
-```bash
-# All languages
-# sudo dnf install -y tesseract-langpack-*
-
-# Find languages:
-dnf search -C tesseract-langpack-
-
-# View installed languages:
-rpm -qa | grep tesseract-langpack | sed 's/tesseract-langpack-//g'
-```
diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index dce948a4..00000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,33 +0,0 @@
-pipeline {
- agent any
- stages {
- stage('Build') {
- steps {
- sh 'chmod 755 gradlew'
- sh './gradlew build'
- }
- }
- stage('Docker Build') {
- steps {
- script {
- def appVersion = sh(returnStdout: true, script: './gradlew printVersion -q').trim()
- def image = "frooodle/s-pdf:$appVersion"
- sh "docker build -t $image ."
- }
- }
- }
- stage('Docker Push') {
- steps {
- script {
- def appVersion = sh(returnStdout: true, script: './gradlew printVersion -q').trim()
- def image = "frooodle/s-pdf:$appVersion"
- withCredentials([string(credentialsId: 'docker_hub_access_token', variable: 'DOCKER_HUB_ACCESS_TOKEN')]) {
- sh "docker login --username frooodle --password $DOCKER_HUB_ACCESS_TOKEN"
- sh "docker push $image"
- }
- }
- }
-
- }
- }
-}
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index f288702d..00000000
--- a/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/LocalRunGuide.md b/LocalRunGuide.md
deleted file mode 100644
index 8293aee1..00000000
--- a/LocalRunGuide.md
+++ /dev/null
@@ -1,213 +0,0 @@
-
-To run the application without Docker, you will need to manually install all dependencies and build the necessary components.
-
-Note that some dependencies might not be available in the standard repositories of all Linux distributions, and may require additional steps to install.
-
-The following guide assumes you have a basic understanding of using a command line interface in your operating system.
-
-It should work on most Linux distributions and MacOS. For Windows, you might need to use Windows Subsystem for Linux (WSL) for certain steps.
-The amount of dependencies is to actually reduce overall size, ie installing LibreOffice sub components rather than full LibreOffice package.
-
-### Step 1: Prerequisites
-
-Install the following software, if not already installed:
-
-- Java 17 or later
-
-- Gradle 7.0 or later (included within repo so not needed on server)
-
-- Git
-
-- Python 3 (with pip)
-
-- Make
-
-- GCC/G++
-
-- Automake
-
-- Autoconf
-
-- libtool
-
-- pkg-config
-
-- zlib1g-dev
-
-- libleptonica-dev
-
-For Debian-based systems, you can use the following command:
-
-```bash
-sudo apt-get update
-sudo apt-get install -y git automake autoconf libtool libleptonica-dev pkg-config zlib1g-dev make g++ java-17-openjdk python3 python3-pip
-```
-
-For Fedora-based systems use this command:
-
-```bash
-sudo dnf install -y git automake autoconf libtool leptonica-devel pkg-config zlib-devel make gcc-c++ java-17-openjdk python3 python3-pip
-```
-
-### Step 2: Clone and Build jbig2enc (Only required for certain OCR functionality)
-
-```bash
-mkdir ~/.git
-cd ~/.git &&\
-git clone https://github.com/agl/jbig2enc.git &&\
-cd jbig2enc &&\
-./autogen.sh &&\
-./configure &&\
-make &&\
-sudo make install
-```
-
-### Step 3: Install Additional Software
-Next we need to install LibreOffice for conversions, ocrmypdf for OCR, and opencv for patern recognition functionality.
-
-Install the following software:
-
-- libreoffice-core
-
-- libreoffice-common
-
-- libreoffice-writer
-
-- libreoffice-calc
-
-- libreoffice-impress
-
-- python3-uno
-
-- unoconv
-
-- pngquant
-
-- unpaper
-
-- ocrmypdf
-
-- opencv-python-headless
-
-For Debian-based systems, you can use the following command:
-
-```bash
-sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
-pip3 install uno opencv-python-headless unoconv pngquant
-```
-
-For Fedora:
-
-```bash
-sudo dnf install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
-pip3 install uno opencv-python-headless unoconv pngquant
-```
-
-### Step 4: Clone and Build Stirling-PDF
-
-```bash
-cd ~/.git &&\
-git clone https://github.com/Frooodle/Stirling-PDF.git &&\
-cd Stirling-PDF &&\
-chmod +x ./gradlew &&\
-./gradlew build
-```
-
-
-### Step 5: Move jar to desired location
-
-After the build process, a `.jar` file will be generated in the `build/libs` directory.
-You can move this file to a desired location, for example, `/opt/Stirling-PDF/`.
-You must also move the Script folder within the Stirling-PDF repo that you have downloaded to this directory.
-This folder is required for the python scripts using OpenCV
-
-```bash
-sudo mkdir /opt/Stirling-PDF &&\
-sudo mv ./build/libs/Stirling-PDF-*.jar /opt/Stirling-PDF/ &&\
-sudo mv scripts /opt/Stirling-PDF/ &&\
-echo "Scripts installed."
-```
-### Step 6: Other files
-#### OCR
-If you plan to use the OCR (Optical Character Recognition) functionality, you might need to install language packs for Tesseract if running non-english scanning.
-
-##### Installing Language Packs
-Easiest is to use the langpacks provided by your repositories. Skip the other steps
-
-Manual:
-
-1. Download the desired language pack(s) by selecting the `.traineddata` file(s) for the language(s) you need.
-2. Place the `.traineddata` files in the Tesseract tessdata directory: `/usr/share/tesseract-ocr/4.00/tessdata`
-3.
-Please view [OCRmyPDF install guide](https://ocrmypdf.readthedocs.io/en/latest/installation.html) for more info.
-**IMPORTANT:** DO NOT REMOVE EXISTING `eng.traineddata`, IT'S REQUIRED.
-
-Debian based systems, install languages with this command:
-
-```bash
-sudo apt update &&\
-# All languages
-# sudo apt install -y 'tesseract-ocr-*'
-
-# Find languages:
-apt search tesseract-ocr-
-
-# View installed languages:
-dpkg-query -W tesseract-ocr- | sed 's/tesseract-ocr-//g'
-```
-
-Fedora:
-
-```bash
-# All languages
-# sudo dnf install -y tesseract-langpack-*
-
-# Find languages:
-dnf search -C tesseract-langpack-
-
-# View installed languages:
-rpm -qa | grep tesseract-langpack | sed 's/tesseract-langpack-//g'
-```
-
-### Step 7: Run Stirling-PDF
-
-```bash
-./gradlew bootRun
-or
-java -jar build/libs/app.jar
-```
-
-### Step 8: Adding a Desktop icon
-
-This will add a modified Appstarter to your Appmenu.
-```bash
-location=$(pwd)/gradlew
-image=$(pwd)/docs/stirling-transparent.svg
-
-cat > ~/.local/share/applications/Stirling-PDF.desktop <
Stirling-PDF
-
-
-[](https://hub.docker.com/r/frooodle/s-pdf)
-[](https://discord.gg/Cn8pWhQRxZ)
-[](https://github.com/Frooodle/Stirling-PDF/)
-[](https://github.com/Frooodle/stirling-pdf)
-[](https://www.paypal.com/paypalme/froodleplex)
-[](https://github.com/sponsors/Frooodle)
-
-[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Frooodle/Stirling-PDF/tree/digitalOcean&refcode=c3210994b1af)
-
-This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs.
-
-Stirling PDF makes no outbound calls for any record keeping or tracking.
-
-All files and PDFs are either purely client side, in server memory only during the execution of the task or within a temporay file only for execution of the task.
-Any file which has been downloaded by the user will have already been deleted from the server by that time.
-
-Feel free to request any features or bug fixes either in github issues or our [Discord](https://discord.gg/Cn8pWhQRxZ)
-
-
-
-## Features
-- Dark mode support.
-- Custom download options (see [here](https://github.com/Frooodle/Stirling-PDF/blob/main/images/settings.png) for example)
-- Parallel file processing and downloads
-- API for integration with external scripts
-- Optional Login and Authentication support (see [here](https://github.com/Frooodle/Stirling-PDF/tree/main#login-authentication) for documentation)
-
-
-## **PDF Features**
-
-### **Page Operations**
-- Full interactive GUI for merging/splitting/rotating/moving PDFs and their pages.
-- Merge multiple PDFs together into a single resultant file.
-- Split PDFs into multiple files at specified page numbers or extract all pages as individual files.
-- Reorganize PDF pages into different orders.
-- Rotate PDFs in 90-degree increments.
-- Remove pages.
-- Multi-page layout (Format PDFs into a multi-paged page).
-- Scale page contents size by set %.
-- Adjust Contrast.
-- Crop PDF.
-- Auto Split PDF (With physically scanned page dividers).
-- Extract page(s).
-- Convert PDF to a single page.
-
-### **Conversion Operations**
-- Convert PDFs to and from images.
-- Convert any common file to PDF (using LibreOffice).
-- Convert PDF to Word/Powerpoint/Others (using LibreOffice).
-- Convert HTML to PDF.
-- URL to PDF.
-- Markdown to PDF.
-
-### **Security & Permissions**
-- Add and remove passwords.
-- Change/set PDF Permissions.
-- Add watermark(s).
-- Certify/sign PDFs.
-- Sanitize PDFs.
-- Auto-redact text.
-
-### **Other Operations**
-- Add/Generate/Write signatures.
-- Repair PDFs.
-- Detect and remove blank pages.
-- Compare 2 PDFs and show differences in text.
-- Add images to PDFs.
-- Compress PDFs to decrease their filesize (Using OCRMyPDF).
-- Extract images from PDF.
-- Extract images from Scans.
-- Add page numbers.
-- Auto rename file by detecting PDF header text.
-- OCR on PDF (Using OCRMyPDF).
-- PDF/A conversion (Using OCRMyPDF).
-- Edit metadata.
-- Flatten PDFs.
-- Get all information on a PDF to view or export as JSON.
-
-
-For a overview of the tasks and the technology each uses please view [groups.md](https://github.com/Frooodle/Stirling-PDF/blob/main/Groups.md)
-Hosted instance/demo of the app can be seen [here](https://pdf.adminforge.de/) hosted by the team at adminforge.de
-
-## Technologies used
-- Spring Boot + Thymeleaf
-- PDFBox
-- [LibreOffice](https://www.libreoffice.org/discover/libreoffice/) for advanced conversions
-- [OcrMyPdf](https://github.com/ocrmypdf/OCRmyPDF)
-- HTML, CSS, JavaScript
-- Docker
-- PDF.js
-- PDF-LIB.js
-
-## How to use
-
-### Locally
-Please view https://github.com/Frooodle/Stirling-PDF/blob/main/LocalRunGuide.md
-
-### Docker
-https://hub.docker.com/r/frooodle/s-pdf
-
-Stirling PDF has 3 different versions, a Full version, Lite, and ultra-Lite. Depending on the types of features you use you may want a smaller image to save on space.
-To see what the different versions offer please look at our [version mapping](https://github.com/Frooodle/Stirling-PDF/blob/main/Version-groups.md)
-For people that don't mind about space optimization just use the latest tag.
-
-
-
-
-Docker Run
-```
-docker run -d \
- -p 8080:8080 \
- -v /location/of/trainingData:/usr/share/tesseract-ocr/4.00/tessdata \
- -v /location/of/extraConfigs:/configs \
- -e DOCKER_ENABLE_SECURITY=false \
- --name stirling-pdf \
- frooodle/s-pdf:latest
-
-
- Can also add these for customisation but are not required
-
- -v /location/of/customFiles:/customFiles \
-```
-Docker Compose
-```
-version: '3.3'
-services:
- stirling-pdf:
- image: frooodle/s-pdf:latest
- ports:
- - '8080:8080'
- volumes:
- - /location/of/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages
- - /location/of/extraConfigs:/configs
-# - /location/of/customFiles:/customFiles/
- environment:
- - DOCKER_ENABLE_SECURITY=false
-```
-
-
-## Enable OCR/Compression feature
-Please view https://github.com/Frooodle/Stirling-PDF/blob/main/HowToUseOCR.md
-
-## Want to add your own language?
-Stirling PDF currently supports 18!
-- English (English) (en_GB)
-- English (US) (en_US)
-- Arabic (العربية) (ar_AR)
-- German (Deutsch) (de_DE)
-- French (Français) (fr_FR)
-- Spanish (Español) (es_ES)
-- Chinese (简体中文) (zh_CN)
-- Catalan (Català) (ca_CA)
-- Italian (Italiano) (it_IT)
-- Swedish (Svenska) (sv_SE)
-- Polish (Polski) (pl_PL)
-- Romanian (Română) (ro_RO)
-- Korean (한국어) (ko_KR)
-- Portuguese Brazilian (Português) (pt_BR)
-- Russian (Русский) (ru_RU)
-- Basque (Euskara) (eu_ES)
-- Japanese (日本語) (ja_JP)
-- Dutch (Nederlands) (nl_NL)
-
-If you want to add your own language to Stirling-PDF please refer
-https://github.com/Frooodle/Stirling-PDF/blob/main/HowToAddNewLanguage.md
-
-And please create a PR to merge it back in so others can use it!
-
-## How to View
-1. Open a web browser and navigate to `http://localhost:8080/`
-2. Use the application by following the instructions on the website.
-
-
-## Customisation
-Stirling PDF allows easy customization of the app.
-Includes things like
-- Custom application name
-- Custom slogans, icons, images, and even custom HTML (via file overrides)
-
-
-There are two options for this, either using the generated settings file ``settings.yml``
-This file is located in the ``/configs`` directory and follows standard YAML formatting
-
-Environment variables are also supported and would override the settings file
-For example in the settings.yml you have
-```
-system:
- defaultLocale: 'en-US'
-```
-
-To have this via an environment variable you would have ``SYSTEM_DEFAULTLOCALE``
-
-The Current list of settings is
-```
-security:
- enableLogin: false # set to 'true' to enable login
- csrfDisabled: true
-
-system:
- defaultLocale: 'en-US' # Set the default language (e.g. 'de-DE', 'fr-FR', etc)
- googlevisibility: false # 'true' to allow Google visibility (via robots.txt), 'false' to disallow
- customStaticFilePath: '/customFiles/static/' # Directory path for custom static files
-
-#ui:
-# appName: exampleAppName # Application's visible name
-# homeDescription: I am a description # Short description or tagline shown on homepage.
-# appNameNavbar: navbarName # Name displayed on the navigation bar
-
-endpoints:
- toRemove: [] # List endpoints to disable (e.g. ['img-to-pdf', 'remove-pages'])
- groupsToRemove: [] # List groups to disable (e.g. ['LibreOffice'])
-
-metrics:
- enabled: true # 'true' to enable Info APIs endpoints (view http://localhost:8080/swagger-ui/index.html#/API to learn more), 'false' to disable
-```
-### Extra notes
-- Endpoints. Currently, the endpoints ENDPOINTS_TO_REMOVE and GROUPS_TO_REMOVE can include comma separate lists of endpoints and groups to disable as example ENDPOINTS_TO_REMOVE=img-to-pdf,remove-pages would disable both image-to-pdf and remove pages, GROUPS_TO_REMOVE=LibreOffice Would disable all things that use LibreOffice. You can see a list of all endpoints and groups [here](https://github.com/Frooodle/Stirling-PDF/blob/main/groups.md)
-- customStaticFilePath. Customise static files such as the app logo by placing files in the /customFiles/static/ directory. An example of customising app logo is placing a /customFiles/static/favicon.svg to override current SVG. This can be used to change any images/icons/css/fonts/js etc in Stirling-PDF
-
-### Environment only parameters
-- ``SYSTEM_ROOTURIPATH`` ie set to ``/pdf-app`` to Set the application's root URI to ``localhost:8080/pdf-app``
-- ``SYSTEM_CONNECTIONTIMEOUTMINUTES`` to set custom connection timeout values
-- ``DOCKER_ENABLE_SECURITY`` to tell docker to download security jar (required as true for auth login)
-
-## API
-For those wanting to use Stirling-PDFs backend API to link with their own custom scripting to edit PDFs you can view all existing API documentation
-[here](https://app.swaggerhub.com/apis-docs/Frooodle/Stirling-PDF/) or navigate to /swagger-ui/index.html of your stirling-pdf instance for your versions documentation (Or by following the API button in your settings of Stirling-PDF)
-
-
-## Login authentication
-
-### Prerequisites:
-- User must have the folder ./configs volumed within docker so that it is retained during updates.
-- Docker uses must download the security jar version by setting ``DOCKER_ENABLE_SECURITY`` to ``true`` in environment variables.
-- Then either enable login via the settings.yml file or via setting ``SECURITY_ENABLE_LOGIN`` to ``true``
-- Now the initial user will be generated with username ``admin`` and password ``stirling``. On login you will be forced to change the password to a new one. You can also use the environment variables ``SECURITY_INITIALLOGIN_USERNAME`` and ``SECURITY_INITIALLOGIN_PASSWORD`` to set your own straight away (Recommended to remove them after user creation).
-
-Once the above has been done, on restart, a new stirling-pdf-DB.mv.db will show if everything worked.
-
-When you login to Stirling PDF you will be redirected to /login page to login with those default credentials. After login everything should function as normal
-
-To access your account settings go to Account settings in the settings cog menu (top right in navbar) This Account settings menu is also where you find your API key.
-
-To add new users go to the bottom of Account settings and hit 'Admin Settings', here you can add new users. The different roles mentioned within this are for rate limiting. This is a Work in progress which will be expanding on more in future
-
-For API usage you must provide a header with 'X-API-Key' and the associated API key for that user.
-
-
-## FAQ
-
-### Q1: What are your planned features?
-- Progress bar/Tracking
-- Full custom logic pipelines to combine multiple operations together.
-- Folder support with auto scanning to perform operations on
-- Redact text (Via UI not just automated way)
-- Add Forms
-- Annotations
-- Multi page layout (Stich PDF pages together) support x rows y columns and custom page sizing
-- Fill forms mannual and automatic
-
-### Q2: Why is my application downloading .htm files?
-This is a issue caused commonly by your NGINX congifuration. The default file upload size for NGINX is 1MB, you need to add the following in your Nginx sites-available file. ``client_max_body_size SIZE;`` Where "SIZE" is 50M for example for 50MB files.
-
-### Q3: Why is my download timing out
-NGINX has timeout values by default so if you are running Stirling-PDF behind NGINX you may need to set a timeout value such as adding the config ``proxy_read_timeout 3600;``
diff --git a/Version-groups.md b/Version-groups.md
deleted file mode 100644
index 90020579..00000000
--- a/Version-groups.md
+++ /dev/null
@@ -1,59 +0,0 @@
-|Technology | Ultra-Lite | Lite | Full |
-|----------------|:----------:|:----:|:----:|
-| Java | ✔️ | ✔️ | ✔️ |
-| JavaScript | ✔️ | ✔️ | ✔️ |
-| Libre | | ✔️ | ✔️ |
-| Python | | | ✔️ |
-| OpenCV | | | ✔️ |
-| OCRmyPDF | | | ✔️ |
-
-
-
-
-
-Operation | Ultra-Lite | Lite | Full
---------------------|------------|------|-----
-add-page-numbers | ✔️ | ✔️ | ✔️
-add-password | ✔️ | ✔️ | ✔️
-add-image | ✔️ | ✔️ | ✔️
-add-watermark | ✔️ | ✔️ | ✔️
-adjust-contrast | ✔️ | ✔️ | ✔️
-auto-split-pdf | ✔️ | ✔️ | ✔️
-auto-rename | ✔️ | ✔️ | ✔️
-cert-sign | ✔️ | ✔️ | ✔️
-crop | ✔️ | ✔️ | ✔️
-change-metadata | ✔️ | ✔️ | ✔️
-change-permissions | ✔️ | ✔️ | ✔️
-compare | ✔️ | ✔️ | ✔️
-extract-page | ✔️ | ✔️ | ✔️
-extract-images | ✔️ | ✔️ | ✔️
-flatten | ✔️ | ✔️ | ✔️
-get-info-on-pdf | ✔️ | ✔️ | ✔️
-img-to-pdf | ✔️ | ✔️ | ✔️
-markdown-to-pdf | ✔️ | ✔️ | ✔️
-merge-pdfs | ✔️ | ✔️ | ✔️
-multi-page-layout | ✔️ | ✔️ | ✔️
-pdf-organizer | ✔️ | ✔️ | ✔️
-pdf-to-img | ✔️ | ✔️ | ✔️
-pdf-to-single-page | ✔️ | ✔️ | ✔️
-remove-pages | ✔️ | ✔️ | ✔️
-remove-password | ✔️ | ✔️ | ✔️
-rotate-pdf | ✔️ | ✔️ | ✔️
-sanitize-pdf | ✔️ | ✔️ | ✔️
-scale-pages | ✔️ | ✔️ | ✔️
-sign | ✔️ | ✔️ | ✔️
-show-javascript | ✔️ | ✔️ | ✔️
-split-pdfs | ✔️ | ✔️ | ✔️
-file-to-pdf | | ✔️ | ✔️
-pdf-to-html | | ✔️ | ✔️
-pdf-to-presentation | | ✔️ | ✔️
-pdf-to-text | | ✔️ | ✔️
-pdf-to-word | | ✔️ | ✔️
-pdf-to-xml | | ✔️ | ✔️
-repair | | ✔️ | ✔️
-xlsx-to-pdf | | ✔️ | ✔️
-compress-pdf | | | ✔️
-extract-image-scans | | | ✔️
-ocr-pdf | | | ✔️
-pdf-to-pdfa | | | ✔️
-remove-blanks | | | ✔️
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index d020f2a9..00000000
--- a/build.gradle
+++ /dev/null
@@ -1,140 +0,0 @@
-plugins {
- id 'java'
- id 'org.springframework.boot' version '3.1.2'
- id 'io.spring.dependency-management' version '1.1.3'
- id 'org.springdoc.openapi-gradle-plugin' version '1.6.0'
- id "io.swagger.swaggerhub" version "1.2.0"
- id 'edu.sc.seis.launch4j' version '3.0.5'
-}
-
-group = 'stirling.software'
-version = '0.14.5'
-sourceCompatibility = '17'
-
-repositories {
- mavenCentral()
-}
-
-sourceSets {
- main {
- java {
- if (System.getenv('DOCKER_ENABLE_SECURITY') == 'false') {
- exclude 'stirling/software/SPDF/config/security/**'
- exclude 'stirling/software/SPDF/controller/api/UserController.java'
- exclude 'stirling/software/SPDF/controller/web/AccountWebController.java'
- exclude 'stirling/software/SPDF/model/ApiKeyAuthenticationToken.java'
- exclude 'stirling/software/SPDF/model/Authority.java'
- exclude 'stirling/software/SPDF/model/PersistentLogin.java'
- exclude 'stirling/software/SPDF/model/User.java'
- exclude 'stirling/software/SPDF/repository/**'
- }
- }
- }
-}
-
-
-openApi {
- apiDocsUrl = "http://localhost:8080/v1/api-docs"
- outputDir = file("$projectDir")
- outputFileName = "SwaggerDoc.json"
-}
-
-
-launch4j {
- icon = "${projectDir}/src/main/resources/static/favicon.ico"
-
- outfile="Stirling-PDF.exe"
- headerType="console"
- jarTask = tasks.bootJar
-
- errTitle="Encountered error, Do you have Java 17?"
- downloadUrl="https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe"
- variables=["BROWSER_OPEN=true"]
- jreMinVersion="17"
-
- mutexName="Stirling-PDF"
- windowTitle="Stirling-PDF"
-
- messagesStartupError="An error occurred while starting Stirling-PDF"
- //messagesJreNotFoundError="This application requires a Java Runtime Environment, Please download Java 17."
- messagesJreVersionError="You are running the wrong version of Java, Please download Java 17."
- messagesLauncherError="Java is corrupted. Please uninstall and then install Java 17."
- messagesInstanceAlreadyExists="Stirling-PDF is already running."
-}
-
-dependencies {
- implementation 'org.yaml:snakeyaml:2.1'
- implementation 'org.springframework.boot:spring-boot-starter-web:3.1.2'
- implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.2'
-
- if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') {
- implementation 'org.springframework.boot:spring-boot-starter-security:3.1.2'
- implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE'
- implementation "org.springframework.boot:spring-boot-starter-data-jpa"
- implementation "com.h2database:h2"
- }
-
- testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.4'
-
-
-
- // https://mvnrepository.com/artifact/org.apache.pdfbox/jbig2-imageio
- implementation group: 'org.apache.pdfbox', name: 'jbig2-imageio', version: '3.0.4'
- implementation 'commons-io:commons-io:2.13.0'
-
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
-
- //general PDF
- implementation 'org.apache.pdfbox:pdfbox:2.0.29'
- implementation 'org.apache.pdfbox:xmpbox:2.0.29'
- implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
- implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
- implementation 'org.springframework.boot:spring-boot-starter-actuator'
- implementation 'io.micrometer:micrometer-core'
- implementation group: 'com.google.zxing', name: 'core', version: '3.5.2'
- // https://mvnrepository.com/artifact/org.commonmark/commonmark
- implementation 'org.commonmark:commonmark:0.21.0'
- // https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core
- implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0'
-
- developmentOnly("org.springframework.boot:spring-boot-devtools")
- compileOnly 'org.projectlombok:lombok:1.18.28'
- annotationProcessor 'org.projectlombok:lombok:1.18.28'
-
-}
-
-task writeVersion {
- def propsFile = file('src/main/resources/version.properties')
- def props = new Properties()
- props.setProperty('version', version)
- props.store(propsFile.newWriter(), null)
-}
-
-swaggerhubUpload {
- //dependsOn generateOpenApiDocs // Depends on your task generating Swagger docs
- api 'Stirling-PDF' // The name of your API on SwaggerHub
- owner 'Frooodle' // Your SwaggerHub username (or organization name)
- version project.version // The version of your API
- inputFile './SwaggerDoc.json' // The path to your Swagger docs
- token "${System.getenv('SWAGGERHUB_API_KEY')}" // Your SwaggerHub API key, passed as an environment variable
- oas '3.0.0' // The version of the OpenAPI Specification you're using
-}
-
-
-
-jar {
- enabled = false
- manifest {
- attributes 'Implementation-Title': 'Stirling-PDF',
- 'Implementation-Version': project.version
- }
-
-}
-
-tasks.named('test') {
- useJUnitPlatform()
-}
-
-task printVersion {
- println project.version
-}
diff --git a/chart/stirling-pdf/Chart.yaml b/chart/stirling-pdf/Chart.yaml
deleted file mode 100644
index 3482b36d..00000000
--- a/chart/stirling-pdf/Chart.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: v2
-appVersion: 0.14.2
-description: locally hosted web application that allows you to perform various operations on PDF files
-home: https://github.com/Frooodle/Stirling-PDF
-keywords:
-- stirling-pdf
-- helm
-- charts repo
-maintainers:
-- name: Frooodle
- url: https://github.com/Frooodle/Stirling-PDF
-name: stirling-pdf
-sources:
-- https://github.com/Frooodle/Stirling-PDF
-version: 1.0.0
diff --git a/chart/stirling-pdf/templates/NOTES.txt b/chart/stirling-pdf/templates/NOTES.txt
deleted file mode 100644
index 3b432f00..00000000
--- a/chart/stirling-pdf/templates/NOTES.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-** Please be patient while the chart is being deployed **
-
-Get the stirlingpdf URL by running:
-
-{{- if contains "NodePort" .Values.service.type }}
-
- export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "stirlingpdf.fullname" . }})
- export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
- echo http://$NODE_IP:$NODE_PORT/
-
-{{- else if contains "LoadBalancer" .Values.service.type }}
-
-** Please ensure an external IP is associated to the {{ template "stirlingpdf.fullname" . }} service before proceeding **
-** Watch the status using: kubectl get svc --namespace {{ .Release.Namespace }} -w {{ template "stirlingpdf.fullname" . }} **
-
- export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "stirlingpdf.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
- echo http://$SERVICE_IP:{{ .Values.service.externalPort }}/
-
-OR
-
- export SERVICE_HOST=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "stirlingpdf.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
- echo http://$SERVICE_HOST:{{ .Values.service.externalPort }}/
-
-{{- else if contains "ClusterIP" .Values.service.type }}
-
- export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "stirlingpdf.name" . }}" -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
- echo http://127.0.0.1:8080/
- kubectl port-forward $POD_NAME 8080:8080 --namespace {{ .Release.Namespace }}
-
-{{- end }}
diff --git a/chart/stirling-pdf/templates/_helpers.tpl b/chart/stirling-pdf/templates/_helpers.tpl
deleted file mode 100644
index 4c862604..00000000
--- a/chart/stirling-pdf/templates/_helpers.tpl
+++ /dev/null
@@ -1,129 +0,0 @@
-{{/*
-Expand the name of the chart.
-*/}}
-{{- define "stirlingpdf.name" -}}
-{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
-{{- end }}
-
-{{/*
-Create a default fully qualified app name.
-We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
-If release name contains chart name it will be used as a full name.
-*/}}
-{{- define "stirlingpdf.fullname" -}}
-{{- if .Values.fullnameOverride }}
-{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
-{{- else }}
-{{- $name := default .Chart.Name .Values.nameOverride }}
-{{- if contains $name .Release.Name }}
-{{- .Release.Name | trunc 63 | trimSuffix "-" }}
-{{- else }}
-{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }}
-{{- end }}
-{{- end }}
-{{- end }}
-
-{{- /*
-Create chart name and version as used by the chart label.
-
-It does minimal escaping for use in Kubernetes labels.
-
-Example output:
-
-stirlingpdf-0.4.5
-*/ -}}
-{{- define "stirlingpdf.chart" -}}
-{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
-{{- end -}}
-
-{{/*
-Common labels
-*/}}
-{{- define "stirlingpdf.labels" -}}
-helm.sh/chart: {{ include "stirlingpdf.chart" . }}
-{{ include "stirlingpdf.selectorLabels" . }}
-{{- if .Chart.AppVersion }}
-app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
-{{- end }}
-{{- if .Values.commonLabels}}
-{{ toYaml .Values.commonLabels }}
-{{- end }}
-app.kubernetes.io/managed-by: {{ .Release.Service }}
-{{- end }}
-
-{{/*
-Selector labels
-*/}}
-{{- define "stirlingpdf.selectorLabels" -}}
-app.kubernetes.io/name: {{ include "stirlingpdf.name" . }}
-app.kubernetes.io/instance: {{ .Release.Name }}
-{{- end }}
-
-{{/*
-Create the name of the service account to use
-*/}}
-{{- define "stirlingpdf.serviceAccountName" -}}
-{{- if .Values.serviceAccount.create }}
-{{- default (include "stirlingpdf.fullname" .) .Values.serviceAccount.name }}
-{{- else }}
-{{- default "default" .Values.serviceAccount.name }}
-{{- end }}
-{{- end }}
-
-{{/*
-Return the proper image name to change the volume permissions
-*/}}
-{{- define "stirlingpdf.volumePermissions.image" -}}
-{{- $registryName := .Values.volumePermissions.image.registry -}}
-{{- $repositoryName := .Values.volumePermissions.image.repository -}}
-{{- $tag := .Values.volumePermissions.image.tag | toString -}}
-{{/*
-Helm 2.11 supports the assignment of a value to a variable defined in a different scope,
-but Helm 2.9 and 2.10 doesn't support it, so we need to implement this if-else logic.
-Also, we can't use a single if because lazy evaluation is not an option
-*/}}
-{{- if .Values.global }}
- {{- if .Values.global.imageRegistry }}
- {{- printf "%s/%s:%s" .Values.global.imageRegistry $repositoryName $tag -}}
- {{- else -}}
- {{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}
- {{- end -}}
-{{- else -}}
- {{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}
-{{- end -}}
-{{- end -}}
-
-{{/*
-Return the proper Docker Image Registry Secret Names
-*/}}
-{{- define "stirlingpdf.imagePullSecrets" -}}
-{{/*
-Helm 2.11 supports the assignment of a value to a variable defined in a different scope,
-but Helm 2.9 and 2.10 does not support it, so we need to implement this if-else logic.
-Also, we can not use a single if because lazy evaluation is not an option
-*/}}
-{{- if .Values.global }}
-{{- if .Values.global.imagePullSecrets }}
-imagePullSecrets:
-{{- range .Values.global.imagePullSecrets }}
- - name: {{ . }}
-{{- end }}
-{{- else if or .Values.image.pullSecrets .Values.volumePermissions.image.pullSecrets }}
-imagePullSecrets:
-{{- range .Values.image.pullSecrets }}
- - name: {{ . }}
-{{- end }}
-{{- range .Values.volumePermissions.image.pullSecrets }}
- - name: {{ . }}
-{{- end }}
-{{- end -}}
-{{- else if or .Values.image.pullSecrets .Values.volumePermissions.image.pullSecrets }}
-imagePullSecrets:
-{{- range .Values.image.pullSecrets }}
- - name: {{ . }}
-{{- end }}
-{{- range .Values.volumePermissions.image.pullSecrets }}
- - name: {{ . }}
-{{- end }}
-{{- end -}}
-{{- end -}}
\ No newline at end of file
diff --git a/chart/stirling-pdf/templates/deployment.yaml b/chart/stirling-pdf/templates/deployment.yaml
deleted file mode 100644
index 290a56c9..00000000
--- a/chart/stirling-pdf/templates/deployment.yaml
+++ /dev/null
@@ -1,129 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: {{ include "stirlingpdf.fullname" . }}
- {{- with .Values.deployment.annotations }}
- annotations:
- {{- toYaml . | nindent 4 }}
- {{- end }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
- {{- if .Values.deployment.labels }}
- {{- toYaml .Values.deployment.labels | nindent 4 }}
- {{- end }}
-spec:
- selector:
- matchLabels:
- {{- include "stirlingpdf.selectorLabels" . | nindent 6 }}
- replicas: {{ .Values.replicaCount }}
- strategy:
-{{ toYaml .Values.strategy | indent 4 }}
- revisionHistoryLimit: 10
- template:
- metadata:
- {{- with .Values.podAnnotations }}
- annotations:
- {{- toYaml . | nindent 8 }}
- {{- end }}
- labels:
- {{- include "stirlingpdf.selectorLabels" . | nindent 8 }}
- {{- if .Values.podLabels }}
- {{- toYaml .Values.podLabels | nindent 8 }}
- {{- end }}
- spec:
- {{- if .Values.priorityClassName }}
- priorityClassName: "{{ .Values.priorityClassName }}"
- {{- end }}
- {{- if .Values.securityContext.enabled }}
- securityContext:
- fsGroup: {{ .Values.securityContext.fsGroup }}
- {{- if .Values.securityContext.runAsNonRoot }}
- runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }}
- {{- end }}
- {{- if .Values.securityContext.supplementalGroups }}
- supplementalGroups: {{ .Values.securityContext.supplementalGroups }}
- {{- end }}
- {{- else if .Values.persistence.enabled }}
- initContainers:
- - name: volume-permissions
- image: {{ template "stirlingpdf.volumePermissions.image" . }}
- imagePullPolicy: "{{ .Values.volumePermissions.image.pullPolicy }}"
- securityContext:
- {{- toYaml .Values.containerSecurityContext | nindent 10 }}
- command: ['sh', '-c', 'chown -R {{ .Values.securityContext.fsGroup }}:{{ .Values.securityContext.fsGroup }} {{ .Values.persistence.path }}']
- volumeMounts:
- - mountPath: {{ .Values.persistence.path }}
- name: storage-volume
- {{- end }}
-{{- include "stirlingpdf.imagePullSecrets" . | indent 6 }}
- containers:
- - name: {{ .Chart.Name }}
- image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
- imagePullPolicy: {{ .Values.image.pullPolicy }}
- securityContext:
- {{- toYaml .Values.containerSecurityContext | nindent 10 }}
-{{- if .Values.envs }}
- env:
-{{ toYaml .Values.envs | indent 8 }}
-{{- end }}
-{{- if .Values.extraArgs }}
- args:
-{{ toYaml .Values.extraArgs | indent 8 }}
-{{- end }}
- ports:
- - name: http
- containerPort: 8080
- livenessProbe:
- httpGet:
- path: /
- port: http
-{{ toYaml .Values.probes.livenessHttpGetConfig | indent 12 }}
-{{ toYaml .Values.probes.liveness | indent 10 }}
- readinessProbe:
- httpGet:
- path: /
- port: http
-{{ toYaml .Values.probes.readinessHttpGetConfig | indent 12 }}
-{{ toYaml .Values.probes.readiness | indent 10 }}
- volumeMounts:
-{{- if .Values.deployment.extraVolumeMounts }}
- {{- toYaml .Values.deployment.extraVolumeMounts | nindent 8 }}
-{{- end }}
-{{- if .Values.deployment.sidecarContainers }}
-{{- range $name, $spec := .Values.deployment.sidecarContainers }}
- - name: {{ $name }}
-{{- toYaml $spec | nindent 8 }}
-{{- end }}
-{{- end }}
- {{- with .Values.resources }}
- resources:
-{{ toYaml . | indent 10 }}
- {{- end }}
- {{- with .Values.nodeSelector }}
- nodeSelector:
-{{ toYaml . | indent 8 }}
- {{- end }}
- {{- with .Values.affinity }}
- affinity:
-{{ toYaml . | indent 8 }}
- {{- end }}
- {{- with .Values.tolerations }}
- tolerations:
-{{ toYaml . | indent 8 }}
- {{- end }}
- {{- if .Values.schedulerName }}
- schedulerName: {{ .Values.schedulerName }}
- {{- end }}
- serviceAccountName: {{ include "stirlingpdf.serviceAccountName" . }}
- automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
- volumes:
- {{- if .Values.deployment.extraVolumes }}
- {{- toYaml .Values.deployment.extraVolumes | nindent 6 }}
- {{- end }}
- - name: storage-volume
- {{- if .Values.persistence.enabled }}
- persistentVolumeClaim:
- claimName: {{ .Values.persistence.existingClaim | default (include "stirlingpdf.fullname" .) }}
- {{- else }}
- emptyDir: {}
- {{- end }}
diff --git a/chart/stirling-pdf/templates/ingress.yaml b/chart/stirling-pdf/templates/ingress.yaml
deleted file mode 100644
index c09fef68..00000000
--- a/chart/stirling-pdf/templates/ingress.yaml
+++ /dev/null
@@ -1,85 +0,0 @@
-{{- if .Values.ingress.enabled }}
-{{- $servicePort := .Values.service.externalPort -}}
-{{- $serviceName := include "stirlingpdf.fullname" . -}}
-{{- $ingressExtraPaths := .Values.ingress.extraPaths -}}
----
-{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion }}
-apiVersion: extensions/v1beta1
-{{- else if semverCompare "<1.19-0" .Capabilities.KubeVersion.GitVersion }}
-apiVersion: networking.k8s.io/v1beta1
-{{- else }}
-apiVersion: networking.k8s.io/v1
-{{- end }}
-kind: Ingress
-metadata:
- name: {{ include "stirlingpdf.fullname" . }}
- {{- with .Values.ingress.annotations }}
- annotations:
- {{- toYaml . | nindent 4 }}
- {{- end }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
- {{- with .Values.ingress.labels }}
- {{- toYaml . | nindent 4 }}
- {{- end }}
-spec:
- {{- with .Values.ingress.ingressClassName }}
- ingressClassName: {{ . }}
- {{- end }}
- rules:
- {{- range .Values.ingress.hosts }}
- - host: {{ .name }}
- http:
- paths:
- {{- range $ingressExtraPaths }}
- - path: {{ default "/" .path | quote }}
- backend:
- {{- if semverCompare "<1.19-0" $.Capabilities.KubeVersion.GitVersion }}
- {{- if $.Values.service.servicename }}
- serviceName: {{ $.Values.service.servicename }}
- {{- else }}
- serviceName: {{ default $serviceName .service }}
- {{- end }}
- servicePort: {{ default $servicePort .port }}
- {{- else }}
- service:
- {{- if $.Values.service.servicename }}
- name: {{ $.Values.service.servicename }}
- {{- else }}
- name: {{ default $serviceName .service }}
- {{- end }}
- port:
- number: {{ default $servicePort .port }}
- pathType: {{ default $.Values.ingress.pathType .pathType }}
- {{- end }}
- {{- end }}
- - path: {{ default "/" .path | quote }}
- backend:
- {{- if semverCompare "<1.19-0" $.Capabilities.KubeVersion.GitVersion }}
- {{- if $.Values.service.servicename }}
- serviceName: {{ $.Values.service.servicename }}
- {{- else }}
- serviceName: {{ default $serviceName .service }}
- {{- end }}
- servicePort: {{ default $servicePort .servicePort }}
- {{- else }}
- service:
- {{- if $.Values.service.servicename }}
- name: {{ $.Values.service.servicename }}
- {{- else }}
- name: {{ default $serviceName .service }}
- {{- end }}
- port:
- number: {{ default $servicePort .port }}
- pathType: {{ $.Values.ingress.pathType }}
- {{- end }}
- {{- end }}
- tls:
- {{- range .Values.ingress.hosts }}
- {{- if .tls }}
- - hosts:
- - {{ .name }}
- secretName: {{ .tlsSecret }}
- {{- end }}
- {{- end }}
-{{- end -}}
diff --git a/chart/stirling-pdf/templates/pv.yaml b/chart/stirling-pdf/templates/pv.yaml
deleted file mode 100644
index aa99c6a9..00000000
--- a/chart/stirling-pdf/templates/pv.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-{{- if .Values.persistence.pv.enabled -}}
-apiVersion: v1
-kind: PersistentVolume
-metadata:
- name: {{ .Values.persistence.pv.pvname | default (include "stirlingpdf.fullname" .) }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
-spec:
- capacity:
- storage: {{ .Values.persistence.pv.capacity.storage }}
- accessModes:
- - {{ .Values.persistence.pv.accessMode | quote }}
- nfs:
- server: {{ .Values.persistence.pv.nfs.server }}
- path: {{ .Values.persistence.pv.nfs.path | quote }}
-{{- end }}
\ No newline at end of file
diff --git a/chart/stirling-pdf/templates/pvc.yaml b/chart/stirling-pdf/templates/pvc.yaml
deleted file mode 100644
index f7a21722..00000000
--- a/chart/stirling-pdf/templates/pvc.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}}
-kind: PersistentVolumeClaim
-apiVersion: v1
-metadata:
- name: {{ include "stirlingpdf.fullname" . }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
- {{- with .Values.persistence.labels }}
- {{- toYaml . | nindent 4 }}
- {{- end }}
-spec:
- accessModes:
- - {{ .Values.persistence.accessMode | quote }}
- resources:
- requests:
- storage: {{ .Values.persistence.size | quote }}
-{{- if .Values.persistence.storageClass }}
-{{- if (eq "-" .Values.persistence.storageClass) }}
- storageClassName: ""
-{{- else }}
- storageClassName: "{{ .Values.persistence.storageClass }}"
-{{- end }}
-{{- if .Values.persistence.volumeName }}
- volumeName: "{{ .Values.persistence.volumeName }}"
-{{- end }}
-{{- end }}
-{{- end }}
diff --git a/chart/stirling-pdf/templates/service.yaml b/chart/stirling-pdf/templates/service.yaml
deleted file mode 100644
index a529c3f2..00000000
--- a/chart/stirling-pdf/templates/service.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: {{ .Values.service.servicename | default (include "stirlingpdf.fullname" .) }}
- {{- with .Values.service.annotations }}
- annotations:
- {{- toYaml . | nindent 4 }}
- {{- end }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
- {{- with .Values.service.labels }}
- {{- toYaml . | nindent 4 }}
- {{- end }}
-spec:
- type: {{ .Values.service.type }}
- {{- if (or (eq .Values.service.type "LoadBalancer") (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort)))) }}
- externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
- {{- end }}
- {{- if (and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerIP) }}
- loadBalancerIP: {{ .Values.service.loadBalancerIP }}
- {{- end }}
- {{- if (and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerSourceRanges) }}
- loadBalancerSourceRanges:
- {{- with .Values.service.loadBalancerSourceRanges }}
-{{ toYaml . | indent 2 }}
- {{- end }}
- {{- end }}
- {{- if eq .Values.service.type "ClusterIP" }}
- {{- if .Values.service.clusterIP }}
- clusterIP: {{ .Values.service.clusterIP }}
- {{- end }}
- {{- end }}
- ports:
- - port: {{ .Values.service.externalPort }}
-{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }}
- nodePort: {{.Values.service.nodePort}}
-{{- end }}
-{{- if .Values.service.targetPort }}
- targetPort: {{ .Values.service.targetPort }}
- name: {{ .Values.service.targetPort }}
-{{- else }}
- targetPort: http
- name: http
-{{- end }}
- protocol: TCP
-
- selector:
- {{- include "stirlingpdf.selectorLabels" . | nindent 4 }}
diff --git a/chart/stirling-pdf/templates/serviceaccount.yaml b/chart/stirling-pdf/templates/serviceaccount.yaml
deleted file mode 100644
index 7156e4a4..00000000
--- a/chart/stirling-pdf/templates/serviceaccount.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-{{- if .Values.serviceAccount.create -}}
----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: {{ include "stirlingpdf.serviceAccountName" . }}
- {{- with .Values.serviceAccount.annotations }}
- annotations:
- {{ toYaml . | nindent 4 }}
- {{- end }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
-{{- end }}
diff --git a/chart/stirling-pdf/templates/servicemonitor.yaml b/chart/stirling-pdf/templates/servicemonitor.yaml
deleted file mode 100644
index ca0d31bb..00000000
--- a/chart/stirling-pdf/templates/servicemonitor.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-{{- if and ( .Capabilities.APIVersions.Has "monitoring.coreos.com/v1" ) ( .Values.serviceMonitor.enabled ) }}
-apiVersion: monitoring.coreos.com/v1
-kind: ServiceMonitor
-metadata:
- name: {{ include "stirlingpdf.fullname" . }}
- namespace: {{ .Values.serviceMonitor.namespace | default .Release.Namespace }}
- labels:
- {{- include "stirlingpdf.labels" . | nindent 4 }}
- {{- with .Values.serviceMonitor.labels }}
- {{- toYaml . | nindent 4 }}
- {{- end }}
-spec:
- endpoints:
- - targetPort: 8080
-{{- if .Values.serviceMonitor.interval }}
- interval: {{ .Values.serviceMonitor.interval }}
-{{- end }}
-{{- if .Values.serviceMonitor.metricsPath }}
- path: {{ .Values.serviceMonitor.metricsPath }}
-{{- end }}
-{{- if .Values.serviceMonitor.timeout }}
- scrapeTimeout: {{ .Values.serviceMonitor.timeout }}
-{{- end }}
- jobLabel: {{ include "stirlingpdf.fullname" . }}
- namespaceSelector:
- matchNames:
- - {{ .Release.Namespace }}
- selector:
- matchLabels:
- {{- include "stirlingpdf.selectorLabels" . | nindent 6 }}
-{{- end }}
diff --git a/chart/stirling-pdf/values.yaml b/chart/stirling-pdf/values.yaml
deleted file mode 100644
index 3c4ca888..00000000
--- a/chart/stirling-pdf/values.yaml
+++ /dev/null
@@ -1,239 +0,0 @@
-extraArgs: []
- # - --storage-timestamp-tolerance 1s
-replicaCount: 1
-strategy:
- type: RollingUpdate
-image:
- repository: frooodle/s-pdf
- # took Chart appVersion by default
- tag: ~
- pullPolicy: IfNotPresent
-secret:
- labels: {}
-## Labels to apply to all resources
-##
-commonLabels: {}
-# team_name: dev
-
-envs: []
-# - name: PP_HOME_NAME
-# value: "Stirling PDF"
-# - name: APP_HOME_DESCRIPTION
-# value: "Your locally hosted one-stop-shop for all your PDF needs."
-# - name: APP_NAVBAR_NAME
-# value: "Stirling PDF"
-# - name: ALLOW_GOOGLE_VISIBILITY
-# value: "true"
-# - name: APP_ROOT_PATH
-# value: "/"
-# - name: APP_LOCALE
-# value: "en_GB"
-
-deployment:
- ## stirling-pdf Deployment annotations
- annotations: {}
- # name: value
- labels: {}
- # name: value
- # additional volumes
- extraVolumes: []
- # - name: nginx-config
- # secret:
- # secretName: nginx-config
- # additional volumes to mount
- extraVolumeMounts: []
- ## sidecarContainers for the stirling-pdf
- # Can be used to add a proxy to the pod that does
- # scanning for secrets, signing, authentication, validation
- # of the chart's content, send notifications...
- sidecarContainers: {}
- ## Example sidecarContainer which uses an extraVolume from above and
- ## a named port that can be referenced in the service as targetPort.
- # proxy:
- # image: nginx:latest
- # ports:
- # - name: proxy
- # containerPort: 8081
- # volumeMounts:
- # - name: nginx-config
- # readOnly: true
- # mountPath: /etc/nginx
-
-## Pod annotations
-## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
-## Read more about kube2iam to provide access to s3 https://github.com/jtblin/kube2iam
-##
-podAnnotations: {}
- # iam.amazonaws.com/role: role-arn
-
-## Pod labels
-## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
-podLabels: {}
- # name: value
-
-service:
- servicename:
- type: ClusterIP
- externalTrafficPolicy: Local
- ## Uses pre-assigned IP address from cloud provider
- ## Only valid if service.type: LoadBalancer
- loadBalancerIP:
- ## Limits which cidr blocks can connect to service's load balancer
- ## Only valid if service.type: LoadBalancer
- loadBalancerSourceRanges: []
- # clusterIP: None
- externalPort: 8080
- ## targetPort of the container to use. If a sidecar should handle the
- ## requests first, use the named port from the sidecar. See sidecar example
- ## from deployment above. Leave empty to use stirling-pdf directly.
- targetPort:
- nodePort:
- annotations: {}
- labels: {}
-
-serviceMonitor:
- enabled: false
- # namespace: prometheus
- labels: {}
- metricsPath: "/metrics"
- # timeout: 60
- # interval: 60
-
-resources: {}
-# limits:
-# cpu: 100m
-# memory: 128Mi
-# requests:
-# cpu: 80m
-# memory: 64Mi
-
-probes:
- liveness:
- initialDelaySeconds: 5
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- livenessHttpGetConfig:
- scheme: HTTP
- readiness:
- initialDelaySeconds: 5
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- readinessHttpGetConfig:
- scheme: HTTP
-
-serviceAccount:
- create: true
- name: ""
- automountServiceAccountToken: false
- ## Annotations for the Service Account
- annotations: {}
-
-# UID/GID 1000 is the default user "stirling-pdf" used in
-# the container image starting in v0.8.0 and above. This
-# is required for local persistent storage. If your cluster
-# does not allow this, try setting securityContext: {}
-securityContext:
- enabled: true
- fsGroup: 1000
- ## Optionally, specify supplementalGroups and/or
- ## runAsNonRoot for security purposes
- # runAsNonRoot: true
- # supplementalGroups: [1000]
-
-containerSecurityContext: {}
-
-priorityClassName: ""
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-persistence:
- enabled: false
- accessMode: ReadWriteOnce
- size: 8Gi
- labels: {}
- # name: value
- path: /tmp
- ## A manually managed Persistent Volume and Claim
- ## Requires persistence.enabled: true
- ## If defined, PVC must be created manually before volume will be bound
- # existingClaim:
-
- ## stirling-pdf data Persistent Volume Storage Class
- ## If defined, storageClassName:
- ## If set to "-", storageClassName: "", which disables dynamic provisioning
- ## If undefined (the default) or set to null, no storageClassName spec is
- ## set, choosing the default provisioner. (gp2 on AWS, standard on
- ## GKE, AWS & OpenStack)
- ##
- # storageClass: "-"
- # volumeName:
- pv:
- enabled: false
- pvname:
- capacity:
- storage: 8Gi
- accessMode: ReadWriteOnce
- nfs:
- server:
- path:
-
-## Init containers parameters:
-## volumePermissions: Change the owner of the persistent volume mountpoint to RunAsUser:fsGroup
-##
-volumePermissions:
- image:
- registry: docker.io
- repository: bitnami/minideb
- tag: buster
- pullPolicy: Always
- ## Optionally specify an array of imagePullSecrets.
- ## Secrets must be manually created in the namespace.
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
- ##
- # pullSecrets:
- # - myRegistryKeySecretName
-
-## Ingress for load balancer
-ingress:
- enabled: false
- pathType: "ImplementationSpecific"
- ## stirling-pdf Ingress labels
- ##
- labels: {}
- # dns: "route53"
-
- ## stirling-pdf Ingress annotations
- ##
- annotations: {}
- # kubernetes.io/ingress.class: nginx
- # kubernetes.io/tls-acme: "true"
-
- ## stirling-pdf Ingress hostnames
- ## Must be provided if Ingress is enabled
- ##
- hosts: []
- # - name: stirling-pdf.domain1.com
- # path: /
- # tls: false
- # - name: stirling-pdf.domain2.com
- # path: /
- #
- # ## Set this to true in order to enable TLS on the ingress record
- # tls: true
- #
- # ## If TLS is set to true, you must declare what secret will store the key/certificate for TLS
- # ## Secrets must be added manually to the namespace
- # tlsSecret: stirling-pdf.domain2-tls
-
- # For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName
- # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
- ingressClassName:
-
diff --git a/docs/stirling-pdf.png b/docs/stirling-pdf.png
deleted file mode 100644
index 11695d86f155b96eaf281ef3d963f11c05356e64..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 54271
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