By SCarson-1 on
Is there anyone developing a project based on Scribd API and iPaper? Though I'm quite happy to use their Quickswitch concept, the whole API might make for a great module.
Is there anyone developing a project based on Scribd API and iPaper? Though I'm quite happy to use their Quickswitch concept, the whole API might make for a great module.
Comments
bump
I've been using iPaper but not in Drupal... I agree this would be a great module.
I'm sure there are a thousand ways to implement it, but I can't help but think that it could be built off a modification/hack to the CCK file field module:
i) upload a PDF, add a description
ii) on upload complete, the ipaper conversion is triggered
iii) the cck file field url value is then replaced with an iPaper key
iv) the display is themed with a proper call to the iPaper embed codes
The next question for me would be how to get the iPaper display in a popup window...
I'd be willing to support this...
There is a PHP Api for scribd, and the CCK field sounds like a good option. Alternatively, a basic scribd module which adds the required js and viewer page for the QS service would be useful also.
If I have time to do this I might consider tackling it over the next few weeks. I'd also consider paying for it if someone thought they could do it.
xtfer.com
platform.sh
Good Idea
I'm using the scribd api at a module I'm developing for drupal, as the user uploads the PDF file to my website, I upload it to scribd and it returns me the keys to view the pdf in flash. Before knowing the scribd I was looking over the PdfMeNot (http://pdfmenot.com/), it's not as complete as scribd but also a good option.
With PdfMeNot I could upload my pdf programmatically using "http_post_fields()"and parsing the response I could, automatically, download the swf that is generated, so in this system you can use it just to convert PDFs in SWFs and do not rely on it for further visualizations of the page.
Downloading scribd SWF might be quite harder, I guess. I plan on writing a module that integrates this things but not soon, yet.
Ipaper
The way I see it done is to have a form on your website that uploads directly into scribd (docs.upload) and then creates a node that stores the codes received from the POST (perhaps in a CCK field). Then come up with to display that CCK field as an ipaper. Basically the embed code tweaked for your needs.
Seems pretty simple. An ipaper CCK field. Let me know if you're interested in working on this.
iPaper module
Just released! Please help testing!
http://www.drupal.org/project/ipaper
Rareş, mainainter
Good stuff !! Will give it a
Good stuff !! Will give it a try soon
Beta
1.0-Beta version now available for both 5.x and 6.x
--Rareş
www.calumea.ro
Its really GOOD!
HAve been trying iPaper for few weeks now.Its really good.
Its ability to show the documents first page as thumbnail in the teaser is wonderful and makes the documents listed page more colorful.
Tahnk you rares.
"Give me a place to stand and I shall move the Earth"
-Archimedes
Ipaper
Hi. I tryed it but not use on local. i don't know why ?
(i were input api key, secret key on config). Great module.
Thanks!