pdf2table
pdf2table copied to clipboard
CR inside a row
If there is a carriage return inside a row, the extesion recognizes it immediately as a complete line break and starts a new array.
this is what happend:
[ 'a', bc', 'de', 'fg', 'zhgbg' ], [ '21.03.2024, 2.' ], [ 'a', bc', 'de', 'fg', 'zhgbg' ],
and this should it be: [ 'a', bc', 'de', 'fg', 'zhgbg\r21.03.2024, 2.' ], [ 'a', bc', 'de', 'fg', 'zhgbg' ],
Any idea?