From a25a5a39f84bd272defbc17238fd39f096302849 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 09:08:25 +0200 Subject: [PATCH] wip #6188 @1 --- resources/tools/fwstk/.idea/workspace.xml | 12 +- .../fwstk/bin/com/fluidbook/fwstk/Main.class | Bin 31251 -> 31258 bytes .../bin/com/fluidbook/fwstk/TextsThread.class | Bin 9812 -> 9683 bytes .../com/fluidbook/fwstk/layout/Group.class | Bin 4468 -> 4506 bytes .../fwstk/layout/LayoutStripper.class | Bin 3681 -> 3700 bytes .../bin/com/fluidbook/fwstk/layout/Line.class | Bin 3309 -> 3410 bytes .../bin/com/fluidbook/fwstk/layout/Page.class | Bin 7959 -> 8032 bytes .../fwstk/out/artifacts/fwstk_jar/fwstk.jar | Bin 3180061 -> 3180145 bytes .../fwstk/src/com/fluidbook/fwstk/Main.java | 2 +- .../src/com/fluidbook/fwstk/TextsThread.java | 2 - .../src/com/fluidbook/fwstk/layout/Group.java | 269 ++++++++-------- .../fwstk/layout/LayoutStripper.java | 8 +- .../src/com/fluidbook/fwstk/layout/Line.java | 128 ++++---- .../src/com/fluidbook/fwstk/layout/Page.java | 298 +++++++++--------- src/PDFTools.php | 2 - 15 files changed, 362 insertions(+), 359 deletions(-) diff --git a/resources/tools/fwstk/.idea/workspace.xml b/resources/tools/fwstk/.idea/workspace.xml index a5c00ff..1f9e7c3 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -9,7 +9,9 @@