JSignPdf / jsignpdf-php

This package is only wrapper of JSignPdf to use in PHP
21 stars 4 forks source link

Make compatible with JSignPDF 2.0.0 #9

Closed vitormattos closed 2 years ago

vitormattos commented 2 years ago

On JSignPDF 2.0.0 the log library was changed and the message: INFO Finished: Signature succesfully created. now return: INFO Finished: Signature succesfully created. without space between INFO and Finished.

Other impact is the output of error. To catch the output I need put this 2>&1 on end of command.

To make compatible I removed the word INFO