All Projects → HugoHasenbein → redmine_preview_office

HugoHasenbein / redmine_preview_office

Licence: GPL-2.0 License
Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to redmine preview office

Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+8548.15%)
Mutual labels:  xlsx, office, docx, pptx
eoffice
Export and import graphics and tables to MicroSoft office
Stars: ✭ 19 (-29.63%)
Mutual labels:  microsoft, office, docx, pptx
modern-office-git-diff
An experiment in tracking and diffing versions of modern Microsoft Office files in Git.
Stars: ✭ 51 (+88.89%)
Mutual labels:  xlsx, office, docx, pptx
Phpstamp
The XSL-way templating library for MS Office Word DOCX documents.
Stars: ✭ 150 (+455.56%)
Mutual labels:  microsoft, office, docx
Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (+7862.96%)
Mutual labels:  microsoft, office, docx
Open Xml Sdk
Open XML SDK by Microsoft
Stars: ✭ 3,005 (+11029.63%)
Mutual labels:  office, docx, pptx
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+37996.3%)
Mutual labels:  microsoft, xlsx, office
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+12018.52%)
Mutual labels:  xlsx, docx, pptx
Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (+11422.22%)
Mutual labels:  xlsx, docx, pptx
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+3633.33%)
Mutual labels:  xlsx, office, docx
Quip Export
Export all folders and documents from Quip
Stars: ✭ 28 (+3.7%)
Mutual labels:  xlsx, office, docx
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (+77.78%)
Mutual labels:  xlsx, docx, pptx
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+44111.11%)
Mutual labels:  microsoft, docx
ExcelFormulaBeautifier
Excel Formula Beautifer,make Excel formulas more easy to read,Excel公式格式化/美化,将Excel公式转为易读的排版
Stars: ✭ 27 (+0%)
Mutual labels:  xlsx, office
Onenote
📚 Linux Electron Onenote - A Linux compatible version of OneNote
Stars: ✭ 1,300 (+4714.81%)
Mutual labels:  microsoft, office
Xlsx
Fast and reliable way to work with Microsoft Excel™ [xlsx] files in Golang
Stars: ✭ 132 (+388.89%)
Mutual labels:  microsoft, xlsx
Pylightxl
A light weight, zero dependency, minimal functionality excel read/writer python library
Stars: ✭ 134 (+396.3%)
Mutual labels:  microsoft, office
FritzBoxTelefon-dingsbums
Das Fritz!Box Telefon-dingsbums ist ein Outlook-Addin, welches ein direktes Wählen der Kontakte aus Outlook ermöglicht. Zusätzlich bietet es nützliche Funktionen, wie einen Anrufmonitor oder eine Rückwärtssuche.
Stars: ✭ 16 (-40.74%)
Mutual labels:  microsoft, office
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+4300%)
Mutual labels:  xlsx, docx
Pswriteword
PSWriteWord is powershell module to create Microsoft Word documents without Microsoft Word installed...
Stars: ✭ 180 (+566.67%)
Mutual labels:  microsoft, docx

redmine_preview_office

Plugin for Redmine. Show Microsoft Office attachments in preview pane. Supports .doc, .docx, .xls, .xlsx, .ppt, .pptx, .rtf, .odt

PNG that represents a quick overview

Use case(s)

  • View contents of a Microsoft Office file as pdf in Redmine's preview pane

Install

  1. Install [libreoffice]:https://www.libreoffice.org (many linux distributions provide ready installers)

  2. download plugin and copy plugin folder redmine_preview_office go to Redmine's plugins folder

  3. restart server f.i.

sudo /etc/init.d/apache2 restart

Uninstall

  1. go to plugins folder, delete plugin folder redmine_preview_office

rm -r redmine_preview_office

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Use

  • Go to Administration->Information and verify if Libreoffice is available
  • On Issue show page click on a docx or other Microsoft Office attachment and view its contents in Redmine's preview pane as a pdf file

Have fun!

Localisations

  • 1.0.1
    • English
    • German
  • 1.0.0 - no localizable strings present in plugin

Change-Log*

1.0.3

  • cleaned code
  • added support for MS Windows platform

1.0.2

  • added option to embed preview via <object><embed>-tag or via <iframe>-tag

1.0.1

  • added check for libreoffice

1.0.0

  • running on Redmine 3.4.6
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].