dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Does this package support with php 7.0 version? #80

Closed kashifmit closed 4 years ago

kashifmit commented 4 years ago

Hi, I am using php 7.0 version, and i am getting errors in it, can you please let me know how can i use it for php 7.0?

enumag commented 4 years ago

At least specify that errors do you see.

kashifmit commented 4 years ago

@enumag Thanks for your reply I am using this package in laravel 5.2 with php 7.0 version. It is working fine on my local xamp server using windows platform. But when i deployed it on server which is in ubuntu it gives me error message ErrorException: iconv(): Detected an incomplete multibyte character in input string in /var/www/html/vendor/symfony/polyfill-mbstring/Mbstring.php:115 And also give the parse function error on my controller line. Can you please let me know what i am missing?

bsweeney commented 4 years ago

That error does not appear to be coming from this library.

If you're sure it is it would help to see a sample of your usage.