Skip to main content

Introduction

The main goal of this product is to allow PDF into ImageFields in Plone. It uses code written by David Brenneman for collective.pdfpeek.

Install

Just add the following lines in your buildout:

collective.pdfpeek
collective.pdftransform

You must install pdftransform with the quick installer (no need to install pdfpeek, but it must be in the buildout as we use its methods)

Using pdftransform in your site

collective.pdftransform adds a pdf_to_image transform in Plone portal_transform. As transforms can not be used with FileField (or at least I did not find how …) it also provides a method in utils called update_form. You can use it in the post_validate method of your Archetype objects.

Here is an example (from Products.plonehrm, the Employee Archetype object):

...
from collective.pdftransform.utils import update_form
...
class Employee(BaseFolder):
    ...

    security.declarePrivate('post_validate')
    def post_validate(self, REQUEST, errors):
        update_form(self, REQUEST)

    ...

With this, all files submitted in the edit form, if they are PDF, are transformed into jpg files. You can specify an extra argument in update_form which is the list of fields, for example, if we had written this:

security.declarePrivate('post_validate')
def post_validate(self, REQUEST, errors):
    update_form(self, REQUEST,
                ['portrait_file', 'idScan_file'])

only the files submitted in the portrait and idScan fields would have been transformed.

You can also use the validator called isValidImageOrPDF in your Image fields.

Changelog

0.5 (2015-08-27)

  • Code cleanup. [maurits]

0.4 (2013-06-04)

  • Do not explicitly require collective.pdfpeek 1.2, but make that a minimum. [maurits]

0.3 (2012-10-30)

  • Patched pdfpeek to use the default 1.2 release. [vincent]

  • Allow setting PDF resolution in update_form. [vincent]

0.2 (2010-06-21)

  • Bugfix in utils/is_transformable_pdf. [vincent]

0.1 (2010-05-19)

  • added translations for french and dutch. [vincent]

  • updated the validator to return an error if the PDF file can not be transformed. [vincent]

  • added is_transformable_pdf in utils, tells if the PDF file uploaded can be transformed with pdf_to_image. [vincent]

  • added validator called ‘isValidImageOrPDF’ that checks that the submitted if is a PDF or an image (except BMP images as it can cause problems). [vincent]

  • added update_form in utils, that can be used in the post_validate method of your Archetype objects. [vincent]

  • Added transform to the portal_transform. [vincent]

Release files for collective.pdftransform 0.5

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

Source distribution (sdist)

Source distribution for collective.pdftransform 0.5
File Size Uploaded
collective.pdftransform-0.5.tar.gz 17.5 kB Details

Release files / collective.pdftransform-0.5.tar.gz

Download URL collective.pdftransform-0.5.tar.gz
Size 17.5 kB
Tags Source
SHA-256 checksum
How to use checksums
6cbc1e114f916c733fb78d96eac02bf5434626f1947f2ef39aab01ef72187b3a
BLAKE2b-256 checksum
How to use checksums
fdcb0411f8dcc427c59904ec8431e3d1a3fdbd44d3e77ad69526f3399a587816
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.5 This release

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

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