NAME
WebService::Trynt::PDF - Easy Interface for Trynt PDF Web Services
VERSION
Version 0.01
SYNOPSIS
WebService::Trynt::PDF is an interface for Trynt Web Services, so you can convert an URL into a PDF file.
my
$file
=
$trynt_ws
->get();
$file
->save_to(
"./cnn.pdf"
);
or shortly
$trynt_ws
->get(
"./cnn.pdf"
);
FUNCTIONS
new
get
url
cache_flush
output
AUTHOR
Emmanuel Di Pretoro, <<manu at bjornoya.net>>
SEE ALSO
http://trynt.com/trynt-api-pdf/
BUGS
Please report any bugs or feature requests to bug-webservice-trynt-pdf at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Trynt-PDF. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WebService::Trynt::PDF
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WebService-Trynt-PDF
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Emmanuel Di Pretoro, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.