Tagged Questions

6
votes
2answers
360 views

How to display PDF on PHP website without Flash/Adobe

I am not satisfied with the browsers internal behaviour of displaying PDFs. I would like to provide my users with an easy yet stylish PDF viewing experience on my sites. Something like Scribd, but ...
4
votes
3answers
5k views

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 ...
0
votes
1answer
16 views

cURL is not able to upload file on scribd

i want to upload a file to scribd.com using curl, please help me guys, i am trying this code: <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, ...
0
votes
0answers
48 views

Is there a way to disable toolbar on scribd

I am using scribd javascript api to display docs. I want disable options like select text, share and print page. How can I achieve that. I appreciate any help. Thanks.
0
votes
1answer
272 views

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 ...
0
votes
1answer
1k views

Scribd API - is this possible?

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