Group
Extension

Matches 11

SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/pdf-merge.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION\n";

my $test_url = "https://selectpdf.com/demo/files/selectpdf.pdf";
my $test_pdf = "Input.p
::UsageClient($apiKey);
    my $usage = $usageClient->getUsage(0);
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/HtmlToPdfClient.pm ( view source; MetaCPAN )
ments_selectors parameter is set and elements were found to match the selectors.

Returns:

- Json with web elements locations.
=cut
sub getWebElements {
    my($self) = @_;

    my $webEleme
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/search-pdf.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $test_url = "https://selectpdf.com/demo/files/selectpdf.pdf";
my $test_pdf = "Input.
sults};
    print("Number of search results: " . $count . "\n");
    print("Results: " . encode_json($results) . "\n");

    print "Finished! Number of pages processed: " . $client->getNumberOfPag
::UsageClient($apiKey);
    my $usage = $usageClient->getUsage(0);
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/html-to-pdf-headers-and-footers.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $url = "https://selectpdf.com/";
my $local_file = "Test.pdf";
my $apiKey = "Your AP
f::UsageClient($apiKey);
    my $usage = $usageClient->getUsage();
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf.pm ( view source; MetaCPAN )
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
 if ($@) {
        print "An error occurred: $@\n";  
    }

Extract text from PDF

    use JSON;
    use SelectPdf;

    print "This is SelectPdf-$SelectPdf::VERSION.\n";

    my $test_url
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/pdf-to-text.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $test_url = "https://selectpdf.com/demo/files/selectpdf.pdf";
my $test_pdf = "Input.
::UsageClient($apiKey);
    my $usage = $usageClient->getUsage(0);
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/UsageClient.pm ( view source; MetaCPAN )
package SelectPdf::UsageClient;

use JSON;
use SelectPdf::ApiClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::UsageClient - Get usage details for SelectPdf On
ext/json";

    if ($getHistory) {
        $self->{parameters}{"get_history"} = "True";
    }

    my $result = $self->SUPER::performPost();

    if ($result) {
        return decode_json($re
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/PdfMergeClient.pm ( view source; MetaCPAN )
package SelectPdf::PdfMergeClient;

use JSON;
use SelectPdf::ApiClient;
use SelectPdf::AsyncJobClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::PdfMergeClien
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/WebElementsClient.pm ( view source; MetaCPAN )
package SelectPdf::WebElementsClient;

use JSON;
use SelectPdf::ApiClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::WebElementsClient - Get the locations of c
= @_;

    $self->{headers}{"Accept"} = "text/json";

    my $result = $self->SUPER::performPost();

    if ($result) {
        return decode_json($result);
    }
    else {
        return [
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/PdfToTextClient.pm ( view source; MetaCPAN )
package SelectPdf::PdfToTextClient;

use JSON;
use SelectPdf::ApiClient;
use SelectPdf::AsyncJobClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::PdfToTextCli
ne API. Extract text from PDF. Search PDF.

=head1 SYNOPSIS

Extract text from PDF

    use JSON;
    use SelectPdf;

    print "This is SelectPdf-$SelectPdf::VERSION.\n";

    my $test_url
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/html-to-pdf-main.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $url = "https://selectpdf.com/";
my $local_file = "Test.pdf";
my $apiKey = "Your AP
f::UsageClient($apiKey);
    my $usage = $usageClient->getUsage();
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.