I tried to convert a pdf file to text, and getting blank page as result.
I run the script with debug and noticed a warning message in the result:
Warning: exception 'PdfToTextDecodingException' with message 'Pdf decoding error : Using empty IDENTITY-H definition for map "IDENTITY-H", variant "GSBUPL+Tahoma".' in /var/www/html/pdf/pdf/PdfToText.phpclass:8301
When I created my fork, I also hit the issue with CID fonts and you are best to just comment out the Identity-H handling while that feature is still in development.
I tried to convert a pdf file to text, and getting blank page as result.
I run the script with debug and noticed a warning message in the result:
Warning: exception 'PdfToTextDecodingException' with message 'Pdf decoding error : Using empty IDENTITY-H definition for map "IDENTITY-H", variant "GSBUPL+Tahoma".' in /var/www/html/pdf/pdf/PdfToText.phpclass:8301