Acme-CPANModules-WorkingWithPDF

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/WorkingWithPDF.pm  view on Meta::CPAN

our $DATE = '2023-12-04'; # DATE
our $DIST = 'Acme-CPANModules-WorkingWithPDF'; # DIST
our $VERSION = '0.001'; # VERSION

my $text = <<'MARKDOWN';

The following are tools (programs, modules, scripts) to work with PDF (Portable
Document Format) files.


**Converting from other formats**

<pm:App::pod2pdf>

<pm:PDF::FromHTML>

<pm:PDF::FromImage>

<pm:PDF::Boxer> creates PDF from a simple markup language called "boxer".


**Converting to other formats**



**Diffing**

<prog:diff-pdf-text> (from <pm:App::DiffPDFText>) converts each PDF to text and
performs `diff` on the text files.


**Generating**

<pm:PDF::Builder>

<pm:PDF::Create>

<pm:PDF::Cairo>


**Passwords**

<prog:add-pdf-password> (from <pm:App::PDFUtils>) adds password to PDF.

<prog:remove-pdf-password> (from <pm:App::PDFUtils>) strips password from PDF.


**Searching**

<prog:pdfgrep> (from <pm:App::pdfgrep>) converts PDF to text and performs grep
on it.


**Transforming**

<pm:PDF::API2>, <pm:PDF::API3>

<prog:paperback> (from <pm:App::paperback>) collages smaller pages from original
PDF into bigger pages.

<prog:pdfolay> (from <pm:App::PDF::Overlay>) overlays (superimposes) PDF pages
to the pages of other PDF.

<PDF::Collage> also creates collages.

<prog:pdflink> (from <pm:App::PDF::Link>) adds clickable icons in PDF that link
to other documents.

MARKDOWN

our $LIST = {
    summary => 'List of modules to work with Excel formats (XLS, XLSX) or other spreadsheet formats like LibreOffice Calc (ODS)',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to work with Excel formats (XLS, XLSX) or other spreadsheet formats like LibreOffice Calc (ODS)

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::WorkingWithPDF - List of modules to work with Excel formats (XLS, XLSX) or other spreadsheet formats like LibreOffice Calc (ODS)

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::WorkingWithPDF (from Perl distribution Acme-CPANModules-WorkingWithPDF), released on 2023-12-04.

=head1 DESCRIPTION

The following are tools (programs, modules, scripts) to work with PDF (Portable
Document Format) files.

B<Converting from other formats>

L<App::pod2pdf>

L<PDF::FromHTML>

L<PDF::FromImage>

L<PDF::Boxer> creates PDF from a simple markup language called "boxer".

B<Converting to other formats>

B<Diffing>

L<diff-pdf-text> (from L<App::DiffPDFText>) converts each PDF to text and
performs C<diff> on the text files.

B<Generating>

L<PDF::Builder>

L<PDF::Create>

L<PDF::Cairo>

B<Passwords>

L<add-pdf-password> (from L<App::PDFUtils>) adds password to PDF.

L<remove-pdf-password> (from L<App::PDFUtils>) strips password from PDF.

B<Searching>

L<pdfgrep> (from L<App::pdfgrep>) converts PDF to text and performs grep
on it.

B<Transforming>

L<PDF::API2>, L<PDF::API3>

L<paperback> (from L<App::paperback>) collages smaller pages from original
PDF into bigger pages.

L<pdfolay> (from L<App::PDF::Overlay>) overlays (superimposes) PDF pages
to the pages of other PDF.

<PDF::Collage> also creates collages.

L<pdflink> (from L<App::PDF::Link>) adds clickable icons in PDF that link
to other documents.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::pod2pdf>

Author: L<JONALLEN|https://metacpan.org/author/JONALLEN>

=item L<PDF::FromHTML>

Author: L<AUDREYT|https://metacpan.org/author/AUDREYT>

=item L<PDF::FromImage>

Author: L<TYPESTER|https://metacpan.org/author/TYPESTER>

=item L<PDF::Boxer>

Author: L<LECSTOR|https://metacpan.org/author/LECSTOR>

=item L<App::DiffPDFText>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<PDF::Builder>

Author: L<PMPERRY|https://metacpan.org/author/PMPERRY>

=item L<PDF::Create>

Author: L<MANWAR|https://metacpan.org/author/MANWAR>

=item L<PDF::Cairo>

Author: L<JGREELY|https://metacpan.org/author/JGREELY>

=item L<App::PDFUtils>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<App::pdfgrep>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<PDF::API2>

Author: L<SSIMMS|https://metacpan.org/author/SSIMMS>

=item L<PDF::API3>

Author: L<OTTO|https://metacpan.org/author/OTTO>

=item L<App::paperback>



( run in 0.864 second using v1.01-cache-2.11-cpan-39bf76dae61 )