DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on

How I can Assert that a PDF has a specific text in a specific position?

In that answer I see that using FPDI you are able to fill parts of a PDF. Based on that I make my own class that fills a pdf with values on specific positions:

use FPDI
class PDFFiller
{
    /**
    * @param array $fields Array of field positions
    * @param

Top comments (0)