scribd

Upload a file in Django and then send it somewhere else through REST?

I am building a simple Django app that will use scribd to display documents. I would like to have a page where the administrator can upload documents to scribd through the website, since I need to know a few things about it before it gets to scribd. What is the best/easiest way to do this, display an upload page and then take the file th...

Online PDF reader for my own site other than Scribd?

Hi, I am using Scribd API (www.scribd.com) to display the PDF files in my website. I just want to know is there any other PDF API which i can use to embed the PDF in my website. FASTER and MORE customizable than Scribd, Mainly i want to put my company logo in that API, whereas in scribd they are displaying there logo. So just want to k...

Controlling/customizing SCRIBD document viewer from asp.net app

I am playing around with SCRIBD to store documents for an application I am developing. Its real slick, and easy to use, but I haven't been able to figure out if its possible to delete the "related documents" icon from the lower left of my images, or even better completely customize the SCRIBD menu bar? I just want to be able to display ...

Scribd API - is this possible?

Hello all, Scribd API: http://www.scribd.com/developers For those of you that are aware of Scribd, used it or can take a look at the API above. Can anyone tell me if it is possible to upload documents from my site straight to scribd? I ask because from the API (PHP Implementation) it seems that I have to first ask my users to uploa...

Document -> Flash viewer, not hosted

I've got a content management solution where we present scanned images (TIFF), PDFs, word docs for viewing. While we can simply embed a PDF, sometimes depending on user preferences it's a bit fiddly and sometimes not user-intuitive. I'd like a solution like scribd, embedit, etc, but not hosted. I want to run the application on our own s...

How did scribd implement their 'fullscreen' mode?

The scribd fullscreen mode is pretty neat (example: http://www.scribd.com/doc/13161906/Java-Lab-Manual-With-Java-Installation-Guide?classic%5Fui=1). The advantage (for RIAs specifically) is that it doesn't (almost) completely disable the keyboard the way the 'default' fullscreen mode in Flash Player does. Seems to also work when embedded...

Scribd Search Engine Optimization Features for PDF

Hi. All recently noticed that PDF documents in Scribd are also SEO friendly for search engines. For example the link http://www.scribd.com/doc/17135767/FREE-by-Chris-Anderson If you open the page and see the HTML source code, the plain text from the PDF is not presented. However if you open the cached version of the page from Google sea...

Scribd API - Upload document, grab embed code and Post that code into the document.

Is it possible in the Scribd API to grab the embed code from a newly uploaded document and paste that code into a blog post. This will allow users to upload their documents without having to worry about the embed code. ...

Security failure - This is not a secure document but has security embed parameters

I try to create a private version and therefore I used something like this in php: var scribd_doc = scribd.Document.getDoc( 28394353, 'xxx'); scribd_doc.addParam("use_ssl", true); scribd_doc.addParam('public', false); scribd_doc.grantAccess("cbccf6e7-1ff7-9034-8a7c-a0c2a5b225ed", <?php echo "'" . trim($_COOKIE['PHPSESSID']) . "'" ?>,...

Searching documents by tag using the Scribd API is no longer returning expected results.

Recently I have encountered an issue with Scribd where searching via Scribd API (docs.search) for documents by tag is no longer working. This has been working (for over 6 months) to return a number of documents that I have tagged with "fdsafetyandprevention" (accessible here http://www.scribd.com/tag/fdsafetyandprevention). Just recentl...

[Ruby on Rails] scribd_fu gsub error

I have an application which allow user upload documents to Scribd. I tried to use scribd_fu in Rails. An error occurred when the controller try to save the model. NoMethodError in DocumentsController#processupload private method `gsub' called for nil:NilClass here is the related controller def processupload @document = Document.new...

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...

how to delete a document in scribd.com using scribd-fu

Can I delete a document that uploaded to scribd.com using Rails scribd-fu?? ...

How is scribd html5?

I don't get it... how is Scribd html5 ? In searching for an answer.. the closest I got against is found here: http://loud.anotherquietday.com/post/598121586/scribds-html5-is-a-mess Is there any reason for? ...

How to check the documents is uploaded to scribd.com using rails scribd-fu gem?

There are 4 methods in scribd-fu for checking the document status, conversion_processing?, conversion_complete?, conversion_successful?, and conversion_error?. So, how can I know is the document uplaoded to scribd.com successfully? Thanks all. :) ...

Convert pdf, doc, ppt to html5

I've googled (without any luck) for open source software that can convert doc, ppt, and pdf to HTML5. (Exactly what Scribd does) Are there open source equivalents to the type of conversion Scribd does? If anyone knows of a paid service, that would also work. Scribd has an API, but that's for use with the flash viewer. Also, I would like...

Is there Scribd Api component available for Cakephp 1.2.

Hi, Is there scribd cakephp component for scribd API. I appreciate any help. Thanks. ...

how to change scribd doc permissions??

I have uploaded a file. Now I want to disable the downloading. I used the doc.changeSettings function. I have the reference of parameters here. I want to know does the parameter passing order is necessary, the order as given by the above url. My code is as follows: $doc_ids = array("xxxxxxxxxx"); $title = "LC6"; $description = "Updat...