· Регистрация 
софт скрипты драйвера форумы блоги  
Пример: windows
Софт
Новости софта
Обзоры
Статьи
Авторам
Софт
Mac Linux PDA/Mobile
Linux Программирование Библиотеки

Страница программы XML::ApacheFOP 0.03

XML::ApacheFOP is a Perl module that can access Apache FOP from Perl to create PDF files using XSL-FO.


  Описание программы   Комментарии (0)   Скриншоты (0)   Файлы (1)  
АвторKen Prows
СайтПерейти
Обновление06.06.2007, 19:05
НазваниеXML ApacheFOP
ВерсияXML::ApacheFOP 0.03
ЯзыкиАнглийский
ЛицензияPerl Artistic License
СтоимостьБесплатно
СистемыLinux
Размер?
Рейтинг
Голосов: 1

Скачать бесплатно XML ApacheFOP
Закачек: 8
найти или купить на Allsoft.ru
софт в Allsoft.ru 




Описание программы XML ApacheFOP
XML::ApacheFOP is a Perl module that can access Apache FOP from Perl to create PDF files using XSL-FO.
SYNOPSIS
use XML::ApacheFOP;
my $Fop = XML::ApacheFOP->new();
# create a PDF using a xml/xsl tranformation
$Fop->fop(xml=>"foo.xml", xsl=>"bar.xsl", outfile=>"temp1.pdf") die "cannot create pdf: " . $Fop->errstr;
# create a PDF using an xsl-fo file
$Fop->fop(fo=>"foo.fo", outfile=>"temp2.pdf") die "cannot create pdf: " . $Fop->errstr;
# create a PostScript file using an xsl-fo file
$Fop->fop(fo=>"foo.fo", outfile=>"temp3.ps", rendertype=>"ps") die "cannot create ps file: " . $Fop->errstr;
# reset FOP's image cache (available starting with FOP version 0.20.5)
$Fop->reset_image_cache() die "could not reset FOP's image cache: " . $Fop->errstr;
XML::ApacheFOP allows you to create PDFs (or other output types, explained below) using Apache FOP.
Since FOP is written in Java, this module relies on Java.pm. You will need to have FOP and Java.pm installed before installing this module.
· Ключевые особенности и характеристики XML::ApacheFOP 0.03
Не определены
· Ограничения XML::ApacheFOP 0.03
Ограничения не определены
· Специальные требования XML::ApacheFOP 0.03
· Perl
· История версий и изменений XML ApacheFOP
История пуста
· Описание и дополнения от редакторов и пользователей сайта
Пока нет
Связанные статьи, обзоры и новости
Нет относящихся к программе статей и обзоров.


Другие программы от Ken Prows
Больше не найдено программ этого автора.
     
Похожие программы

Test::C2FIT 0.07
Test::C2FIT is a direct Perl port of Ward Cunningham's FIT acceptance test framework for Java.
07.06.2007, 01:05 | ? | Perl Artistic License | 12


XML::XSLT::Wrapper 0.32
XML::XSLT::Wrapper is a consistent interface to XSLT processors.
06.06.2007, 23:05 | ? | Perl Artistic License | 22


File::FindByRegex 1.2
File::FindByRegex is a Perl wrapper for File::Find.
06.06.2007, 23:05 | ? | Perl Artistic License | 7


makeppgraph 1.50-cvs-070506
makeppgraph is a Perl module with graphical analysis of the dependency graph.
06.06.2007, 21:05 | ? | Perl Artistic License | 7


TinyMake 0.06
TinyMake is a minimalist build language, similar in purpose to make and ant.
06.06.2007, 19:05 | ? | Perl Artistic License | 6

Разделы