Skip to main content

PDFreactor integration for Plone

Project description

This Add-On package integrates the PDFreactor client API by RealObjects, as provided by the pdfreactor-api package, into Plone.

To effectively make use of it, you’ll need

  • a running PDFreactor server

  • the keys needed to access it; depending on the server configuration:

Features

  • A simple @@as.pdf browser view for contentish objects (providing a synchronous PDF export with standard options)

  • A custom form @@pdfreactor-connection-settings to edit the connection settings (which are stored in the Plone registry)

  • A simple @@pdfreactor-config view to provide basic conversion settings (i.e., the Zope cookies which are needed to create PDF exports from restricted contents)

    For a package providing customizable conversion settings in the registry as well, see below.

  • A simple CSS stylesheet which is used by the default configuration to suppress uninteresting page parts

Installation

Plone environments are typically built using zc.buildout; so add to your buildout.cfg script:

[buildout]
...
eggs =
    pdfreactor.plone

and then run bin/buildout.

This will get you the pdfreactor-api package as well.

After restarting your Zope instance, you’ll find the package in the Quick-Installer or the Plone Add-Ons view.

After installing (or activating) the package there, go to the Plone registry to customize your PDFreactor connection settings (URL and license and / or API key); look for the interface (or prefix) “IPdfReactorConnectionSettings”.

For installation instructions regarding the PDFreactor service itself, please refer to PDFreactor Support.

Customization

Zope / Plone

You have several options:

  • You may subclass our .base.Exporter BrowserView class (which provides the @@as.pdf view) and override some of it’s methods, e.g.

    • converted_url

    • conversionSettings

  • You may connect our BrowserView class or subclasses of it to more specific interfaces than IContentish. (You might need a layer interface to avoid configuration conflicts).

  • You may override the @@pdfreactor-config view to modify the conversion options (generally, or by interface).

    One add-on package to get a global “TTW” customizable configuration is pdfreactor.parsecfg.

Please refer to the Zope / Plone documentation for instructions how to do this.

PDFreactor

For the details about the supported methods and configuration options of the PDFreactor itself, please refer to the documentation by RealObjects GmbH:

Support

If you are having issues concerning this Plone integration, please let us know; please use the issue tracker mentioned above.

For issues regarding the PDFreactor itself, please refer to RealObjects GmbH:

Contribute

(To this Plone integration package:)

License

The project is licensed under the MIT License.

Author

Changelog

1.0.0 (2022-07-12)

  • Initial release. [tobiasherp]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfreactor.plone-1.0.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page