liosha2007 / pimcore-groupdocs-annotation

PimCore GroupDocs Annotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groupdocs Annotation

GroupDocs Annotation plugin for PimCore CMS

With GroupDocs Annotation plugin for PimCore CMS you can easily annotate on PDF's, Word documents, Excel documents, Powerpoint documents and more with the GroupDocs Annotation tool, directly from within your PimCore CMS powered website.

Plugin Manual Installation Instructions:

  1. Copy plugin files from zip archive to '/path-to-installed-pimcore/plugins/' directory.
  2. Login to pimcore as admin
  3. Go to "Extras"=>"Extensions"=>"Manage Extensions"
  4. Click button "Enamble/Disable" and "Install/Unistall"

Installation from PimCore CMS:

  1. Login to pimcore as admin
  2. Go to "Extras"=>"Extensions"=>"Download Extensions"
  3. Find GroupDoca Annotation plugin and click "Download" button
  4. Go to "Extras"=>"Extensions"=>"Manage Extensions"
  5. Click button "Enamble/Disable" and "Install/Unistall"

GroupDocs Annotation plugin using:

For use plugin add code to your view:

<?php $groupDocs = new GroupDocsAnnotation_GroupDocs(); ?>
<?php echo $groupDocs->renderFrame(); ?>

Also you can override default params like:

<?php $groupDocs1 = new GroupDocsAnnotation_GroupDocs(array( 'fileId' => '123', 'frameborder' => '1', 'width' => '680', 'height' => '900' )); ?>
<?php echo $groupDocs1->renderFrame(); ?>

How to get Document ID (GUID)

###Sign, Manage, Annotate, Assemble, Compare and Convert Documents with GroupDocs

  1. Sign documents online with GroupDocs Signature
  2. PDF, Word and Image Annotation with GroupDocs Annotation
  3. Online DOC, DOCX, PPT Document Comparison with GroupDocs Comparison
  4. Online Document Management with GroupDocs Dashboard
  5. Doc to PDF, Doc to Docx, PPT to PDF, and other Document Conversions with GroupDocs Viewer
  6. Online Document Automation with GroupDocs Assembly

###Created by GroupDocs Marketplace Team.

About

PimCore GroupDocs Annotation

License:Apache License 2.0