mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Merge pull request #2501 from Ludy87/missing_pdflib
[Bugfix] A variety of tools miss PDFLib
This commit is contained in:
		
						commit
						4e715a82e0
					
				@ -34,7 +34,6 @@
 | 
			
		||||
                <canvas id="overlayCanvas" style="position: absolute; top: 0; left: 0; z-index: 2; width: 100%"></canvas>
 | 
			
		||||
              </div>
 | 
			
		||||
              <script type="module" th:src="@{'/pdfjs-legacy/pdf.mjs'}"></script>
 | 
			
		||||
              <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
              <script type="module" th:src="@{'/js/pages/pdf-to-csv.js'}">
 | 
			
		||||
              </script>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
@ -24,7 +24,8 @@
 | 
			
		||||
    <script>
 | 
			
		||||
      window.stirlingPDF = window.stirlingPDF || {};
 | 
			
		||||
    </script>
 | 
			
		||||
	<script th:src="@{'/js/fetch-utils.js'}"></script>
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
    <script th:src="@{'/js/fetch-utils.js'}"></script>
 | 
			
		||||
    <!-- jQuery -->
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/jquery.min.js'}"></script>
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/jquery.validate.min.js'}"></script>
 | 
			
		||||
@ -61,7 +62,6 @@
 | 
			
		||||
 | 
			
		||||
    <link rel="preload" th:href="@{'/fonts/google-symbol.woff2'}" as="font" type="font/woff2" crossorigin="anonymous">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/fontfaceobserver.standalone.js'}"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- Google MD Icons -->
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@
 | 
			
		||||
<head>
 | 
			
		||||
  <th:block th:insert="~{fragments/common :: head(title=#{merge.title}, header=#{merge.header})}"></th:block>
 | 
			
		||||
  <link rel="stylesheet" th:href="@{'/css/merge.css'}">
 | 
			
		||||
  <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
@ -30,7 +30,6 @@
 | 
			
		||||
              <!-- draggables box -->
 | 
			
		||||
              <div id="box-drag-container" class="show-on-file-selected">
 | 
			
		||||
                <canvas id="pdf-canvas"></canvas>
 | 
			
		||||
                <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
                <script th:src="@{'/js/draggable-utils.js'}"></script>
 | 
			
		||||
                <div class="draggable-buttons-box ignore-rtl">
 | 
			
		||||
                  <button class="btn btn-outline-secondary" onclick="DraggableUtils.deleteDraggableCanvas(DraggableUtils.getLastInteracted())">
 | 
			
		||||
 | 
			
		||||
@ -54,7 +54,6 @@
 | 
			
		||||
              </div>
 | 
			
		||||
              </form>
 | 
			
		||||
              <script type="module" th:src="@{'/pdfjs-legacy/pdf.mjs'}"></script>
 | 
			
		||||
              <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
              <script type="module" th:src="@{'/js/pages/adjust-contrast.js'}"></script>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,6 @@
 | 
			
		||||
<html th:lang="${#locale.language}" th:dir="#{language.direction}" th:data-language="${#locale.toString()}" xmlns:th="https://www.thymeleaf.org">
 | 
			
		||||
  <head>
 | 
			
		||||
  <th:block th:insert="~{fragments/common :: head(title=#{extractImages.title}, header=#{extractImages.header})}"></th:block>
 | 
			
		||||
  <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
 | 
			
		||||
@ -28,7 +28,6 @@
 | 
			
		||||
      </div>
 | 
			
		||||
      <th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
 | 
			
		||||
    </div>
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
    <script th:src="@{'/js/local-pdf-input-download.js'}"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
      document.getElementById('pdfForm').addEventListener('submit', async (e) => {
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,6 @@
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <th:block th:insert="~{fragments/common :: head(title=#{replace-color.title}, header=#{replace-color.header})}"></th:block>
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
@ -145,7 +145,6 @@
 | 
			
		||||
    <th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
 | 
			
		||||
  </div>
 | 
			
		||||
  <script type="module" th:src="@{'/pdfjs-legacy/pdf.mjs'}"></script>
 | 
			
		||||
  <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
  <script>
 | 
			
		||||
    window.selectedPages = [];
 | 
			
		||||
    window.selectPage = false;
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,6 @@
 | 
			
		||||
<html th:lang="${#locale.language}" th:dir="#{language.direction}" th:data-language="${#locale.toString()}" xmlns:th="https://www.thymeleaf.org">
 | 
			
		||||
  <head>
 | 
			
		||||
  <th:block th:insert="~{fragments/common :: head(title=#{split-by-size-or-count.title}, header=#{split-by-size-or-count.header})}"></th:block>
 | 
			
		||||
  <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,6 @@
 | 
			
		||||
      th:href="@{'/css/pipeline.css'}"
 | 
			
		||||
      th:if="${currentPage == 'pipeline'}"
 | 
			
		||||
    />
 | 
			
		||||
    <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
    <script th:inline="javascript">
 | 
			
		||||
      const saveSettings = /*[[#{pipelineOptions.saveSettings}]]*/ "";
 | 
			
		||||
      const deletePipelineText = /*[[#{pipeline.deletePrompt}]]*/ "Are you sure you want to delete pipeline";
 | 
			
		||||
@ -194,7 +193,7 @@
 | 
			
		||||
                  </div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <script th:src="@{'/js/fetch-utils.js'}"></script>
 | 
			
		||||
                <script th:src="@{'/js/pipeline.js'}"></script>\
 | 
			
		||||
                <script th:src="@{'/js/pipeline.js'}"></script>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
@ -172,7 +172,6 @@
 | 
			
		||||
            <!-- draggables box -->
 | 
			
		||||
            <div id="box-drag-container" class="show-on-file-selected">
 | 
			
		||||
              <canvas id="pdf-canvas"></canvas>
 | 
			
		||||
              <script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
 | 
			
		||||
              <script th:src="@{'/js/draggable-utils.js'}"></script>
 | 
			
		||||
              <div class="draggable-buttons-box ignore-rtl">
 | 
			
		||||
                <button class="btn btn-outline-secondary"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user