Y
Hacker News
new
|
ask
|
show
|
jobs
by
Animats
323 days ago
Can you just ignore the index and read the entire file to find all the objects?
1 comments
UglyToad
322 days ago
Yes this is generally the fallback approach if finding the objects via the index (xref) fails. It is slightly slower but it's a one time cost, though I imagine it was a lot slower back when PDFs were first used on the machines of the time.
link