Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
usr
/
share
/
perl5
/
PDF
/
API2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Outlines.pm
package PDF::API2::Outlines; use base 'PDF::API2::Outline'; use strict; use warnings; our $VERSION = '2.038'; # VERSION use PDF::API2::Basic::PDF::Utils; sub new { my ($class, $api) = @_; my $self = $class->SUPER::new($api); $self->{'Type'} = PDFName('Outlines'); return $self; } 1;
Save
Cancel