I have a code:
$parser = new Parser();
$pdf = $parser->parseFile(storage_path($file->full_path));
It's a simple code to parse file content, after doing ->getText() output is:
1\t\fü\x00\x03\x00\x1C\x00\x18\x00\x0F\x00\x16\x007\t0\x00\b\x00 \t\fü\x00\x03\x00\x1C\x00\x18\x00\x0F\x00\x16\x007\t\fü\x00\x03\x00\x1C\x00\x18\x00\x0F\x00\x16\x007\t\n
Costi di spedizione\t\fü\x00\x03\x00\x14\x00\x17\x00\x0F\x00\x1C\x009\t\fü\x00\x03\x00\x14\x00\x17\x00\x0F\x00\x1C\x009\t\fü\x00\x03\x00\x14\x00\x17\x00\x0F\x00\x1C\x009
Bus some part of pdf is being read normally.
Can you, please, help?
I have a code:
$parser = new Parser();$pdf = $parser->parseFile(storage_path($file->full_path));It's a simple code to parse file content, after doing ->getText() output is:
Bus some part of pdf is being read normally.
Can you, please, help?