pdf_to_imagefield 1.0.1-rc1

Bug fixes
New features

We made an RC release.
Added tests to the module.
Provided a new drush command to regenerate images from PDF.
Also provided a bulk operation to regenerate images from PDF.
Refactored the code according to the D11 best practice.

pdf_to_imagefield 1.0.1-beta1

After 3 weeks of testing, it seems like the release is more-a-less stable.
So we upgraded the version from alpha to beta as we still don't have tests.
Only when tests are added the RC release will be provided.

pdf_to_imagefield 7.x-3.3

Bug fixes
Unsupported

guillaumev #1925192 Saving images with no image file directory caused
Dan Morrison #1727586 Settings Area does not display
Dan Morrison #1721386 Notice: Undefined index: pdf_alt in pdf_to_image_field_formatter_view
queenvictoria #2155017 Version incorrect in stub Makefile
queenvictoria #1471286 better handling of file paths for private file system support
Dan Morrison whitespace and doc cleanup - coder.module review

pdf_to_imagefield 7.x-3.2

Bug fixes
Unsupported

Rolled in recent changes.

re-introduced extra arg support (-trim etc)
Issue #1996684 by artis: Add support for Filefield Sources
Issue #1989560 by thirdender: Image fields not recognized

pdf_to_imagefield 7.x-3.1

New features
Unsupported

This should be a fully working branch of the 3.x rewrite

pdf_to_imagefield 7.x-3.x-dev

New features

A rewrite.
The 3.x branch now (once more) uses core file management for the source PDF, not a custom field type.
Enable PDF conversion by choosing and configuring the widget for the source PDF.
See README.txt for more details.
Processing now happens on entity(node) update instead of form submission. This should behave as before, but also means that this process can run as part of bulk operations, not just form edit actions.
Includes better error handling.

pdf_to_imagefield 7.x-2.x-dev

New features

This is an import of InternetDevels.com rewrite.
git merged from http://drupal.org/sandbox/InternetDevels.com/1415404

IT WORKS - though needs to have a few dependency checks added, see http://drupal.org/node/1416450#comment-5515742

pdf_to_imagefield 6.x-2.0

New features
Unsupported

The better batch processing is now in place, and seems stable.
Additional error checking etc was added, so check the logs if anything is screwy.
This has been working quietly for 3 months, so time to call it stable and recommended

pdf_to_imagefield 6.x-2.0-alpha1

New features
Unsupported

Rewritten hugely to drop cron processing, replaced by batch processing on node save.
More docs and help.
Test the environment is good (requirements on status report page)
Full support for cover-page-only feature

Added self-configuring demo "features" feature.

Still needs review for
- deleting old files
- convert images on node preview, not just not save?

pdf_to_imagefield 6.x-2.x-dev

New features

This branch contains some refactoring, moving the action into the nodeapi hook.
New features are
- easy option to efficiently just render the front page of a PDF : set the target imagefield to single instead of unlimited
- Should delete (all) the derivatives when the source PDF is deleted (needs testing)
- Uses batch API (progress bar) to build derivatives immediately, not on cron.

UNSTABLE, but feel free to try it if you can also locate and patch issues

pdf_to_imagefield 6.x-1.0-beta1

Unsupported

Drupal PDF to ImageField first beta release, compatible to Drupal 6.x.

[edit] ~dman 2011-10
This original version does the processing by cron. If you still want that, stick with this.
The 2.x branch was created to move processing into batch and stopped using cron.

Subscribe with RSS Subscribe to Releases for PDF to ImageField