I want to parse a pdf into text file so I can use vb to read some data into tables.
I can do it with adobe but the text file is messy.
I found this site:
https://products.aspose.app/pdf/parser
That seems to work better.
The text file is more readable. It looks like I can identify bookmarks in it for vb to find the data (words-numbers).
But the problem with this is the lines.
In notepad it says line1, line2, line 3 ... as it goes, but when I try to input those lines into vb they
don't come out well. So line 1 in vb is line 1 + line 2 + line 3 and similar trouble further down.
Is there something I can do about it ?
I can do it with adobe but the text file is messy.
I found this site:
https://products.aspose.app/pdf/parser
That seems to work better.
The text file is more readable. It looks like I can identify bookmarks in it for vb to find the data (words-numbers).
But the problem with this is the lines.
In notepad it says line1, line2, line 3 ... as it goes, but when I try to input those lines into vb they
don't come out well. So line 1 in vb is line 1 + line 2 + line 3 and similar trouble further down.
Is there something I can do about it ?