Help for this page

Select Code to Download


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