aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/src
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2026-06-22 16:08:26 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2026-06-22 16:08:26 +0200
commitb791a9140fae5a07fd2c9f24c7f44803b472ed77 (patch)
tree60835cc074f800a4ee725462fa7af2afe1abbdae /pdf-as-lib/src
parent2f209e01da276e9862d6e0f63d02bcfb14728d9b (diff)
downloadpdf-as-4-b791a9140fae5a07fd2c9f24c7f44803b472ed77.tar.gz
pdf-as-4-b791a9140fae5a07fd2c9f24c7f44803b472ed77.tar.bz2
pdf-as-4-b791a9140fae5a07fd2c9f24c7f44803b472ed77.zip
remove pdfbox 2 module
Diffstat (limited to 'pdf-as-lib/src')
-rw-r--r--pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-3.properties (renamed from pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties)44
-rw-r--r--pdf-as-lib/src/main/resources/placeholder/pdfbox-reader.properties23
2 files changed, 22 insertions, 45 deletions
diff --git a/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties b/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-3.properties
index 759fb51c..c9b1eadf 100644
--- a/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties
+++ b/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-3.properties
@@ -1,23 +1,23 @@
-cm = org.apache.pdfbox.contentstream.operator.state.Concatenate
-gs = org.apache.pdfbox.contentstream.operator.state.SetGraphicsStateParameters
-q = org.apache.pdfbox.contentstream.operator.state.Save
-Q = org.apache.pdfbox.contentstream.operator.state.Restore
-Tm = org.apache.pdfbox.contentstream.operator.state.SetMatrix
-w = org.apache.pdfbox.contentstream.operator.state.SetLineWidth
-BT = org.apache.pdfbox.contentstream.operator.text.BeginText
-ET = org.apache.pdfbox.contentstream.operator.text.EndText
-T* = org.apache.pdfbox.contentstream.operator.text.NextLine
-Tc = org.apache.pdfbox.contentstream.operator.text.SetCharSpacing
-Td = org.apache.pdfbox.contentstream.operator.text.MoveText
-TD = org.apache.pdfbox.contentstream.operator.text.MoveTextSetLeading
-Tf = org.apache.pdfbox.contentstream.operator.text.SetFontAndSize
-Tj = org.apache.pdfbox.contentstream.operator.text.ShowText
-TJ = org.apache.pdfbox.contentstream.operator.text.ShowTextAdjusted
-TL = org.apache.pdfbox.contentstream.operator.text.SetTextLeading
-Tr = org.apache.pdfbox.contentstream.operator.text.SetTextRenderingMode
-Ts = org.apache.pdfbox.contentstream.operator.text.SetTextRise
-Tw = org.apache.pdfbox.contentstream.operator.text.SetWordSpacing
-Tz = org.apache.pdfbox.contentstream.operator.text.SetTextHorizontalScaling
-\' = org.apache.pdfbox.contentstream.operator.text.ShowTextLine
-\" = org.apache.pdfbox.contentstream.operator.text.ShowTextLineAndSpace
+cm = org.apache.pdfbox.contentstream.operator.state.Concatenate
+gs = org.apache.pdfbox.contentstream.operator.state.SetGraphicsStateParameters
+q = org.apache.pdfbox.contentstream.operator.state.Save
+Q = org.apache.pdfbox.contentstream.operator.state.Restore
+Tm = org.apache.pdfbox.contentstream.operator.state.SetMatrix
+w = org.apache.pdfbox.contentstream.operator.state.SetLineWidth
+BT = org.apache.pdfbox.contentstream.operator.text.BeginText
+ET = org.apache.pdfbox.contentstream.operator.text.EndText
+T* = org.apache.pdfbox.contentstream.operator.text.NextLine
+Tc = org.apache.pdfbox.contentstream.operator.text.SetCharSpacing
+Td = org.apache.pdfbox.contentstream.operator.text.MoveText
+TD = org.apache.pdfbox.contentstream.operator.text.MoveTextSetLeading
+Tf = org.apache.pdfbox.contentstream.operator.text.SetFontAndSize
+Tj = org.apache.pdfbox.contentstream.operator.text.ShowText
+TJ = org.apache.pdfbox.contentstream.operator.text.ShowTextAdjusted
+TL = org.apache.pdfbox.contentstream.operator.text.SetTextLeading
+Tr = org.apache.pdfbox.contentstream.operator.text.SetTextRenderingMode
+Ts = org.apache.pdfbox.contentstream.operator.text.SetTextRise
+Tw = org.apache.pdfbox.contentstream.operator.text.SetWordSpacing
+Tz = org.apache.pdfbox.contentstream.operator.text.SetTextHorizontalScaling
+\' = org.apache.pdfbox.contentstream.operator.text.ShowTextLine
+\" = org.apache.pdfbox.contentstream.operator.text.ShowTextLineAndSpace
#Do = org.apache.pdfbox.contentstream.operator.graphics.DrawObject \ No newline at end of file
diff --git a/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader.properties b/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader.properties
deleted file mode 100644
index a3decc96..00000000
--- a/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-BT = org.apache.pdfbox.util.operator.BeginText
-cm = org.apache.pdfbox.util.operator.Concatenate
-Do = org.apache.pdfbox.util.operator.Invoke
-ET = org.apache.pdfbox.util.operator.EndText
-gs = org.apache.pdfbox.util.operator.SetGraphicsStateParameters
-q = org.apache.pdfbox.util.operator.GSave
-Q = org.apache.pdfbox.util.operator.GRestore
-T* = org.apache.pdfbox.util.operator.NextLine
-Tc = org.apache.pdfbox.util.operator.SetCharSpacing
-Td = org.apache.pdfbox.util.operator.MoveText
-TD = org.apache.pdfbox.util.operator.MoveTextSetLeading
-Tf = org.apache.pdfbox.util.operator.SetTextFont
-Tj = org.apache.pdfbox.util.operator.ShowText
-TJ = org.apache.pdfbox.util.operator.ShowTextGlyph
-TL = org.apache.pdfbox.util.operator.SetTextLeading
-Tm = org.apache.pdfbox.util.operator.SetMatrix
-Tr = org.apache.pdfbox.util.operator.SetTextRenderingMode
-Ts = org.apache.pdfbox.util.operator.SetTextRise
-Tw = org.apache.pdfbox.util.operator.SetWordSpacing
-Tz = org.apache.pdfbox.util.operator.SetHorizontalTextScaling
-w = org.apache.pdfbox.util.operator.SetLineWidth
-\' = org.apache.pdfbox.util.operator.MoveAndShow
-\" = org.apache.pdfbox.util.operator.SetMoveAndShow \ No newline at end of file