Something like Crystal Reports for PHP?

后端 未结 12 1529
借酒劲吻你
借酒劲吻你 2020-12-07 10:34

I\'m looking for something that works in PHP and is similar to crystal reports. I basically need to have a layout setup that means I can output invoices just by inserting th

12条回答
  •  旧巷少年郎
    2020-12-07 10:55

    Use XML + XSL:FO with Apache FOP via PHP-JavaBridge.

    Here is how: http://wiki.apache.org/xmlgraphics-fop/HowTo/PHPJavaBridge

    PostScript would be nice!

    Many PostScript printers understand PDF too.

提交回复
热议问题