I’m having a bit of trouble extracting specific data in a PDF file. In the screenshots (and notepad) can be seen that I need to extract information such as “Hoog Laag Bed”, “Matras” and “Zitkussen”, at least everything that comes after “Op te halen hulpmiddelen” and before “www.Blankout.nl” should come. I was thinking of splitting from “Op te halen hulpmiddelen” to “www.” (because there are two formats with two different email addresses). But after that I have no clue. Does anyone have any idea how to can extract data?
Their can be an total of 6 data extracted. So in pic 1 it is 3 data, in pic 2 it is 2 data and so on.
Thank It works, but how do i take care, in this case, that:
StrHulpmiddel1 = Hoog laag bed
StrHulpmiddel2 = Matras
StrHulpmiddel3 = Zitkussen
StrHulpmiddel4 = nothing
StrHulpmiddel5 = nothing
StrHulpmiddel6 = nothing
This is the part where i am struggling with and also taking care where StrHulpmiddel4/5/6 is not giving me an fault message because there is nothing in it.
and any idea how i take care, in this case, that:
StrHulpmiddel1 = Hoog laag bed
StrHulpmiddel2 = Matras
StrHulpmiddel3 = Zitkussen
StrHulpmiddel4 = nothing
StrHulpmiddel5 = nothing
StrHulpmiddel6 = nothing
This is the part where i am struggling with and also taking care where StrHulpmiddel4/5/6 is not giving me an fault message because there is nothing in it (in this one).