使用php解析在google驱动器上存档的pdf文件

I try to retrieve data from a PDF file stored on Google Drive: https://drive.google.com/file/d/0B2WQL_qJBr5UaDFoaTY2UTJwV3M/edit I already parsed html files xith php, but here I can not directly obtain the html code for that file, it is encapsulated in a google api. How can I easily this code to parse the content and recover my data?

First you need is the API to access the file - Check https://developers.google.com/drive/web/manage-downloads

Easy way is to download that file using google apis and then you can do what ever you want.