Le Plugin SPIP Freepaper 2 Visualiser Les Fichiers PDF Dans Les Pages WEB

Total Page:16

File Type:pdf, Size:1020Kb

Le Plugin SPIP Freepaper 2 Visualiser Les Fichiers PDF Dans Les Pages WEB Documentation plugin FreepapeR 2 Le mardi 19 avril 2011 Le Plugin SPIP FreepapeR 2 visualiser les fichiers PDF dans les pages WEB Toutes versions de SPIP à partir de SPIP 1.9 Mise à niveau du 18 avril 2011 Version 0.9.1 Page 1 sur 29 Documentation plugin FreepapeR 2 Le mardi 19 avril 2011 Table des matières 1 Pourquoi FreepapeR....................................................................................................................................3 2 Implantation du plugin................................................................................................................................4 3 La balise #FPP2STD...................................................................................................................................5 4 La balise #FPP2SWF..................................................................................................................................6 5 Le modèle modelefppII (2 en chiffre romain)............................................................................................6 6 Installer la boîte à outils swftools...............................................................................................................8 7 Je ne peux pas installer swftools sur mon serveur......................................................................................9 8 Erreur rencontrées lors de la conversion...................................................................................................12 9 Fenêtre d'information................................................................................................................................12 10 Installation mutualisée............................................................................................................................13 11 Surcharge par un fichier de configuration...............................................................................................16 a) nœud racine du fichier XML...............................................................................................................16 b) nœud enfant de niveau 1 "<commandBar>".......................................................................................17 c) nœud enfant de niveau 1 "<buttons>".................................................................................................18 i. nœud enfant de niveau 2 "<fitToPage>"........................................................................................18 ii. nœud enfant de niveau 2 "<nextPage>"........................................................................................18 iii. nœud enfant de niveau 2 "<prevPage>".......................................................................................18 iv. nœud enfant de niveau 2 "<zoomPlus>"......................................................................................19 v. nœud enfant de niveau 2 "<zoomMinus>"....................................................................................19 vi.nœud enfant de niveau 2 "<monoPageLayout>"...........................................................................19 vii.nœud enfant de niveau 2 "<verticalListLayout>"........................................................................20 viii.nœud enfant de niveau 2 "<stackLayout>".................................................................................20 ix.nœud enfant de niveau 2 "<bookLayout>"....................................................................................20 12 Localisation (langue) de l'interface.........................................................................................................22 13 L'exemple contenu dans l'archive...........................................................................................................24 14 Forcer la détermination du chemin du document à partir de son URL (grâce au plugin CFG)..............26 15 Les nouveautés........................................................................................................................................26 De la version 0.9.1 :................................................................................................................................26 De la version 0.9.0 :................................................................................................................................27 De la version 0.8.4 :................................................................................................................................27 De la version 0.8.3 :................................................................................................................................27 De la version 0.8.2 :................................................................................................................................28 De la version 0.8.1 :................................................................................................................................28 De la version 0.8.0 :................................................................................................................................28 De la version 0.7.0 :................................................................................................................................28 De la version 0.6.0 :................................................................................................................................29 Version 0.9.1 Page 2 sur 29 Documentation plugin FreepapeR 2 Le mardi 19 avril 2011 1 Pourquoi FreepapeR Pagegangster, Motion Paper, scribd.com, myplick.com..... tous ces sites proposent la publication en ligne de vos documents PDF. Il faut pour cela au préalable uploader ses documents sur les serveurs du prestataire choisi, un peu à la manière des YouTube ou Flickr. Cela ne pose pas de problème dans la majorité des cas. Cependant, on ne souhaite parfois pas que ses documents deviennent publics, qu'ils soient analysés par des robots ou encore que de la publicité y soit inséré. FreepapeR aussi permet la visualisation en ligne de fichiers PDF, mais il s'installe sur son propre serveur et les documents que l'on affiche ne quittent jamais le domaine, ne sont jamais altérés, sont toujours disponibles... Le principe est le suivant: ● Le document à visualiser est déjà situé sur le serveur ● Il est converti grâce à la boite à outil (GPL) swftools .Ainsi, on obtient un nouveau fichier, qui est la version SWF du fichier PDF original ● On utilise un programme SWF pour naviguer dans le fichier généré Remarque : Cette méthode de présentation d'information ne permet pas, à la différence de l'écriture textuelle le référencement par les moteurs de recherche, le document étant « caché » au monde par le lecteur SWF. Il y a toujours moyen de trouver des artifices tels qu'insérer dans la page du contenu textuel caché, mais cela est néanmoins à déconseiller. Pour faire fonctionner cet outil, il faut un serveur WEB (php 4 ou 5 sont conseillés pour bénéficier de l'intégralité des fonctionnalités de FreepapeR). Bien entendu, il faut idéalement pouvoir exécuter des routines de la boite à outils swftools sur le serveur, ce qui est sans doute le point le plus délicat. Mais nous verrons par la suite des méthodes alternatives permettant de contourner ce point, notamment dans le cas des hébergements mutualisés sans accès SSH. Version 0.9.1 Page 3 sur 29 Documentation plugin FreepapeR 2 Le mardi 19 avril 2011 2 Implantation du plugin Extraire le contenu de l'archive freepaper2-spip.0.9.1.zip, dans le dossier plugins de votre installation SPIP. OU créer un sous-dossier /plugins/auto pour activer l’installation automatique de plugins. Il suffit ensuite d’indiquer l’URL du fichier zip du plugin et de suivre les indications du système (l’installation automatique est disponible à partir de SPIP 2.0). Pour le plugin freepaper2-spip.0.9.1, l’URL à indiquer est : http://lededansdubocal.net/IMG/zip/freepaper2-spip.0.9.1.zip L’activer via l’administration des plugins. (Consulter la documentation officielle pour plus de détails.) Rappel : pour charger correctement les fichiers nécessaire au fonctionnement du plugin s'assurer que la balise #INSERT_HEAD est incluse dans la partie <head> du squelette (la ligne <INCLURE{fond=inc- head}>, que l'on trouve dans les squelettes de la distribution se charge de cela). Dans ce plugin, on utilise l'utilitaire javascript d'installation d'objet Flash swfobject 2.2, disponible à l'adresse suivante : http://code.google.com/p/swfobject/ En conséquence, il conviendra d'intégrer ce fichier dans la partie « head » des pages qui doivent utiliser le plugin: <script type="text/javascript" src="#CHEMIN{javascript/swfobject.js}"></script> par exemple, si la librairie swfobject est située dans le répertoire « javascript » de votre installation SPIP. OU utiliser le plugin SPIP SWFObject 2.2, qui installe la librairie swfobject.js, version 2.2 dans l'espace publique et privé, disponible à l'adresse http://lededansdubocal.net/spip.php? article19 OU Installer la variante « Installation du plugin SPIP FreepapeR 2 0.9.1 avec swfobject » qui installe le plugin FreepapeR 2 avec une version spécifique de swfobject, qui n'écrase pas les éventuelles autres version installées de swfobject (l'installation automatique via le répertoire plugins/auto est là aussi possible). Version 0.9.1 Page 4 sur 29 Documentation plugin FreepapeR 2 Le mardi 19 avril 2011 3 La balise #FPP2STD Lorsque le plugin est activé, on dispose de la balise #FPP2STD qui liste tous les documents « pdf » joints à l'article et intègre pour chacun d'eux un
Recommended publications
  • Tvorba Interaktivního Animovaného Příběhu
    Středoškolská technika 2014 Setkání a prezentace prací středoškolských studentů na ČVUT Tvorba interaktivního animovaného příběhu Sami Salama Střední průmyslová škola na Proseku Novoborská 2, 190 00 Praha 9 1 Obsah 1 Obsah .................................................................................................................. 1 2 2D grafika (základní pojmy) ................................................................................. 3 2.1 Základní vysvětlení pojmu (počítačová) 2D grafika ....................................... 3 2.2 Rozdíl - 2D vs. 3D grafika .............................................................................. 3 2.3 Vektorová grafika ........................................................................................... 4 2.4 Rastrová grafika ............................................................................................ 6 2.5 Výhody a nevýhody rastrové grafiky .............................................................. 7 2.6 Rozlišení ........................................................................................................ 7 2.7 Barevná hloubka............................................................................................ 8 2.8 Základní grafické formáty .............................................................................. 8 2.9 Druhy komprese dat ...................................................................................... 9 2.10 Barevný model ..........................................................................................
    [Show full text]
  • Installation of Apache Openmeetings 3.3.2 on Macos Sierra 10.12.6 It Is
    Installation of Apache OpenMeetings 3.3.2 on macOS Sierra 10.12.6 It is tested with positive result. We will use the Apache's binary version OpenMeetings 3.3.2 stable, that is to say will suppress his compilation. It is done step by step. 22-9-2017 Starting.… 1) ------ Installation of Command line developer tools ------ We´ll install in first place the developer tools, that will help us to compile the sources. Run the shell as administrator, not as root, and install: xcode-select --install ...will open a window informing: Pag 1 clic Install button only, and will open other window. clic Agree button Pag 2 ...and will download and install the software ...telling when it finished ...clic Done. 2) ------ Installation of Homebrew ------ Homebrew install software. It is on Mac the same that apt-get on Debian or Ubuntu, yum on Centos or dnf on Fedora, for example. Install it: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Pag 3 brew doctor ...and update: brew update 3) ------ Installation of need it paquets ------ Will install wget to download files, and ghostscript. After the installation, will ask to run a commands. Attention!: brew install wget ghostscript nmap 4) ------ Installation of Oracle Java 1.8 ------ Java 1.8 is need it to work OpenMeetings 3.3.2. Will install Oracle Java 1.8. Please, visit: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133251.html ...clic on: Agree and proceed ...check: Accept License Agreement ...and download the file called: jdk-8u144-macosx-x64.dmg Once unloaded the file, do clic on it and follow the installation process by default.
    [Show full text]
  • Cross Site Scripting Attacks Xss Exploits and Defense.Pdf
    436_XSS_FM.qxd 4/20/07 1:18 PM Page ii 436_XSS_FM.qxd 4/20/07 1:18 PM Page i Visit us at www.syngress.com Syngress is committed to publishing high-quality books for IT Professionals and deliv- ering those books in media and formats that fit the demands of our customers. We are also committed to extending the utility of the book you purchase via additional mate- rials available from our Web site. SOLUTIONS WEB SITE To register your book, visit www.syngress.com/solutions. Once registered, you can access our [email protected] Web pages. There you may find an assortment of value- added features such as free e-books related to the topic of this book, URLs of related Web sites, FAQs from the book, corrections, and any updates from the author(s). ULTIMATE CDs Our Ultimate CD product line offers our readers budget-conscious compilations of some of our best-selling backlist titles in Adobe PDF form. These CDs are the perfect way to extend your reference library on key topics pertaining to your area of expertise, including Cisco Engineering, Microsoft Windows System Administration, CyberCrime Investigation, Open Source Security, and Firewall Configuration, to name a few. DOWNLOADABLE E-BOOKS For readers who can’t wait for hard copy, we offer most of our titles in downloadable Adobe PDF form. These e-books are often available weeks before hard copies, and are priced affordably. SYNGRESS OUTLET Our outlet store at syngress.com features overstocked, out-of-print, or slightly hurt books at significant savings. SITE LICENSING Syngress has a well-established program for site licensing our e-books onto servers in corporations, educational institutions, and large organizations.
    [Show full text]
  • Flash E Software Libero Stefano Sabatini
    Flash e software libero Stefano Sabatini GULCh Cagliari, 2009-10-24 GULCh - Gruppo Utenti Linux Cagliari - www.gulch.it Stefano Sabatini, Flash e software libero 1 La tecnologia alla base di Flash ● Un file flash / SWF (Small Web Format / ShockWave Format) è interpretato da una macchina virtuale Flash ● I file SWF possono essere interpretati sia da un interprete standalone sia da un plugin inserito all'interno del browser. ● Il linguaggio della VM è orientato alla renderizzazione di animazioni ● Motore di rendering basato su grafica scalare ● Il linguaggio solitamente utilizzato per la programmazione degli SWF è un file Action Script (2 / 3), gli ambiente di sviluppo visuale generano automaticamente il codice (programmazione “visuale”). ● Esistono vari formati del linguaggio della VM (SWF 1– SWF 10). ● L'esecuzione di uno swiff è soggetto a delle restrizioni di sicurezza ● Con la tecnologia AIR (Adobe Integrate Realtime) è possibile utilizzare la stessa teconologia di sviluppo e renderizzazione per applicazioni desktop native (senza le limitazioni di sicurezza di Flash) ● A partire da Flash 10, supporto a un motore 3D Cagliari, 2009-10-24 GULCh - Gruppo Utenti Linux Cagliari - www.gulch.it Stefano Sabatini, Flash e software libero 2 La tecnologia alla base di Flash ● Supporto a stream multimediali: ● Video: On2 VP6 (Flash 8), Sorenson Spark (Flash 6/7), H.264 (Flash 10) ● Audio: MP3, Nellymoser, Speex (Flash 10), ADPCM ● Tecnologia di comunicazione e streaming multimediale (RTMP, RTMPT, RTMPS, RTMPE) Cagliari, 2009-10-24 GULCh - Gruppo Utenti Linux Cagliari - www.gulch.it Stefano Sabatini, Flash e software libero 3 Ambiti di utilizzo di Flash ● Presentazione di elementi multimediali all'interno di pagine web (youtube / vimeo / facebook) ● Inclusione di animazioni all'interno di pagine web (e.g.
    [Show full text]
  • Tvpaint Animation 9 Pro Crack
    Tvpaint Animation 9 Pro Crack Tvpaint Animation 9 Pro Crack 1 / 4 2 / 4 Houdini is a 3D animation software application developed by Toronto-based SideFX, who ... 4 Rendering; 5 TouchDesigner; 6 Production; 7 See also; 8 References; 9 ... Ajax Animator · Animator Pro · TupiTube · SWFTools · Synfig · OpenToonz ... (Anime Studio) · ParticleIllusion · CrazyTalk · Toon Boom · Toonz · TVPaint. To download serial from the mac app store, you need a mac. Lets go through the ... The bundle identifier for tvp animation 9 pro for mac is fr. Thanks dann petty ... tvpaint animation tvpaint animation, tvpaint animation 11 pro, tvpaint animation free download, tvpaint animation 11 pro free, tvpaint animation 11, tvpaint animation 11 pro free download, tvpaint animation 11 pro crack, tvpaint animation 10 pro free download, tvpaint animation 10 pro crack, tvpaint animation tutorial TVPaint Animation 11 Professional Edition is now available free download fully Cracked, Download TVPaint Animation 11 Pro Crack which lets you animate .... Free Crack Software Download: TVPaint Animation 10 Pro v Cracked ... Tvpaint Animation Pro 10 0 9 torrent download and emule Â Ð ÐµÐ¶Ð¸Ñ 7 1 1 crack · .... Feb 14, 2021 — TVPaint 11 Crack is pro software in digital sketching, drawing, and ... Animation 11.0 Professional Edition Cracked is window 7, 8, 9, 10, Win XP .... Apr 2, 2021 — If I click on "Later" I can use TVPaint.. Sep 9, TVPAINT ANIMATION PRO V9 5 3 BILANGUAGE CRACK FOR XP XFORCE Pro 10 For Mac trail .... TVPAiNT. ANiMATiON 11, 4723 records found, first 100 of them are:Tvpaint Animation Pro 9 5 3 serial key genTvpaint Animation 8.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Index Images Download 2006 News Crack Serial Warez Full 12 Contact
    index images download 2006 news crack serial warez full 12 contact about search spacer privacy 11 logo blog new 10 cgi-bin faq rss home img default 2005 products sitemap archives 1 09 links 01 08 06 2 07 login articles support 05 keygen article 04 03 help events archive 02 register en forum software downloads 3 security 13 category 4 content 14 main 15 press media templates services icons resources info profile 16 2004 18 docs contactus files features html 20 21 5 22 page 6 misc 19 partners 24 terms 2007 23 17 i 27 top 26 9 legal 30 banners xml 29 28 7 tools projects 25 0 user feed themes linux forums jobs business 8 video email books banner reviews view graphics research feedback pdf print ads modules 2003 company blank pub games copyright common site comments people aboutus product sports logos buttons english story image uploads 31 subscribe blogs atom gallery newsletter stats careers music pages publications technology calendar stories photos papers community data history arrow submit www s web library wiki header education go internet b in advertise spam a nav mail users Images members topics disclaimer store clear feeds c awards 2002 Default general pics dir signup solutions map News public doc de weblog index2 shop contacts fr homepage travel button pixel list viewtopic documents overview tips adclick contact_us movies wp-content catalog us p staff hardware wireless global screenshots apps online version directory mobile other advertising tech welcome admin t policy faqs link 2001 training releases space member static join health
    [Show full text]
  • Unit-5 Using Pictures in Synfig
    Unit-5 Using Pictures in synfig Pictures when used in a presentation or animation improve the quality of reception. In synfig, we can insert images to give a different look to our animation. We can also adjust them as per our requirement just the same way as we work with the objects drawn using the tools. Inserting Image: • Create a new file. • Select File Import. Alternatively, you can also press shortcut key CTRL + i. this will open a dialog box showing folders from where you want to import image. • Select the image that you would like to import and press open. The image will be imported on the canvas. • Note that our screen may vary depending on the image that you choose to import. • To resize the imported image, select the image layer in the layers panel. You can see two green points on the image. These can be now used to change the size of the image. • Observe that whenever we resize, the image tends to get distorted. This happens because we have not maintained the aspect ratio. If we want to resize the image and keep its aspect ratio we need to encapsulate the layer. • Right click on the image layer and select encapsulate. This will add an inline canvas layer. If you click on small triangle of inline canvas layer you can see the image layer inside the inline canvas. • Now we need to add a new scale layer above the image layer. Select the image layer Right click New Layer Transform scale. You can see a scale layer is added to top of the image layer.
    [Show full text]
  • Testing and Exploiting Flash Applications
    Testing and exploiting Flash applications fukami @ Chaos Communication Camp, Finowfurt, 2007 Agenda • Introduction • Definitions • Flash and ActionScript Basics • Flash exploitation • Exploits and attacks using Flash • Security on AIR The speaker • works for SektionEins as security consultant and researcher. • deals with web security since 1998 (with interrupts). • recently started FlashSec, a project for documenting and developing methodologies for Flash security auditing. Motivation for this talk • Flash is widely used, the plugin is often activated • Flash has some very funny vectors in sense of security • Interesting bugs and design flaws in player and media servers :) • Start of a Flash security project - www.flashsec.org • Note: Many slides are taken from Stefano di Paolas excellent OWASP talk Some definitions • SWF: Small Web Format / ShockWave Flash • FLA: Proprietary Flash source files used by Adobe Flash IDE • FLV: Flash Video • AS: ActionScript AIR: Adobe Integrated Runtime, Flash/Flex/HTML Desktop • Client • Flex: Flash 9/ActionScript 3 IDE with interface libraries • MXML: XML Interface Markup Language • FDS/LiveCycle: J2EE Services for Flash Remoting • RTMP / RTMPT: Real Time Messaging Protocol (Tunneled) • ABC: ActionScript Byte Code Public Research • Eye On Security (Aug 02) The Flash! Attack Flash Movie with ActionScript function: getURL('javascript: evilcode; ') • Scan Security Wire (Apr 03) Misuse of Macromedia Flash Ads clickTAG getURL (clickTag,'_self'); • Amit Klein (Jul 06) Forging HTTP Request Headers with Flash ActionScript • Stefan Esser (Okt 06) Poking new holes with Flash Crossdomain Policy Files Public Research • Martin Johns, Kanatoko Anvil (Jan 07) Anti-DNS Pinning with AS3 Flash-based scanner (DNS rebinding) • Stefano di Paolo (Mai 07) Talk: Testing Flash Applications bei der OWASP Konferenz in Mailand • There are also quite some advisories regarding Flash Player, JRun, ColdFusion etc.
    [Show full text]
  • Installation of Apache Openmeetings 3.3.0 on Pclinuxos 2017
    Installation of Apache OpenMeetings 3.3.0 on PCLinuxOS 2017 pclinuxos64-MATE-2017.02.iso This tutorial is made based on fresh installations of PCLinuxOS 2017 Mate. It is tested with positive result. We will use the Apache's binary version OpenMeetings 3.3.0 stable, that is to say, will suppress his compilation. It is done step by step. 14-7-2017 Starting… 1) Update and upgrade the operative system. Please go to: apt-get update apt-get upgrade 2) ------ Installation of libraries and packages ------ Pag 1 (Only one line with space between each one) apt-get install -y libjpeg-progs giflib-progs freetype-devel gcc-c++ zlib1-devel libtool bison bison- static-devel file-roller ghostscript freetype unzip gcc ncurses make zlib1 bzip2 wget ghostscript ncurses zlib1 zlib1-devel x264-devel git make automake nasm pavucontrol rpm-installer freetype2 curl 3) ------ Installation of LibreOffice and Java Sun 1.8.x ------ When we install LibreOffice also will install automatically Java sun 1.8.x. OpenMeetings 3.3.0 need java 1.8 to work. LibreOffice will convert to pdf the uploaded office files. We install it: lomanager ...if show a message like this: Please Update your system. (more details...).... ...then please go to: Synaptic --> Mark All Upgrades --> Apply --> Apply ...and we type in shell newly: lomanager ...will show a window where select your locale language for LibreOffice, and after this answer yes or ok to any question. Will start installing Java sun 1.8.x and continue with LibreOffice. If would not install java, you can do it: apt-get install java-sun Once the installation it is finished you can change the LibreOffice language interface in: Tools --> Options --> Language settings --> Languages --> User interface (select your language) --> OK LibreOffice (installed or updated 14-7-2017) is in: /opt/libreoffice5.2 4) ------ Installation of Adobe Flash Player ------ Pag 2 Flash player it is installed in Mate already, but not in KDE minimum.
    [Show full text]
  • Installation of Apache Openmeetings 3.1.2 on Debian 8 This Tutorial Is
    Installation of Apache OpenMeetings 3.1.2 on Debian 8 This tutorial is made based on fresh installations of debian-8.3.0-amd64-CD-1.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 3.1.2 stable, that is to say will suppress his compilation. It is done step by step. updated 12-8-2016 Starting... 1) First update and upgrade the OS: apt-get update apt-get upgrade 2) ------ Installation of Oracle Java 1.8 ------ Red5-OM need Java. Add repository to install Oracle Java 1.8. (Only one line with space between both) echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list Pag 1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 apt-get update To accept the license automatically when install it: (Only one line without space between both) echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf- set-selections ...now install Oracle Java: apt-get install oracle-java8-installer Maybe you have installed various versions of Java. We select the just installed Oracle Java: update-alternatives --config java To know the active java version: java -version 3) ------ Installation of LibreOffice ------ LibreOffice is need it to convert to pdf the uploaded files. apt-get install libreoffice 4) ------Installation ImageMagic, Sox and Swftools ------ ImageMagic, will work the image files.
    [Show full text]
  • Le Plugin SPIP Freepaper 2 Visualiser Les Fichiers PDF Dans Les Pages WEB
    Documentation plugin FreepapeR 2 Le dimanche 7 février 2010 Le Plugin SPIP FreepapeR 2 visualiser les fichiers PDF dans les pages WEB Toutes versions de SPIP à partir de SPIP 1.9 Version 0.8.4 Page 1 sur 20 Documentation plugin FreepapeR 2 Le dimanche 7 février 2010 1 Pourquoi FreepapeR Pagegangster, Motion Paper, scribd.com, myplick.com..... tous ces sites proposent la publication en ligne de vos documents PDF. Il faut pour cela au préalable uploader ses documents sur les serveurs du prestataire choisi, un peu à la manière des YouTube ou Flickr. Cela ne pose pas de problème dans la majorité des cas. Cependant, on ne souhaite parfois pas que ses documents deviennent publics, qu'ils soient analysés par des robots ou encore que de la publicité y soit inséré. FreepapeR aussi permet la visualisation en ligne de fichiers PDF, mais il s'installe sur son propre serveur et les documents que l'on affiche ne quittent jamais le domaine, ne sont jamais altérés, sont toujours disponibles... Le principe est le suivant: ● Le document à visualiser est déjà situé sur le serveur ● Il est converti grâce à la boite à outil (GPL) swftools .Ainsi, on obtient un nouveau fichier, qui est la version SWF du fichier PDF original ● On utilise un programme SWF pour naviguer dans le fichier généré Remarque : Cette méthode de présentation d'information ne permet pas, à la différence de l'écriture textuelle le référencement par les moteurs de recherche, le document étant « caché » au monde par le lecteur SWF. Il y a toujours moyen de trouver des artifices tels qu'insérer dans la page du contenu textuel caché, mais cela est néanmoins à déconseiller.
    [Show full text]