Aspose Demos > .NET Components > Aspose.Pdf.Kit > C# > Adhere Text/Image to PDF
 

 Adhere Text/Image to PDF - Aspose.Pdf.Kit

This demo Adheres Image and Text, to the input Pdf document, based over users selection.

Using AddText method in PdfFileMend class of Aspose.Pdf.Kit component, developers can adhere formatted text to any page of the PDF document, at any specified location. Using AddImage it also enables developers to adhere image (in Jpg, Gif or Png formats) at any specified location in a specified page number of the PDF document.

For more information, on how to Adhere Text, please visit Adhere Text.
For more information, on how to Adhere Image, please visit Adhere Image.

Click Adhere to see how demo takes inpurt PDF file and adds text and an image, sending resulting document to user for review.

Coordinates of the image Coordinates of At which pages are added
Coordinates ff Value
LowerLeftX
LowerLeftY
UpperRightX
UpperRightY
Coordinates Value
LowerLeftX
LowerLeftY
UpperRightX
UpperRightY




the image and text at specified pages.