* using log directory 'd:/RCompile/CRANincoming/R-devel/tableParser.Rcheck' * using R Under development (unstable) (2026-01-16 r89305 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'tableParser/DESCRIPTION' ... OK * this is package 'tableParser' version '1.0.1' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Ingmar Böschen ' New submission Possibly misspelled words in DESCRIPTION: DOCX (8:124) HML (8:114) JATS (8:79) JATSdecoder (8:932) NISO (8:74) tabulapdf (8:315) * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'tableParser' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [26s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... ERROR Running examples in 'tableParser-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: table2matrix > ### Title: table2matrix > ### Aliases: table2matrix > > ### ** Examples > > ## Download example files with tables from tableParser's github repo to temp directory > > # - Example DOCX file > d<-'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx' > download.file(d,paste0(tempdir(),"/","tableExamples.docx")) trying URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx' Content type 'application/octet-stream' length 9048 bytes ================================================== downloaded 9048 bytes > > # - Example HTML file > h<-'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.html' > download.file(h,paste0(tempdir(),"/","tableExamples.html")) trying URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.html' Content type 'text/plain; charset=utf-8' length 50013 bytes (48 KB) ================================================== downloaded 48 KB > > # - Example PDF file > p<-'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.pdf' > download.file(p,paste0(tempdir(),"/","tableExamples.pdf")) trying URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.pdf' Content type 'application/octet-stream' length 118905 bytes (116 KB) ================================================== downloaded 116 KB > > ## Extract tables from example files as matrices > table2matrix(paste0(tempdir(),"/","tableExamples.docx")) Warning in utils::unzip(tempZip, exdir = tempdir()) : zip file is corrupt Warning: One or more detected big mark comma signs were removed from numeric content. Warning: One or more detected big mark comma signs were removed from numeric content. Warning in utils::unzip(zipfile = tempZip, exdir = tempdir(), unzip = "internal") : zip file is corrupt $`Table 1` [,1] [,2] [,3] [1,] "Column A" "Column B" "Column C" [2,] "1" "3" "A" [3,] "2" "4" "B" attr(,"caption") [1] "Single-way matrix example." attr(,"footer") [1] "" attr(,"class") [1] "tabled results" $`Table 2` [,1] [,2] [,3] [1,] "" "Column A" "Column B" [2,] "Row A" "1" "A" [3,] "Row B" "2" "B" attr(,"caption") [1] "Multi-way matrix example." attr(,"footer") [1] "" attr(,"class") [1] "tabled results" $`Table 3` [,1] [,2] [,3] [,4] [1,] "Variable^bold" "Category^bold" "Frequency (%)^bold" "Mean (SD) Income" [2,] "Age" "20-25" "78 (39.79)" "1345 (250)" [3,] "" "26-31" "65 (33.16)" "1825 (535)" [4,] "" "32 and older" "53 (27.05)" "2315 (930)" [5,] "Gender" "Men" "97 (49.49)" "1965 (550)" [6,] "" "Women" "99 (50.51)" "1685 (350)" attr(,"caption") [1] "Table 1: An example of tabled descriptive statistics." attr(,"footer") [1] "" attr(,"class") [1] "tabled results" $`Table 4` [,1] [,2] [,3] [,4] [1,] "Variables^bold" "1^bold" "2^bold" "3^bold" [2,] "Mean" "45 (11.2)" "5200 (21123)" "26.8 (5.2)" [3,] "Median" "40" "3200" "25" [4,] "1. Gender" "1" ".38**" ".04" [5,] "2. Income" "" "1" ".21*" [6,] "3. Ext." "" "" ".87" attr(,"caption") [1] "Table 2: An example of tabled descriptive statistics and correlations with table notes." attr(,"footer") [1] "N=125, * p<.05, ** p<.01 Numbers in brackets represent standard deviations. Ext.: Extraversion." attr(,"class") [1] "correlation" $`Table 5` [,1] [,2] [,3] [1,] "^bold" "Job performance^bold" "" [2,] "Variables^bold" "Model 1^bold" "Model 2^bold" [3,] "Income" "-0.26 (.16)" "-0.39 (.21)" [4,] "Extraversion" "" "0.12+ (.6)" [5,] "Income * Extraversion" "" "" [6,] "R2" "0.07" "0.22" [7,] "delta R2" "0.07" "0.15" [8,] "delta F" "2.16" "21.76**" [,4] [1,] "" [2,] "Model 3^bold" [3,] "-0.36** (.1)" [4,] "0.16*** (.03)" [5,] "-0.18** (.1)" [6,] "0.31" [7,] "0.9" [8,] "14.37*" attr(,"caption") [1] "Table 3: An example of a multi model table with table notes." attr(,"footer") [1] "+ p=.075; * p<.05; ** p<.01; *** p<.001. Numbers in brackets represent standard errors." attr(,"class") [1] "multi model with model statistics" $`Table 6` [,1] [,2] [,3] [,4] [,5] [1,] "Variable^bold" "SSq^bold" "df^bold" "MSq^bold" "F^bold" [2,] "Factor A" "12^bold" "2^bold" "3^bold" "9.09^bold" [3,] "Factor B" "4.5^italic" "1^italic" "4.5^italic" "6.82^italic" [4,] "Factor A * B" "3" "2" "1.5" "2.27" [5,] "Residuals" "20" "30" "0.66" "" [6,] "Total" "39.5" "35" "1.13" "" [,6] [1,] "P(>F)^bold" [2,] ".00^bold" [3,] ".01^italic" [4,] ".12" [5,] "" [6,] "" attr(,"caption") [1] "Table 4: An example of an ANOVA table with table notes." attr(,"footer") [1] "Italic values are p<.05. Bold valus are significant with p<.01." attr(,"class") [1] "tabled results" > table2matrix(paste0(tempdir(),"/","tableExamples.html"),rm.html=TRUE) $`Table 1` [,1] [,2] [,3] [1,] "Column A" "Column B" "Column C" [2,] "1" "3" "A" [3,] "2" "4" "B" attr(,"class") [1] "tabled results" attr(,"caption") [1] "Single-way matrix example." attr(,"footer") [1] "" $`Table 2` [,1] [,2] [,3] [1,] "" "Column A" "Column B" [2,] "Row A" "1" "A" [3,] "Row B" "2" "B" attr(,"class") [1] "tabled results" attr(,"caption") [1] "Multi-way matrix example." attr(,"footer") [1] "" $`Table 3` [,1] [,2] [,3] [,4] [1,] "Variable" "Category" "Frequency (%)" "Mean (SD) Income" [2,] "Age" "20-25" "78 (39.79)" "1,345 (250)" [3,] "" "26-31" "65 (33.16)" "1,825 (535)" [4,] "" "32 and older" "53 (27.05)" "2,315 (930)" [5,] "Gender" "Men" "97 (49.49)" "1,965 (550)" [6,] "" "Women" "99 (50.51)" "1,685 (350)" attr(,"class") [1] "tabled results" attr(,"caption") [1] "Table 1: An example of tabled descriptive statistics." attr(,"footer") [1] "" $`Table 4` [,1] [,2] [,3] [,4] [1,] "Variables" "1^bold" "2^bold" "3^bold" [2,] "Mean" "45 (11.2)" "5,200 (21,123)" "26.8 (5.2)" [3,] "Median" "40" "3,200" "25" [4,] "1. Gender" "1" ".38**" ".04" [5,] "2. Income" "" "1" ".21*" [6,] "3. Ext." "" "" ".87" attr(,"class") [1] "tabled results" attr(,"caption") [1] "Table 2: An example of tabled descriptive statistics and correlations with table notes." attr(,"footer") [1] "N=125, * p<.05, ** p<.01 Numbers in brackets represent standard deviations. Ext.: Extraversion" $`Table 5` [,1] [,2] [,3] [1,] "Variables" "Job performance Model 1^bold" "Model 2^bold" [2,] "Income" "-0.26 (.16)" "-0.39 (.21)" [3,] "Extraversion" "" "0.12^+ (.6)" [4,] "Income * Extraversion" "" "" [5,] "R2" "0.07" "0.22" [6,] "ΔR2" "0.07" "0.15" [7,] "ΔF" "2.16" "21.76**" [,4] [1,] "Model 3^bold" [2,] "-0.36** (.1)" [3,] "0.16*** (.03)" [4,] "-0.18** (.1)" [5,] "0.31" [6,] "0.9" [7,] "14.37*" attr(,"class") [1] "multi model with model statistics" attr(,"caption") [1] "Table 3: An example of a multi model table with table notes." attr(,"footer") [1] "+ p=.075; * p<.05; ** p<.01; *** p<.001 Numbers in brackets represent standard errors." $`Table 6` [,1] [,2] [,3] [,4] [,5] [,6] [1,] "Variable" "SSq" "df" "MSq" "F" "P(>F)" [2,] "Factor A" "12^bold" "2^bold" "3^bold" "9.09^bold" ".00^bold" [3,] "Factor B" "4.5^italic" "1^italic" "4.5^italic" "6.82" ".01" [4,] "Factor A * B" "3" "2" "1.5" "2.27" ".12" [5,] "Residuals" "20" "30" "0.66" "" "" [6,] "Total" "39.5" "35" "1.13" "" "" attr(,"class") [1] "tabled results" attr(,"caption") [1] "Table 4: An example of an ANOVA table with table notes." attr(,"footer") [1] "Italic values are p<.05. Bold valus are significant with p<.01." > table2matrix(paste0(tempdir(),"/","tableExamples.pdf")) Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 76, length: 2145, expected end position: 2221 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 5907, length: 13999, expected end position: 19906 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 20275, length: 499, expected end position: 20774 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 21305, length: 5217, expected end position: 26522 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 26862, length: 258, expected end position: 27120 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 27429, length: 11274, expected end position: 38703 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 39066, length: 429, expected end position: 39495 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 39964, length: 5426, expected end position: 45390 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 46334, length: 8861, expected end position: 55195 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 55546, length: 414, expected end position: 55960 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 56408, length: 7322, expected end position: 63730 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 64074, length: 331, expected end position: 64405 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 2334, length: 2597, expected end position: 4931 Jan. 17, 2026 9:16:55 VORM. org.apache.pdfbox.pdfparser.COSParser validateStreamLength WARNUNG: The end of the stream doesn't point to the correct offset, using workaround to read the stream, stream start position: 5046, length: 734, expected end position: 5780 Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.filter.FlateFilter decompress WARNUNG: FlateFilter: premature end of stream due to a DataFormatException Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDFont loadUnicodeCmap SCHWERWIEGEND: Could not read ToUnicode CMap in font BAAAAA+LiberationMono-Bold java.io.IOException: Error: expected hex character and not I:73 at org.apache.fontbox.cmap.CMapParser.parseNextToken(CMapParser.java:596) at org.apache.fontbox.cmap.CMapParser.parseBegincodespacerange(CMapParser.java:263) at org.apache.fontbox.cmap.CMapParser.parse(CMapParser.java:147) at org.apache.pdfbox.pdmodel.font.CMapManager.parseCMap(CMapManager.java:74) at org.apache.pdfbox.pdmodel.font.PDFont.readCMap(PDFont.java:214) at org.apache.pdfbox.pdmodel.font.PDFont.loadUnicodeCmap(PDFont.java:147) at org.apache.pdfbox.pdmodel.font.PDFont.(PDFont.java:115) at org.apache.pdfbox.pdmodel.font.PDSimpleFont.(PDSimpleFont.java:74) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:185) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.filter.FlateFilter decode SCHWERWIEGEND: FlateFilter: stop reading corrupt stream due to a DataFormatException Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Could not read embedded TTF for font BAAAAA+LiberationMono-Bold java.io.IOException: java.util.zip.DataFormatException: invalid distance too far back at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:58) at org.apache.pdfbox.filter.Filter.decode(Filter.java:87) at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:80) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:175) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) at org.apache.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:238) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:199) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Caused by: java.util.zip.DataFormatException: invalid distance too far back at java.base/java.util.zip.Inflater.inflateBytesBytes(Native Method) at java.base/java.util.zip.Inflater.inflate(Inflater.java:385) at java.base/java.util.zip.Inflater.inflate(Inflater.java:471) at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:86) at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:50) ... 16 more Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.FileSystemFontProvider loadDiskCache WARNUNG: New fonts found, font cache will be re-built Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.FileSystemFontProvider WARNUNG: Building on-disk font cache, this may take a while Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.FileSystemFontProvider WARNUNG: Finished building on-disk font cache, found 166 fonts Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Using fallback font 'CourierNewPS-BoldMT' for 'BAAAAA+LiberationMono-Bold' Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (1) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (2) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (3) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (4) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (5) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (6) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (7) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 1 (8) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (9) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (10) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (11) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (12) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (13) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (14) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (15) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (16) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (17) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (18) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (19) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (20) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (21) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (22) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (23) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (24) in font BAAAAA+LiberationMono-Bold Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.filter.FlateFilter decode SCHWERWIEGEND: FlateFilter: stop reading corrupt stream due to a DataFormatException Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDFont loadUnicodeCmap SCHWERWIEGEND: Could not read ToUnicode CMap in font CAAAAA+LiberationSerif java.io.IOException: java.util.zip.DataFormatException: invalid code -- missing end-of-block at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:58) at org.apache.pdfbox.filter.Filter.decode(Filter.java:87) at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:80) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:175) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) at org.apache.pdfbox.pdmodel.font.PDFont.readCMap(PDFont.java:213) at org.apache.pdfbox.pdmodel.font.PDFont.loadUnicodeCmap(PDFont.java:147) at org.apache.pdfbox.pdmodel.font.PDFont.(PDFont.java:115) at org.apache.pdfbox.pdmodel.font.PDSimpleFont.(PDSimpleFont.java:74) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:185) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Caused by: java.util.zip.DataFormatException: invalid code -- missing end-of-block at java.base/java.util.zip.Inflater.inflateBytesBytes(Native Method) at java.base/java.util.zip.Inflater.inflate(Inflater.java:385) at java.base/java.util.zip.Inflater.inflate(Inflater.java:471) at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:86) at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:50) ... 19 more Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.filter.FlateFilter decode SCHWERWIEGEND: FlateFilter: stop reading corrupt stream due to a DataFormatException Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Could not read embedded TTF for font CAAAAA+LiberationSerif java.io.IOException: java.util.zip.DataFormatException: invalid distance too far back at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:58) at org.apache.pdfbox.filter.Filter.decode(Filter.java:87) at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:80) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:175) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) at org.apache.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:238) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:199) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Caused by: java.util.zip.DataFormatException: invalid distance too far back at java.base/java.util.zip.Inflater.inflateBytesBytes(Native Method) at java.base/java.util.zip.Inflater.inflate(Inflater.java:385) at java.base/java.util.zip.Inflater.inflate(Inflater.java:471) at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:86) at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:50) ... 16 more Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Using fallback font 'ArialMT' for 'CAAAAA+LiberationSerif' Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (1) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (2) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (3) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (4) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (5) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (6) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (7) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 1 (8) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (9) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (10) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (11) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (12) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (13) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (14) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (15) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (16) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (17) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (18) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (19) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (20) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (21) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (22) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (23) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (24) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (25) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (26) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (27) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (28) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 1 (29) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (30) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (31) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 3 (32) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 4 (33) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDFont loadUnicodeCmap SCHWERWIEGEND: Could not read ToUnicode CMap in font DAAAAA+LiberationMono java.io.IOException: Error: expected hex character and not o:111 at org.apache.fontbox.cmap.CMapParser.parseNextToken(CMapParser.java:596) at org.apache.fontbox.cmap.CMapParser.parseBeginbfchar(CMapParser.java:279) at org.apache.fontbox.cmap.CMapParser.parse(CMapParser.java:151) at org.apache.pdfbox.pdmodel.font.CMapManager.parseCMap(CMapManager.java:74) at org.apache.pdfbox.pdmodel.font.PDFont.readCMap(PDFont.java:214) at org.apache.pdfbox.pdmodel.font.PDFont.loadUnicodeCmap(PDFont.java:147) at org.apache.pdfbox.pdmodel.font.PDFont.(PDFont.java:115) at org.apache.pdfbox.pdmodel.font.PDSimpleFont.(PDSimpleFont.java:74) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:185) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.filter.FlateFilter decode SCHWERWIEGEND: FlateFilter: stop reading corrupt stream due to a DataFormatException Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Could not read embedded TTF for font DAAAAA+LiberationMono java.io.IOException: java.util.zip.DataFormatException: invalid literal/lengths set at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:58) at org.apache.pdfbox.filter.Filter.decode(Filter.java:87) at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:80) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:175) at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) at org.apache.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:238) at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.(PDTrueTypeFont.java:199) at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:89) at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:146) at org.apache.pdfbox.contentstream.operator.text.SetFontAndSize.process(SetFontAndSize.java:66) at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:933) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:514) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Caused by: java.util.zip.DataFormatException: invalid literal/lengths set at java.base/java.util.zip.Inflater.inflateBytesBytes(Native Method) at java.base/java.util.zip.Inflater.inflate(Inflater.java:385) at java.base/java.util.zip.Inflater.inflate(Inflater.java:471) at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:86) at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:50) ... 16 more Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDTrueTypeFont WARNUNG: Using fallback font 'CourierNewPSMT' for 'DAAAAA+LiberationMono' Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (1) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (2) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (3) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (4) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (5) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (6) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (7) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 1 (8) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (9) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (10) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (11) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (12) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 2 (13) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (14) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (15) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (16) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (17) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (18) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (19) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for 5 (34) in font CAAAAA+LiberationSerif Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (20) in font DAAAAA+LiberationMono Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.contentstream.PDFStreamEngine operatorException SCHWERWIEGEND: Operator Tf has too few operands: [COSName{F2544}] Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.contentstream.PDFStreamEngine operatorException SCHWERWIEGEND: Operator Tf has too few operands: [COSName{F2012}] Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdfparser.BaseParser parseDirObject WARNUNG: Skipped unexpected dir object = 'A0B050C090D111' at offset 2357 (start offset: 2343) Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdfparser.BaseParser parseCOSArray WARNUNG: Corrupt array element at offset 2357, start offset: 2319 Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.contentstream.PDFStreamEngine showText WARNUNG: No current font, will use default Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (31) in font Helvetica Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode WARNUNG: No Unicode mapping for .notdef (5) in font Helvetica Jan. 17, 2026 9:16:56 VORM. org.apache.pdfbox.contentstream.PDFStreamEngine operatorException SCHWERWIEGEND: Operator Tf has too few operands: [COSName{F2B05}] java.io.IOException: Unknown dir object c='>' cInt=62 peek='>' peekInt=62 at offset 2648 (start offset: 2648) at org.apache.pdfbox.pdfparser.BaseParser.parseDirObject(BaseParser.java:913) at org.apache.pdfbox.pdfparser.BaseParser.parseCOSArray(BaseParser.java:628) at org.apache.pdfbox.pdfparser.PDFStreamParser.parseNextToken(PDFStreamParser.java:167) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:521) at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:492) at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:155) at technology.tabula.ObjectExtractor.extractPage(ObjectExtractor.java:24) at technology.tabula.PageIterator.next(PageIterator.java:30) at technology.tabula.PageIterator.next(PageIterator.java:6) Error in .jcheck(silent = FALSE) : java.lang.NullPointerException Calls: table2matrix ... -> -> .jrcall -> .jcall -> .jcheck Execution halted * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE