Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
PDF Generation
  • Hi,
    I've stumbled upon this:

    PDF Package for fuel, however... 
    None of the included PDF drivers appear to work with PHP7 due to various errors.

    Does anyone have any other suggestions? Ideally I want a DOM based PDF generator, so I can pass a HTML view into it

    Thanks in advance
  • LukaszLukasz
    Accepted Answer
    TCPDF is working fine with PHP7/Fuel.
    I've used it directly (by making my own component and set of helper classes / views )
  • HarroHarro
    Accepted Answer
    I've checked, our apps also use tcpdf, and we use it via my https://github.com/WanWizard/fuel-pdf package.

    p.s, and you need to be on 1.9/dev when you use PHP 7.x.
  • Thanks for the help

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion