From 0f20b44de2d7d75e1c291919f069c86fa3adaca1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Mar 2024 11:59:33 +0100 Subject: [PATCH] wip #6800 @3.5 --- resources/tools/fwstk/.idea/workspace.xml | 32 ++- .../com/fluidbook/fwstk/CustomStripper.class | Bin 1952 -> 1930 bytes .../fwstk/bin/com/fluidbook/fwstk/Main.class | Bin 31258 -> 33609 bytes .../bin/com/fluidbook/fwstk/TextsThread.class | Bin 9694 -> 9474 bytes .../fwstk/layout/LayoutStripper.class | Bin 3702 -> 3343 bytes .../bin/com/fluidbook/fwstk/layout/Page.class | Bin 8783 -> 7806 bytes resources/tools/fwstk/fwstk.iml | 27 +- resources/tools/fwstk/lib/fontbox-1.8.16.jar | Bin 219679 -> 0 bytes resources/tools/fwstk/lib/fontbox-2.0.30.jar | Bin 0 -> 1567969 bytes resources/tools/fwstk/lib/jempbox-1.8.16.jar | Bin 51743 -> 0 bytes resources/tools/fwstk/lib/pdfbox-1.8.16.jar | Bin 4094597 -> 0 bytes resources/tools/fwstk/lib/pdfbox-2.0.30.jar | Bin 0 -> 2781703 bytes .../tools/fwstk/lib/pdfbox-tools-2.0.30.jar | Bin 0 -> 87550 bytes .../artifacts/fwstk_jar/fontbox-1.8.16.jar | Bin 219679 -> 0 bytes .../fwstk/out/artifacts/fwstk_jar/fwstk.jar | Bin 3180917 -> 3182495 bytes .../artifacts/fwstk_jar/jempbox-1.8.16.jar | Bin 51743 -> 0 bytes .../out/artifacts/fwstk_jar/pdfbox-1.8.16.jar | Bin 4094597 -> 0 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, 382 insertions(+), 199 deletions(-) delete mode 100644 resources/tools/fwstk/lib/fontbox-1.8.16.jar create mode 100644 resources/tools/fwstk/lib/fontbox-2.0.30.jar delete mode 100644 resources/tools/fwstk/lib/jempbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/lib/pdfbox-1.8.16.jar create mode 100644 resources/tools/fwstk/lib/pdfbox-2.0.30.jar create mode 100644 resources/tools/fwstk/lib/pdfbox-tools-2.0.30.jar delete mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/fontbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/jempbox-1.8.16.jar delete mode 100644 resources/tools/fwstk/out/artifacts/fwstk_jar/pdfbox-1.8.16.jar create 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 e9c7cda..93ea5d6 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -9,9 +9,7 @@