in reply to Re: Need help RTFM: Setting fontsize with PDF::Labels module
in thread Need help RTFM: Setting fontsize with PDF::Labels module

That did not seem to do anything.
  • Comment on Re^2: Need help RTFM: Setting fontsize with PDF::Labels module

Replies are listed 'Best First'.
Re^3: Need help RTFM: Setting fontsize with PDF::Labels module
by gpapkala (Acolyte) on Sep 25, 2015 at 08:14 UTC
    Well, maybe using $pdf instead of $self would help here.
    $pdf = new PDF::Labels( $PDF::Labels::PageFormats[0], filename=>'labels.pdf', Author=>'PDF Labelmaker', Title=>'My Labels' ); $pdf->{'FontSize'} = 8; # or whatever you need # rest of your code
Re^3: Need help RTFM: Setting fontsize with PDF::Labels module
by Anonymous Monk on Sep 25, 2015 at 02:55 UTC
    I kinda doubt that :)