Pulling a PDF Using Scribd API and PHP

This call returns an XML response containing relevant file information:
<rsp stat="ok"> <download_link>http://documents.scribd.com.s3.amazonaws.com/docs/2kjfqelznknvkv5.pdf?t=1284562355 </download_link> <title> The Future of Reading and Publishing is Social </title> <page_count>4</page_count> <height>792</height> <width>612</width> <dpi>72</dpi> </rsp>
Now I can pull the PDF file and begin using for my cloud print ordering process. Next I will need to proof the document before I can display for the user.