Forum Discussion
PDF to Excel in Power Query automated steps
- 3 years ago
I ended up finding it easier to parse the pdf into separate pdfs and then load folder. That way all transformations i did on the sample table were repeated on all tables. I was then able to merge. Was quite a struggle to get there but i made it in the end.
Thanks for your input.
The usual approach would be to generate a list of all pages from the PDF, and then call the web contents function for each page separately, After that you can combine the results into a single result set.
I ended up finding it easier to parse the pdf into separate pdfs and then load folder. That way all transformations i did on the sample table were repeated on all tables. I was then able to merge. Was quite a struggle to get there but i made it in the end.
Thanks for your input.