Skip to main content

Description

aws.pdfbook is a component for Plone 3 or Plone 4 that enables to download content rendered to PDF. It provides support for default content types. Third party content type authors and integrators may add support to their personal content types through dedicated Zope 3 named views.

When downloading a Folder or a Topic/Collection, all subcontents is included in the PDF document but not recursively.

Requirements

The following softwares should be installed:

  • Tested with Plone 3.x, Plone 4.0, Plone 4.1.

  • htmldoc (required)

  • recode (optional)

Installation

Instance wide

In your buildout.cfg file:

[buildout]
...
eggs =
  ...
  aws.pdfbook

We assume that:

  • The site charset is utf-8

  • The server buffer for downloading has 40000 bytes.

Otherwise you can change these default values in your zope.conf or in buildout.cfg like this:

[instance]
recipe = plone.recipe.zope2instance
...
zope-conf-additional =
  ...
  <product-config aws.pdfbook>
  # Your site charset (default: utf-8)
  site-charset utf-8
  # The download buffer bytes size (default: 40000)
  download-buffer-size 40000
  </product-config>
  ...

Plone site

In your Plone site go to the ‘Site Setup’ page and click on the ‘Add/Remove Products’ link.

Choose aws.pdfbok (check its checkbox) and click the ‘Install’ button.

The go as soon as possible to the PDF Book configuration panel and configure according to your system settings and your layout preferences.

More particularly, you may change default pdfbook options. See the pdfbook documentation for the various available options.

If you want to use logo in headers, you just have to setup the path to get the logo on Logo path field. Don’t set –logo option in htmldoc options, this is done by the system. But you may use –webpage option.

Other setups

It is strongly recommanded to use linking with UID in your visual editor preferences. Otherwise images may not display in topics prints.

Developers

Customizing default templates in ZMI

Open your Plone site in ZMI, then the portal_view_customization object.

Click on a link printlayout that suits the interface of the content items you want to customize.

Change the template as you prefer…

Add a template for your content types

Assuming you have a personal content type that implements the myproduct.interfaces.IMyContentType interface, You must add a view like this one:

<browser:page
   name="printlayout"
   for="myproduct.interfaces.IMyContentType"
   layer="aws.pdfbook.interfaces.IAWSPDFBookLayer"
   permission="zope.Public"
   template="templates/mycontenttype.pt"
   />

Keep the following attributes as above:

  • name="printlayout"

  • layer="aws.pdfbook.interfaces.IAWSPDFBookLayer"

  • permission="zope.Public"

Examples for standard content types are provided in the browser/transformers.zcml configuration and associated files.

Otherwise aws.pdfbook provides a default template that may or may not fit with paper layout.

If the default layout for personal or third party content types is somehow awful, you may blacklist such content types in the configuration panel.

Contributors

The github repository for this component is git@github.com:collective/aws.pdfbook.git .

The development kit comes with a buildout.cfg for the latest Plone stable version.

Please don’t forget to file your changes in the docs/HISTORY.txt file.

Support

Please use the tracker at http://plone.org/products/aws.pdfbook/issues

Credits

http://www.materis.com/template/imgs_fr/logo.gif

Changelog

1.1 (2014-02-26)

  • Keep &, < and > characters in pdf. [vincentfretin]

  • Replace unicode mdash by simple ascii dash. The mdash character was replaced by ‘?’ in pdf before. [vincentfretin]

  • Added a ‘logo’ property to allow us to use htmldoc logo options in headers. [thomasdesvenain]

  • Brazilian translations. [lepri]

1.0.3 (2013-08-27)

  • Fixed release.

1.0.2 (2013-08-27)

  • Fixed getting image scales. [thomasdesvenain]

  • Plone 4.3 compatibility. [thomasdesvenain]

1.0.1 (2011-12-22)

  • Export FSImage in pdf. [vincentfretin]

  • Fixed recoding of windows apostroph and ‘…’ character. [vincentfretin]

  • Synced atevent.pt with latest event_view.pt template from Products.CMFPlone so the messages are translated properly. [vincentfretin]

  • Avoid site error at conversion when img tag has no src attribute… [thomasdesvenain]

1.0.0 (2011-09-22)

  • Image is not exported if user has not the right to View it. [thomasdesvenain]

  • Image export works with images referenced with a size. Image is printed with the good size. [thomasdesvenain]

  • Disable export link in portal factory. [thomasdesvenain]

  • Avoid failures on viewlet kss updates. [thomasdesvenain]

  • Image export works with image custom types and blob images. So image export now works under Plone 4. [thomasdesvenain]

  • Plone 4.1 compatibility. [thomasdesvenain]

1.0.0b1

  • i18nisation and added french translation [glenfant]

  • Unit tests [glenfant]

  • Cleaned up useless code from Products.PDFBook [glenfant]

1.0.0a1

  • Initial release [glenfant]

Release files for aws.pdfbook 1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aws.pdfbook 1.1
File Size Uploaded
aws.pdfbook-1.1.zip 49.2 kB Details

Release files / aws.pdfbook-1.1.zip

Download URL aws.pdfbook-1.1.zip
Size 49.2 kB
Tags Source
SHA-256 checksum
How to use checksums
4034c87a49900de08926e8445558bda0556fec40bf896e01a750b32e9b6d247b
BLAKE2b-256 checksum
How to use checksums
ce4f68e3fd64e69fcc063cb6d608fe737aee5776255e7d7fc32ca38646b900cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1 This release

1 release file

1.0.3

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page