From 3154ff2f26dc631dfc9e2da6ef647c03bc7294f0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Mar 2024 12:00:07 +0100 Subject: [PATCH] Revert "wip #6800 @3.5" This reverts commit 0f20b44de2d7d75e1c291919f069c86fa3adaca1. --- resources/tools/fwstk/.idea/workspace.xml | 32 +-- .../com/fluidbook/fwstk/CustomStripper.class | Bin 1930 -> 1952 bytes .../fwstk/bin/com/fluidbook/fwstk/Main.class | Bin 33609 -> 31258 bytes .../bin/com/fluidbook/fwstk/TextsThread.class | Bin 9474 -> 9694 bytes .../fwstk/layout/LayoutStripper.class | Bin 3343 -> 3702 bytes .../bin/com/fluidbook/fwstk/layout/Page.class | Bin 7806 -> 8783 bytes resources/tools/fwstk/fwstk.iml | 27 +- resources/tools/fwstk/lib/fontbox-1.8.16.jar | Bin 0 -> 219679 bytes resources/tools/fwstk/lib/fontbox-2.0.30.jar | Bin 1567969 -> 0 bytes resources/tools/fwstk/lib/jempbox-1.8.16.jar | Bin 0 -> 51743 bytes resources/tools/fwstk/lib/pdfbox-1.8.16.jar | Bin 0 -> 4094597 bytes resources/tools/fwstk/lib/pdfbox-2.0.30.jar | Bin 2781703 -> 0 bytes .../tools/fwstk/lib/pdfbox-tools-2.0.30.jar | Bin 87550 -> 0 bytes .../artifacts/fwstk_jar/fontbox-1.8.16.jar | Bin 0 -> 219679 bytes .../fwstk/out/artifacts/fwstk_jar/fwstk.jar | Bin 3182495 -> 3180917 bytes .../artifacts/fwstk_jar/jempbox-1.8.16.jar | Bin 0 -> 51743 bytes .../out/artifacts/fwstk_jar/pdfbox-1.8.16.jar | Bin 0 -> 4094597 bytes .../com/fluidbook/fwstk/CustomStripper.java | 8 +- .../fwstk/src/com/fluidbook/fwstk/Main.java | 263 ++++++++---------- .../src/com/fluidbook/fwstk/TextsThread.java | 2 +- .../fwstk/layout/LayoutStripper.java | 39 ++- .../src/com/fluidbook/fwstk/layout/Page.java | 60 ++-- .../fwstk/src/cube/util/ResourceLoader.java | 150 ---------- 23 files changed, 199 insertions(+), 382 deletions(-) create mode 100644 resources/tools/fwstk/lib/fontbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/lib/fontbox-2.0.30.jar create mode 100644 resources/tools/fwstk/lib/jempbox-1.8.16.jar create mode 100644 resources/tools/fwstk/lib/pdfbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/lib/pdfbox-2.0.30.jar delete mode 100644 resources/tools/fwstk/lib/pdfbox-tools-2.0.30.jar create mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/fontbox-1.8.16.jar create mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/jempbox-1.8.16.jar create mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/pdfbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/src/cube/util/ResourceLoader.java diff --git a/resources/tools/fwstk/.idea/workspace.xml b/resources/tools/fwstk/.idea/workspace.xml index 93ea5d6..e9c7cda 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -9,7 +9,9 @@