I have been trying to find a way to get our OCRed PDF (bad-uc.pdf) to behave the same as the infix saved (good-uc.pdf).
If you open the following two files in Acrobat Reader (any version should show the same problem), you will see the bad-uc.pdf loads the text before the page image (very slowly)... where the good-uc.pdf loads everything together (seems much faster and responsive).
good-uc.pdf: https://drive.google.com/file/d/0B-Nxr9ySWJnNX2dZSmVscEZIRmc/view?usp=sharing bad-uc-pdf: https://drive.google.com/file/d/0B-Nxr9ySWJnNN2t6X2hFNTBxa0U/view?usp=sharing
I have tried: pdftk, pdftops, ghostscript, pdf2ps, ps2pdf and qpdf, but still couldn't get the images to load before the text... Can someone experts in PDF shed some lights on why these two PDFs behave differently...
My guess is infix restructure the PDF so the images get loaded before the embedded text, but I cannot find a Linux command line tool that can do this kind of PDF structure Optimization.
Greatly appreciated!! Jeffrey