pl.beone.promena.transformer:converter-libreoffice-root


License

License

Categories

Categories

ORM Data
GroupId

GroupId

pl.beone.promena.transformer
ArtifactId

ArtifactId

converter-libreoffice-root
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

pl.beone.promena.transformer:converter-libreoffice-root
pl.beone.promena.transformer:converter-libreoffice-root
Project URL

Project URL

https://beone.pl
Project Organization

Project Organization

BeOne Sp. z o.o.
Source Code Management

Source Code Management

https://github.com/BeOne-PL/promena-transformer-converter-libreoffice

Download converter-libreoffice-root

How to add to project

<!-- https://jarcasting.com/artifacts/pl.beone.promena.transformer/converter-libreoffice-root/ -->
<dependency>
    <groupId>pl.beone.promena.transformer</groupId>
    <artifactId>converter-libreoffice-root</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.beone.promena.transformer/converter-libreoffice-root/
implementation 'pl.beone.promena.transformer:converter-libreoffice-root:1.0.2'
// https://jarcasting.com/artifacts/pl.beone.promena.transformer/converter-libreoffice-root/
implementation ("pl.beone.promena.transformer:converter-libreoffice-root:1.0.2")
'pl.beone.promena.transformer:converter-libreoffice-root:pom:1.0.2'
<dependency org="pl.beone.promena.transformer" name="converter-libreoffice-root" rev="1.0.2">
  <artifact name="converter-libreoffice-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.beone.promena.transformer', module='converter-libreoffice-root', version='1.0.2')
)
libraryDependencies += "pl.beone.promena.transformer" % "converter-libreoffice-root" % "1.0.2"
[pl.beone.promena.transformer/converter-libreoffice-root "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • application-model
  • implementation
  • example
  • configuration

Promena Transformer - converter - LibreOffice

This transformer provides functionality to convert a document from one format to a application/pdf document using LibreOffice 6.4.0.2.

Visit Promena#Transformer to understand the repository structure.

Transformation LibreOfficeConverterDsl

The DataDescriptor has to contain at least one descriptor. If more than one descriptor is passed, the transformation will be performed on each of them separately.

Support LibreOfficeConverterSupport

Media type LibreOfficeConverterSupport.MediaTypeSupport

  • application/msword; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-excel; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-excel.sheet.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-excel.template.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.presentation.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.slideshow.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.template.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-word.document.macroEnabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.oasis.opendocument.presentation; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.oasis.opendocument.presentation-template; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.oasis.opendocument.spreadsheet; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.oasis.opendocument.spreadsheet-template; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.oasis.opendocument.text; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.presentationml.presentation; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.presentationml.slideshow; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.presentationml.template; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.spreadsheetml.template; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.openxmlformats-officedocument.wordprocessingml.template; UTF-8 ➡️ application/pdf; UTF-8
  • application/rtf; UTF-8 ➡️ application/pdf; UTF-8
  • application/pdf; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-word.document.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.template.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.slideshow.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-powerpoint.presentation.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-excel.sheet.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • application/vnd.ms-excel.template.macroenabled.12; UTF-8 ➡️ application/pdf; UTF-8
  • text/csv ➡️ application/pdf; UTF-8
  • text/html ➡️ application/pdf; UTF-8
  • text/plain ➡️ application/pdf; UTF-8
  • text/xml ➡️ application/pdf; UTF-8

Dependency

<dependency>
    <groupId>pl.beone.promena.transformer</groupId>
    <artifactId>converter-libreoffice-configuration</artifactId>
    <version>1.0.2</version>
</dependency>

promena-docker-maven-plugin

<dependency>
    <groupId>pl.beone.promena.transformer</groupId>
    <artifactId>converter-libreoffice</artifactId>
    <version>1.0.2</version>
</dependency>

Properties

transformer.pl.beone.promena.transformer.converter.libreoffice.LibreOfficeConverterTransformer.priority=1
transformer.pl.beone.promena.transformer.converter.libreoffice.LibreOfficeConverterTransformer.actors=1

transformer.pl.beone.promena.transformer.converter.libreoffice.settings.home=/opt/libreoffice6.4
transformer.pl.beone.promena.transformer.converter.libreoffice.settings.startingPort=5000

transformer.pl.beone.promena.transformer.converter.libreoffice.default.parameters.timeout=
pl.beone.promena.transformer

BeOne Sp. z o.o.

Versions

Version
1.0.2
1.0.1
1.0.0