Tagged Questions

2
votes
2answers
105 views

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 …
1
vote
3answers
203 views

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 …
0
votes
1answer
199 views

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 …
0
votes
1answer
64 views

3rd Party Document Management Service

I am developing an asp.net application that requires users to upload/view various documents. Rather then reinvent the wheel I was thinking about using a 3rd party service like Scribd to handle these …
0
votes
0answers
241 views

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 …
0
votes
1answer
719 views

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 …
0
votes
2answers
569 views

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 …