<?php
include "alt_autoload.php-dist";2021_1231_Doklad_reiting_kompanii
$parser = new \Smalot\PdfParser\Parser();
$pdf = $parser->parseContent(file_get_contents('2021_1231_Doklad_reiting_kompanii.pdf'));
for($i = 0; $i < 60;$i++){
echo $pdf -> getPages()[$i] -> getText();
echo "<hr>";
}