Giter Club home page Giter Club logo

Comments (4)

liuggio avatar liuggio commented on August 22, 2024

Hi, I don't think this is an issue of this bundle,
(but for me the path $rendererLibraryPath = (dirname(__FILE__) . '../../../../tecnick.com/tcpdf/' is not correct there's no vendor)

from excelbundle.

taranais avatar taranais commented on August 22, 2024

Hi again Liuggio and thx for the quick answer.

I have try changing the line:

$rendererLibraryPath = (dirname(__FILE__) . '../../../../tecnick.com/tcpdf/');

to

$rendererLibraryPath = (dirname(__FILE__) . '../../../../vendor/tecnick.com/tcpdf/');

and i obtain the same answer from my app.

Unable to load PDF Rendering library
500 Internal Server Error - Exception

Where do you think i can ask for help?

from excelbundle.

liuggio avatar liuggio commented on August 22, 2024

I'd start on tecnick.com/tcpdf.
Sorry but I'm not able to help you.

from excelbundle.

taranais avatar taranais commented on August 22, 2024

Hi im able to make it work :)

I'm using another PDF render, so composer now is:

/*Others bundles*/
"mpdf/mpdf": "dev-master"

I have change the path to:

$rendererLibraryPath = (dirname(__FILE__) . '/../../../../vendor/mpdf/mpdf');

An now it works well. :)

Thx for everything.

from excelbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.