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

pl.beone.promena.sdk.maven.parent:promena-transformer-parent

Лицензия

Лицензия

Категории

Категории

Configuration Библиотеки уровня приложения config ORM Данные
Группа

Группа

pl.beone.promena.transformer
Идентификатор

Идентификатор

converter-libreoffice-configuration
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

pl.beone.promena.sdk.maven.parent:promena-transformer-parent
Ссылка на сайт

Ссылка на сайт

https://beone.pl
Организация-разработчик

Организация-разработчик

BeOne Sp. z o.o.
Система контроля версий

Система контроля версий

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

Скачать converter-libreoffice-configuration

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
pl.beone.promena.transformer : converter-libreoffice jar 1.0.2
org.springframework.boot : spring-boot-starter jar 2.2.1.RELEASE
joda-time : joda-time jar 2.10.5

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
io.kotlintest : kotlintest-runner-junit5 jar 3.4.2
org.springframework.boot : spring-boot-starter-test jar 2.2.1.RELEASE

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0