2017 © Pedro Peláez
 

symfony-bundle apache-fop

Symfony 2 / 3 Apache FOP Bundle

image

goetas/apache-fop

Symfony 2 / 3 Apache FOP Bundle

  • Monday, January 30, 2017
  • by goetas
  • Repository
  • 1 Watchers
  • 7 Stars
  • 5,206 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

apache-fop-bundle

Symfony2 Apache FOP (XSL-FO) Bundle, (*1)

Downloads Latest Stable Version Latest Unstable Version Build Status Scrutinizer Quality Score, (*2)

Installing (composer)

Add following lines on your composer.json, (*3)

"requre":{
    "goetas/apache-fop": "1.0.*",
}

Configuration

Add following lines on your config.yml, (*4)

goetas_apache_fop:
    executable: /install_path_to_apache_fop/fop
    config: ../../path_to_optional_config_xml

Add this to AppKernel.php, (*5)

new Goetas\ApacheFopBundle\GoetasApacheFopBundle();

Add this to your autoloader (only if not using composer), (*6)

'Goetas\ApacheFopBundle' => $vendorDir . '/goetas/apache-fop/Goetas/GoetasApacheFop/lib/'

Usage

$service = $container->get("goetas.fop");
// convert FO to PDF or RTF
$service->convert("source.fo", "output.pdf", "application/pdf");
$service->convert(new FileInput("source.fo"), "output.pdf", "text/rtf");

//convert to PDF using XML and XSLT and with params
$service->convert("source.xml", "output.pdf", "application/pdf", "transform.xsl", array("paramName"=>"paramValue"));
//convert to PDF using XML and XSLT (reading xsl from string)
$service->convert("source.xml", "output.pdf", "application/pdf", new StringInput(" ... xsl string ..."));

//convert reading a FOP input from a string
$service->convert(new StringInput("source.fo"), "output.pdf", "application/pdf");


//convert reading a FOP input from a string, and get the result
$service->get(new StringInput("... fo data ..."), "application/pdf");

//convert reading a FOP input from a string, and output the result
$service->out(new StringInput("... fo data ..."), "application/pdf");

//convert reading a FO data from a file, and output the result (plus xsl)
$service->out(new FileInput("... fo data ..."), "text/rtf", "transform.xsl", array("paramName"=>"paramValue"));


Bitdeli Badge, (*7)

The Versions

30/01 2017

dev-master

9999999-dev https://github.com/goetas/apache-fop

Symfony 2 / 3 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

30/01 2017

1.0.4

1.0.4.0 https://github.com/goetas/apache-fop

Symfony 2 / 3 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

07/11 2013

1.0.3

1.0.3.0 https://github.com/goetas/apache-fop

Symfony2 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

07/11 2013

1.0.2

1.0.2.0 https://github.com/goetas/apache-fop

Symfony2 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

06/11 2013

1.0.1

1.0.1.0 https://github.com/goetas/apache-fop

Symfony2 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

03/09 2013

1.0.1rc1

1.0.1.0-RC1 https://github.com/goetas/apache-fop

Symfony2 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop

18/07 2013

1.0.0

1.0.0.0 https://github.com/goetas/apache-fop

Symfony2 Apache FOP Bundle

  Sources   Download

MIT

The Requires

 

by Asmir Mustafic

pdf apache documents xslt rtf xsl fop