I have a pdf-file with a table that I would like to work with in Excel.
I mark the rows and columns in the pdf and click ctrl-c.
Then in Excel I click ctrl-v, but all the rows comes in just one row and in the data diffrent digits is wrongly inserted.
I use UltraEdit to see the hexadecimal contents in the clipboard and discover that the data is jamned, digits is inserted and CarrigeReturn (hex-0D) and LineFeed (hex-0A) is removed.
But in some other pdf-files this works find every row is ended with CR and LF and the text is not jamned.
/Regards Tompa-win7