Giter Club home page Giter Club logo

Comments (4)

kanokith avatar kanokith commented on May 18, 2024

Update.
PHP Function shell_exec work well with my PC. I can call open ssl from shell_exec command. I guess I have a problem with Class Symfony\Component\Process.

from laravel-a1-pdf-sign.

kanokith avatar kanokith commented on May 18, 2024

It's work when I use this code

        $command = 'openssl version';
        $process = Process::fromShellCommandline($command,null,[
            'PATH' => getenv("PATH")
          ]);
        $process->run();

2023-05-18 13_02_36 - PDF_-_Google_Chrome

from laravel-a1-pdf-sign.

lsnepomuceno avatar lsnepomuceno commented on May 18, 2024

Hello @kanokith ,

I ran some tests on Windows 10 and 11 and had no problems running the package or OpenSSL.

I will add the Windows environment in the test pipeline to try to catch possible problems.

Once it's done, I'll update this issue with the results.

from laravel-a1-pdf-sign.

lsnepomuceno avatar lsnepomuceno commented on May 18, 2024

I carried out several tests trying to simulate the case described in the issue, but I was unable to reproduce the problem.

In Windows environments (10 and 11) with OpenSSL installed and running, the application occurred normally and it was possible to sign documents using this package.

Therefore, I will consider this case as a problem in your environment since we do not have new cases and in all tests the signature occurred normally.

from laravel-a1-pdf-sign.

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.