PDF-IDcard 6.x-1.x-dev

The Drupal 6.x development branch. All new commits are included in this release before they reach the stable release. DO NOT USE this release on PRODUCTION site; only use the stable official release.

PDF-IDcard 5.x-1.3

Bug fixes

#413486 by Spiked: Fixed Typo in theme_pdfidcard_pdf($template).

PDF-IDcard 5.x-1.x-dev

The Drupal5 development branch. All new commits are included in this release before they reach the stable release. DO NOT USE this release on PRODUCTION site only use the stable official release.

PDF-IDcard 5.x-1.1

New features
Bug fixes

A major bug was fixed (a call to a private class function was rewritten to use the public function).
The TCPDF class was extended so that $pdf->Rotate is available to print out rotated text.
Example code to use the rotation
$pdf->SetFont('freemono', '', 40);
$pdf->Rotate(-90, 270, 0);
$pdf->setxy(30,30);
$pdf->Write(10,"Hello World", NULL, 0);

PDF-IDcard 5.x-0.1

Upgraded to Drupal 5 and completed all major features. Please review this development release, post feedback and we'll push for a stable release soon.

PDF-IDcard 4.7.x-1.x-dev

This is the initial release of the idcard module. A few items still need to be completed so the release is still tagged under development. The major issue that needs to be resolved is the ability to modify the background image of a template; I will try to get this resolved in the next few weeks.

Subscribe with RSS Subscribe to Releases for PDF-IDcard