PDF-IDcard 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-7.x-1.x-dev.tar.gz | 12.14 KB | 44e3474eb7096229be4b35379c00c9b4 |
| PDF-IDcard-7.x-1.x-dev.zip | 13.05 KB | 4426036620219acab1e43f66cbe4e16d |
Release notes
First D7 development release
PDF-IDcard 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-6.x-1.0-beta1.tar.gz | 12.6 KB | e358280ef3665ecb03214292c85dd61b |
| PDF-IDcard-6.x-1.0-beta1.zip | 13.59 KB | b39c2aa1f64851a846b69c335d79f278 |
Release notes
First working and alpha tested version of Drupal 6 Branch
PDF-IDcard 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-6.x-1.x-dev.tar.gz | 12.09 KB | 50ee36aba06f0b206bcaba0a8443fbbe |
| PDF-IDcard-6.x-1.x-dev.zip | 13 KB | be60febcf9624e358a14d0247047bec5 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-5.x-1.3.tar.gz | 12.58 KB | 388745b06623dc2fb8cea63221b6d0c1 |
| PDF-IDcard-5.x-1.3.zip | 13.52 KB | eb28bd8261ae0f8e5f4f7ae4f9356f3b |
Release notes
#413486 by Spiked: Fixed Typo in theme_pdfidcard_pdf($template).
PDF-IDcard 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-5.x-1.x-dev.tar.gz | 11.08 KB | efb33a759427a44c3fc0f05d39ccfa50 |
| PDF-IDcard-5.x-1.x-dev.zip | 11.92 KB | 526c16eb109be45fc061723dd07484c2 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-5.x-1.1.tar.gz | 12.54 KB | d47f25cd56857718f34ead09072ea7d6 |
| PDF-IDcard-5.x-1.1.zip | 13.48 KB | dba333d41949b9bd9f956b3157ef0411 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-5.x-0.1.tar.gz | 12.18 KB | ddbcc0ff046afdab9db8343d52d893d4 |
| PDF-IDcard-5.x-0.1.zip | 13.08 KB | 3240094db2ed08ce2253cb933408d614 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| PDF-IDcard-4.7.x-1.x-dev.tar.gz | 10.89 KB | 24631206f912f36f908705f9d873bd11 |
| PDF-IDcard-4.7.x-1.x-dev.zip | 11.55 KB | 817d04f0a09b697f2a451ac8a9d4fe6e |
Release notes
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.