• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Introducing slidize Plugins for Python

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
We're pleased to share that slidize Plugins are now available for Python developers. This release makes it easier to integrate presentation processing capabilities—such as format conversion, text extraction, and merging—into your Python applications.

Introducing Slidize Plugins for Python


Slidize Plugins is a lightweight Python library designed to manage and convert presentations across various formats. Whether you're dealing with PowerPoint, OpenDocument, or image formats, Slidize Plugins offers a comprehensive solution for your presentation processing needs.

Key Features

  • Multi-Format Conversion: Convert presentations to formats like PDF, PNG, JPEG, TIFF, SVG, and HTML.
  • Presentation Merging: Combine multiple presentations into a single file effortlessly.
  • Advanced Image Processing: Control pixel format, resolution, and compression settings.
  • Customizable Exports: Tailor handout layouts, notes, and comments during export.
  • Broad Format Support: Handle both PowerPoint 97-2003 and Open XML formats, as well as OpenDocument formats.
Installation


You can install Slidize Plugins via pip:


pip install slidize-plugins
Getting Started


Here's a simple example of converting a PowerPoint presentation to PDF:


from slidize import PresentationToPdfConverter, PdfConverterOptions, PdfComplianceLevel

options = PdfConverterOptions(
compliance_level=PdfComplianceLevel.PdfA1b,
embed_full_fonts=True
)

PresentationToPdfConverter.process("presentation.pptx", "output.pdf", options)

For more examples and detailed documentation, visit the

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

.

Licensing


Slidize Plugins offers a flexible licensing system:

  • Developer License: \$99 for a perpetual license, including one year of support.
  • Site License: \$297 for up to 10 developers and locations.
  • SDK License: \$495 for broader distribution needs.

A 30-day free trial is also available. For more details, check out the

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

.

Learn More


Integrate slidize Plugins into your Python projects today and elevate your presentation processing capabilities!


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу