google-docs

Need help to compile latex document using a private compiler with LaTeX Lab

I'm using latex and recently an online latex interface to Google docs was released: http://docs.latexlab.org/docs For the most part this online latex compiler is great and I can get a document such as this to compile: \documentclass[12pt]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \title{\LaTeX without extra usepack...

Open Source Web PDF Viewer?

Hey Guys, Is their any Open Source Web PDF Viewer? Which has good api through which I can modify the looks of the viewer? I had tried the Scribd, Google Docs, FlexPaper , and this also. But it is not giving me, as I want. Then i had downloaded the shadowbox but it has not given me information about how to use it? So anyone know good w...

Oauth + Aeoid +Python + Google App Engine + Google documents question

I am trying to complete a story assignment system for my school newspaper in Google App Engine. It'll track deadlines for writers, allow writers to pick up stories, and give an "at a glance" view of the weeks stories. My partner and I are trying to fully integrate it with our newspapers Google Apps installation. Oh, and we have to use...

How to programatically upload document on Google Docs?

Hi, I building a small application uploading documents on Google Docs. Is there any API like Goolge API (Ver2) for same? Is it possible by using Goolge API (Ver2) ? Thanx ...

Unable to upload large files to Google Docs

I am uploading documents on Google Docs as: DocumentsService myService = new DocumentsService(""); myService.setUserCredentials("[email protected]", password ); DocumentEntry newEntry = myService.UploadDocument(@"C:\Sample.txt", "Sample.txt"); But when I try to upload a file of 3 MB I get an exception: An unhandled exception of...

Google Document export via API

After using Zend_GData to retrieve a document list feed, I can use the content URLs in the form: http://docs.google.com/document/edit?id=<docid>&hl=en but the source URLs in the form http://docs.google.com/feeds/download/documents/Export?docId=<docid>&exportFormat=html are returning 404 errors. That URL should ...

Scraping Google docs (can't use API)

I'm building an iPhone app which needs a peice of meta data from a user's Google Spreadsheet. Unfortunately the meta data I need is not exposed by the API, so I will need to scrape it from the document's HTML source (it would not be present in any of the exported variants). Is there anyway to include authentication parameters in a call ...

Getting embedded google docs viewer to work under IE 7,8

Wanted to throw this question out to see if there's been any solutions as the Google Doc viewer is amazing. Creating an iframe with an embedded Google Docs viewer does not work in IE 7,8. https://docs.google.com/viewer Does anyone have a work around? ...

Open a save file dialog for a js variable

In my web app I need to give the user the option to save a js variable as a file (when the user clicks download, the app offers him to save a file, preffereably as .js file). Similarly as google docs offers you to save a file. Is it possible for javascript to pass it's variable this way? ...

Google Docs Drawings and IE

Hello! I am wondering how does SVG work in IE with Google Docs Drawings? Is it flash? Could you please point me to the library they use to add SVG support to IE? Thanks! ...

GoogleDoc Form Submission Using PHP

I have embeded a Google Doc Form into my website. I have added a field for attaching a file. By default I have form action="https://spreadsheets.google.com/formResponse?formkey=..." method="post" I want to make it so form action="submit.php" That way, in the php file, I can add the code to save the uploaded file on to the server. But ...

Reload Document into Google Docs Viewer (Clear Cache)

Google Docs Viewer (http://docs.google.com/viewer) creates a cache of a document after the first viewing. To see what I mean, try the following: Upload file.pdf to your server (i.e., http://example.com). Visit http://docs.google.com/viewer?url=http://example.com/file.pdf Upload a new file to replace file.pdf (but use the same name). Re...

Getting data directly from Google docs problem in AS3...

I am trying to load a spreadsheet formatted in CSV directly from Google Docs. I've published it and get this URL, which works great in a browser, and if I run withing the Flash CS5 IDE. When it's running in a web-browser (locally or online), it just hangs and never loads or give an error. var request:URLRequest=new URLRequest(file); ...

customed animated object presentation like google

Hi All, I want to create presentation like Google does with a costumed character objects. for example visit following link http://www.youtube.com/watch?v=m4Q9MJdT5Ds&feature=player_embedded ...

How can I get the plain-text content of a Google Doc via Google Doc API in Silverlight?

I would like to use the Google Doc API to retrieve the plain-text content of a Google Doc document (not a spreadsheet) via the Google Docs API. In the documentation I can find information about accessing Spreadsheets and how to "create/upload/copy" documents: http://code.google.com/apis/documents/overview.html Does anyone have a C# co...

How do I convert a string into a bitmask in javascript?

Now, this is simple enough when the numbers are small, but numbers like "9223372036854775807" are too large for parseInt(). I'm not sure how to do this within the Google docs script editor, which doesn't seem to allow for external classes. ...

Accessing Google Spreadsheets with C# using ADO.Net Data Providers?

I want use Google Spreadsheets as data storage, but transparently via ADO.Net Data Provider. There is in some place an implementation? ...

Not Save doc in GoogleDocs

Google.GData.Client.GDataRequestException: Execution of request failed: http://docs.google.com/feeds/documents/private/full ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized. ...

google docs wysiwyg editor opensource

I remember earlier this month or last month, perhaps it was during google i/o, but there was some mention of google open sourcing their wysiwyg editor, not the one that's dependent on execCommand, I think that one is in closure, but the one which they built using all custom JS to control everyone from cursors to uh, everything custom. D...

How does Google Docs store documents (on the backend)?

I half imagine there being these great .docs in the sky... but another part of me doubts that my documents are even being stored in anything we'd traditionally call a "file." Does Google have its own document format? I feel like it must. Some branch of some existing format like ODF, maybe? Any idea what it's like, what's special about it...