2 questions from the last 7 days
0
votes
0
answers
27
views
Recursively Extracting Nested Archive Files
I have 500+ archive files that contain other archive files (.zip, .rar, .7z). For example:
archive.zip
|
|-file.abc
|
|-nested_archive.7z
|
file.def
|
...
0
votes
0
answers
17
views
How to extract a specific column information from a pdf using flutter
I have a pdf file which has a table. Inside the table I have multiple columns. I want to extract the data from a specific column for all the entries. The pdf might contain multiple pages.
I am able to ...