本文介绍了具有工具栏操作的PDF查看器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要一个Drupal模块,它允许管理员上传pdf文件,用户可以在查看器中使用包含打印,下载和退出bouton的工具栏来阅读它们,例如网站。

I want a Drupal Module who let to the Adminintrator to upload pdf files and the users to read them in a viewer with a Toolbar that contains print, download and quit boutons like the calameo website.

可以统计用户的工具栏操作。

The possibility to have statistics on user's Toolbar actions will be appreciated.

推荐答案

这是我发现的解决方案:

This the solution that I found :

a href =http://drupal.org/project/cck =nofollow noreferrer> CCK 和。

1-Installation of the CCK and SWF Tools.

2 - 配置播放器成为FLV电影的默认播放器。

2-Configuration of the FlowPlayer 3 player to be the Default player for FLV movies.

3 - 创建包含两个文件的新内容:一个用于上传swf文件

3-Creation of a new content that contains two fileds: one to upload the swf file and the second to upload its twin in pdf to be downloaded by the members.

4 - 使用将pdf文件转换为swf文件

4-The use of pdf2swf to covert the pdf files to swf files

对于futur最佳解决方案,我将此问题迁移到官方drupal论坛

For futur optimum solutions, I migrate this question to the official drupal forumhttp://drupal.org/node/833088

这篇关于具有工具栏操作的PDF查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 21:29
查看更多