[SOLVED] Good reader for an extremely large pdf file
by unstamped from LinuxQuestions.org on (#6H74B)
Hello.
I have a large PDF document that I want to be able to search for keywords. The file in question is about 400MB. It is searchable but navigating through the file is difficult; searches are taking up to 10 seconds, if not more, and simply scrolling takes a few seconds to load the page.
I don't need to open it, per say. A simple grep-like functionality will suffice for me. The file is similar to a dictionary, so i just need it to find the keyword and list the line containing it.
Is there anything that can process this optimally?
Thank you.
I have a large PDF document that I want to be able to search for keywords. The file in question is about 400MB. It is searchable but navigating through the file is difficult; searches are taking up to 10 seconds, if not more, and simply scrolling takes a few seconds to load the page.
I don't need to open it, per say. A simple grep-like functionality will suffice for me. The file is similar to a dictionary, so i just need it to find the keyword and list the line containing it.
Is there anything that can process this optimally?
Thank you.