Add Header to PDF using CLI
Add Header to PDF File using CLI.
Add Headers to PDF Document Using CLI
In order to add Header into PDF file, we’ll use Aspose.PDF CLI API which is a feature-rich, powerful and easy-to-use document manipulation API for cpp-cli platform. This CLI tool enables developers to create PDF documents quickly and efficiently through programming. It allows users to execute commands by typing them into a console or terminal window. The application is powered by the Aspose.PDF for C++ library. You can check its latest releases directly from Aspose.PDF CLI App
Add Header to PDF with CLI
You need Aspose.PDF CLI to try the example in your environment.
- 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.