Created a page for visually editing individual pages of a pdf

This commit is contained in:
Saud Fatayerji
2023-04-18 05:08:38 +03:00
parent f762ab6aa7
commit 2762459acf
5 changed files with 418 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
<!-- PDF.js -->
<script src="pdfjs/pdf.js"></script>
<!-- PDF-Lib -->
<script src="pdf-lib.min.js"></script>
<!-- Custom -->
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" th:href="@{css/dark-mode.css}" id="dark-mode-styles">