- or download this
use PDF::Create;
use PDF::Create::Extensions;
- or download this
$page->linecolor(RGB => 0.6, 0.2, 0.2);
- or download this
$page->linewidth(0.8, 'join' => 'miter');
- or download this
# file PDF/Create/Extensions.pm
package PDF::Create::Extensions;
...
}
1;