Text-PDF 0.31 Latest
Kwalitee Issues
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Text::PDF, Text::PDF::SFont
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Text::PDF, Text::PDF::Array, Text::PDF::Bool, Text::PDF::Dict, Text::PDF::File, Text::PDF::Filter, Text::PDF::Name, Text::PDF::Null, Text::PDF::Number, Text::PDF::Objind, Text::PDF::Page, Text::PDF::Pages, Text::PDF::SFont, Text::PDF::String, Text::PDF::TTFont, Text::PDF::TTFont0, Text::PDF::Utils
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Text::PDF | Module for manipulating PDF files | 0.31 | metacpan |
Text::PDF::Array | Corresponds to a PDF array. Inherits from L<PDF::Objind> | metacpan | |
Text::PDF::Bool | metacpan | ||
Text::PDF::Dict | PDF Dictionaries and Streams. Inherits from L<PDF::Objind> | metacpan | |
Text::PDF::File | Holds the trailers and cross-reference tables for a PDF file | metacpan | |
Text::PDF::Filter | metacpan | ||
Text::PDF::Name | Inherits from L<Text::PDF::String> and stores PDF names (things beginning with /) | metacpan | |
Text::PDF::Null | PDF Null type object. This is a subclass of Text::PDF::Objind and cannot be subclassed. | metacpan | |
Text::PDF::Number | Numbers in PDF. Inherits from L<Text::PDF::String> | metacpan | |
Text::PDF::Objind | PDF indirect object reference. Also acts as an abstract superclass for all elements in a PDF file. | metacpan | |
Text::PDF::Page | Represents a PDF page, inherits from L<Text::PDF::Pages> | metacpan | |
Text::PDF::Pages | a PDF pages hierarchical element. Inherits from L<Text::PDF::Dict> | metacpan | |
Text::PDF::SFont | PDF Standard inbuilt font resource object. Inherits from L<Text::PDF::Dict> | metacpan | |
Text::PDF::String | PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.) | metacpan | |
Text::PDF::TTFont | Inherits from L<Text::PDF::Dict> and represents a TrueType font within a PDF file. | metacpan | |
Text::PDF::TTFont0 | Inherits from L<PDF::Dict> and represents a TrueType Type 0 font within a PDF file. | metacpan | |
Text::PDF::Utils | Utility functions for PDF library | metacpan |
Provides
Name | File | View |
---|---|---|
Text::PDF::ASCII85Decode | lib/Text/PDF/Filter.pm | metacpan |
Text::PDF::ASCIIHexDecode | lib/Text/PDF/Filter.pm | metacpan |
Text::PDF::FlateDecode | lib/Text/PDF/Filter.pm | metacpan |
Text::PDF::LZWDecode | lib/Text/PDF/Filter.pm | metacpan |
Text::PDF::RunLengthDecode | lib/Text/PDF/Filter.pm | metacpan |
Text::PDF::TTIOString | lib/Text/PDF/TTFont.pm | metacpan |