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