Add Header to PDF using PHP
Add Header to PDF File using PHP.
Add Headers to PDF Document Using PHP
In order to add Header in PDF file, we’ll use Aspose.PDF for PHP via Java API which is a feature-rich, powerful and easy-to-use document manipulation tool in php-java. Install Tomcat 9.0 version on any location, add Aspose.PDF.war, for more details check the GitHub page.
Add Header to PDF with PHP
To try the code in your environment, you need Aspose.PDF for PHP via Java.
- Open a PDF document using Document object.
- Create a Stamp and define its properties.
- Add the Stamp to Page using AddStamp method.
- Save the PDF file.