cynergy PDF

JoomlaStats Activation

Cynergy PDF

CynergyPDF Documentation

Attention: open in a new window. PDFPrintE-mail

Introduction

The CynergyPDF Component lets you take and PDF file and make it viewable in your joomla website. The process requires you to pre-process your PDF by turning it into images. This can be done using ImageMagik or through our online processing tool.

 

 

PDF to tar howto

Attention: open in a new window. PDFPrintE-mail

  1. Convert your pdf to jpg, using for example the Imagemagick and the following command:
    convert yourpdf.pdf yourpdf.jpg
  2. Create a pdf.xml file in the following format:
     
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <pdf>
    <numImages> 50</numImages>
    <imagePref>your_image_prefix-</imagePref>
    </pdf>
  3. And finally tar all these files together (the images with the pdf.xml)

 

   

Cynergy PDF plugin Demo

Attention: open in a new window. PDFPrintE-mail

This is a demo of the plugin. You can using the plugin insert a cynergy pdf scroller into any article.