I’ve got a PDF file on my server, and I want to use it as parameter for this function: $fpdi->setSourceFile() The problem is that the link used as a source redirects to another URL and I don’t know the final URL. It seems that setSourceFile needs the real PDF filename. Is there a way to get the final URL, and
Tag: fpdi
Why FPDF’s useImportedPage doesn’t work for PHP code
I receive the following error when using useImportedPage() for generating labels… ErrorException [ Fatal Error ]: Call to undefined method FPDI::useImportedPage(). But when I comment out $pdf-&…