I am working on an Adnroid app that needs to read a remote pdf file and open it, I saw that google docs can do the conversion from pdf, using this url:
http://docs.google.com/viewer?url=
The problem I have is that my url to retrieve the file requires a header to be added to the http request. Does anyone have a hint as to how this could be added to the call to google docs?