I am now writing the PDF to the file system, in the doc root and then serving using the web server. It comes up fine, but I still don't see the progress meter.
From the PDF Reference doc:
"Linearized PDF requires two additions to the PDF specification:
•Rules for the ordering of objects in the PDF file
•Additional data structures, called hint tables, that enable efficient navigation within the document"
Do I need to do this? If so, how? I don't see a reference to this anywhere.
Thanks.